Package com.partnersoft.v3x.apps.MapBrowser.rover

Interface Summary
RoverEntityClickListener A listener that hears RoverEntityClickEvents
 

Class Summary
DirectGraphicsActor Renders a rover directly onto a Graphics object and optional ClickMap
MapControlCtron A better way to launch the MapControl.tof editor.
MultiDumpDataStore Storage for Rover Data, indexed by datatype and dataID, stored as a set of numbered dump files.
RoverBufferRenderer MapDataRenderer for a RoverBufferSource.
RoverBufferSource A MapDataSource for rover data in an in-memory buffer.
RoverBundleRenderer MapDataRenderer for a RoverBundleSource.
RoverBundleSource A MapDataSource for tiled rover files.
RoverBundleStore Storage for Rover Data, indexed by datatype and dataID, stored in a RoverBundle.
RoverDataCrossReference Holds the information needed to find data in another rover cell.
RoverDataLoader A LazyLoader for Rover object data.
RoverDataStore Storage for Rover Data, indexed by datatype and dataID
RoverEntityClickEvent An event triggered when the user clicks on a rover graphic entity with associated data.
RoverFindItemDump A "find item" dump file, containing named RoverGraphic bytes.
RoverFindItemDumpBuilder A building (not used in actual practice)
RoverGraphicSpecifier A specifier for graphical map objects in a rover file or files.
RoverIcon An icon used to represent RoverPoint entities on a map display.
RoverIconRotations This holds and manages the various rotations of a RoverIcon.
RoverLegend Describes the visual legend for drawing a rover tile set onscreen.
RoverLegendCtron A configutron for RoverLegends.
RoverLegendCtronCard  
RoverLegendCtronScalingCard  
RoverLegendCtronTextCard  
RoverLegendCtronVisibilityCard  
RoverLegendItem Describes the visual legend for drawing a rover tile set onscreen for a given zoom.
RoverLegendLineCtronCard  
RoverLegendPointCtronCard  
RoverLinetypes Singleton library of defined rover linetypes.
RoverRenderLegendItem Transformation of a RoverLegendItem with direct, public pointers to everything for speed.
RoverTiling Describes a tiling of rover images.
StyleNameAtLODTester A UnaryPredicate that tests whether a style name exists at all in a rover set.
StyleNameIsNewTester A UnaryPredicate that tests whether a style name in a rover legend is new.
StyleNameTester A UnaryPredicate that tests whether a style name exists at all in a rover set.
TiledDataStore Storage for Rover Data, indexed by datatype and dataID, stored as a dump files stored within the tiled directory system.
TiledRoverRenderer MapDataRenderer for a TiledRoverSource.
TiledRoverSource A MapDataSource for tiled rover files.
TiledRoverStore A TiledRoverStore is responsible for locating and returning Rover files based on their SheetCoord.