com.partnersoft.maps.translator
Class RoverBundleBuilder
java.lang.Object
com.partnersoft.maps.translator.MapDataCollector
com.partnersoft.maps.translator.RoverBundleBuilder
public class RoverBundleBuilder
- extends MapDataCollector
A MapDataCollector that builds a RoverBundle. Use it as the outputStage for
your TranslationPipeline for in-memory translations.
- Author:
- Paul Reavis Copyright 2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoverBundleBuilder
public RoverBundleBuilder(java.lang.String name,
TranslationPipeline pipeline,
MapSpace mapSpace,
RoverSet roverSet)
collect
public void collect(MapDataGraphic graphic)
throws java.io.IOException
- Specified by:
collect in class MapDataCollector
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Description copied from class:
MapDataCollector
- Optional; closes collector.
- Overrides:
close in class MapDataCollector
- Throws:
java.io.IOException
getBundle
public RoverBundle getBundle()