Package com.partnersoft.v3x.io.formats.rover

Interface Summary
RoverActor A renderer, really a do-what-you-want actor object that you pass to a RoverReader.
RoverConstants Constants for the ROVER file format.
 

Class Summary
DebugRoverActor Handy debugging actor that just spits out text descriptions of the Rover commands.
RoverArc A structure representing an arc in a rover file.
RoverBuilder A more high-level interface to building a ROVER file.
RoverBundle A single combination of a RoverFile and ObjectDump datafile+indexfile.
RoverBundleInMemory A single combination of a RoverFile and ObjectDump datafile+indexfile.
RoverData Holds the data for a rover entity.
RoverDataTag A data tag for a rover graphic entity.
RoverExtentsCalculator A RoverActor that calculates extents for you.
RoverForRoverReader This is the RoverForRoverReader class which implements RoverActor.
RoverGraphic A graphic entity in a rover file.
RoverGraphicWithData A simple struct with a graphic and a data map; handy for passing to transforms etc.
RoverLib Various disgustingly lazy static methods.
RoverLine A structure representing a line in a rover file.
RoverOptimizer Rewrites a rover file, optimizing it.
RoverPoint A structure representing a point in a rover file.
RoverPolygon A structure representing a polygon in a rover file.
RoverPolyline A structure representing a polyline in a rover file.
RoverReader A high-level reader for the ROVER format.
RoverRememberingActor Saves the rovers encountered as RoverGraphic objects.
RoverText A structure representing a point in a rover file.
XRef Holds the information needed to find data in another rover cell.