|
Class Summary |
| AbstractMapDataSet |
Starting point for implementing MapDataSets. |
| DataTypeProfile |
Profiles a data type within a mapset. |
| ElectricalConnectivity |
A model for electrical distribution network connectivity. |
| ElectricalConnectivityNode |
A node in an electrical distribution connectivity network. |
| ElectricalTrace |
Contains the results of a trace action. |
| ElectricalTraceNode |
A single node in an electrical trace. |
| FindItemIndex |
A space-optimized mapping of string name to a data ID, used to implement find items. |
| GraphicTypeProfile |
|
| InteractiveMapDataSet |
A MapDataSet that allows you to modify and edit its contents. |
| JobRoverSet |
A RoverSet based on Jobs. |
| Legend |
A Legend represents one way of viewing a MapSpace. |
| LegendScaleRegion |
A range of scales at which an LOD is viewed with certain
visibility and style settings. |
| Lookup |
A String-indexed set of tabular data. |
| MapConnectivity |
A space-optimized mapping of string name to a data ID, used to implement find items. |
| MapDataItem |
The data associated with a map entity. |
| MapDataLink |
A link to a (possibly lazy-loaded) MapDataItem. |
| MapGraphic |
A graphical GIS map entity consisting of geometry, data, style, and datatype. |
| MapPolyline |
A polyline on a map. |
| MapSet |
A MapSet represents a set of map data in the same coordinate system that is
suitable for viewing as a single map. |
| MapSetConfiguration |
Loads and manages the configuration for a single map set. |
| MapSetDescription |
|
| MapSetDescription.LccDescription |
|
| MapSetDescription.LodDescription |
|
| MapSetDescription.UtmDescription |
|
| MapSetViewSettings |
Contains the various user-specified view settings for a MapSet. |
| MapSpace |
A MapSpace represents a set of map data in the same coordinate system that is
suitable for viewing as a single map. |
| MapSpaceLegend |
A global legend for a MapSpace. |
| MapViewFrame |
The various numbers needed to describe the location, size, scale, and
orientation of a view of the map. |
| PointStyle |
A visual styling for a point. |
| PolygonStyle |
A visual styling for polygons. |
| PolylineStyle |
A visual styling for polylines. |
| RasterImage |
A single raster image, as provided by a RasterSet. |
| RasterTiling |
A raster tiling at a specific level-of-detail. |
| RoverBundle |
A RoverBundle has all the necessary components for map viewing and
query: a RoverBytes object containing the streaming map data, an
array of data items (indexed by dataID), an array of hilites (also
indexed by dataID), and a set of FindItemIndexes. |
| RoverBundle.PreFindItem |
|
| RoverBundleBuilder |
Stateful builder for bundled (generally in-memory) rover map data. |
| RoverBytes |
A packet of rover bytecode along with any parameters needed for interpretation. |
| RoverProfile |
Contains a description of a rover set, generally as discovered during translation. |
| RoverSet |
A RoverSet is the published data from one or more MapSets. |
| TextStyle |
A visual styling for a text. |
| TiledRasterSet |
A set of raster map images, separated into several levels of detail,
each representing a regular tiling of the map area. |
| TiledRoverSet |
A (usually large) tiled rover data set, accessed off the filesystem
or over a network via VFS. |