| Interface | Description |
|---|---|
| CombinedFindItemIndex |
An enhanced implementation of find item indexing that contains
all the find items in a single table, and allows for substring searches.
|
| ElectricalConnectivityNodeList | |
| FindItemIndex | |
| ImageSource | |
| MapDataSet | |
| MapEditActor |
Contains methods for each type of drawing action - add, rotate, move, delete,
etc.
|
| RasterSet |
A set of raster map images.
|
| Style |
| Class | Description |
|---|---|
| AbstractCombinedFindItemIndex | |
| AbstractFindItemIndex | |
| AbstractImageSource | |
| AbstractMapDataSet |
Starting point for implementing MapDataSets.
|
| AbstractMapEditActor |
A do-nothing implementation of MapEditActor.
|
| AbstractModuleKit |
Basic ModuleKit containing app, mapset, module, and editActor links.
|
| AbstractModuleLogic<T extends AbstractModuleKit> |
Basic operations for a Module using an <@CodeAbstractModuleKit implementation.
|
| AbstractRasterSet |
Convenience base implementation of RasterSet.
|
| AbstractStyle |
Starter implementation for Style.
|
| ArrayElectricalConnectivityNodeList | |
| DatabaseRoverSet | |
| DataTypeProfile |
Profiles a data type within a mapset.
|
| Decoration | |
| DelegatingMapEditActor |
An implementation of MapEditActor that delegates implementation of each
method to subordinate MapEditActors.
|
| 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.
|
| ExceptionCatchingMapEditActor |
A wrapper for a MapEditActor that catches and logs all exceptions.
|
| FindItemReference |
Information needed to look up a map data item via a find item index.
|
| GraphicTypeProfile | |
| ImageStyle |
A visual styling for an image object.
|
| 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.
|
| LineDecoration | |
| LineStyleSection | |
| 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.
|
| MapDataTypeActionLookup |
Tool to list available actions based on regular expressions for the datatype.
|
| MapEditContext |
Encapsulates the parameters for all map editing commands.
|
| MapEditTool | |
| MapGraphic |
A graphical GIS map entity consisting of geometry, data, style, and datatype.
|
| MapPolyline |
A polyline on a map.
|
| MapQuery |
Holds the parameter for a map query.
|
| MapsCogSchema | |
| 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.
|
| MemoryFindItemIndex |
A space-optimized mapping of string name to a data ID, used to implement find
items.
|
| MemoryRoverSet |
RoverSet for dynamic map data stored only in memory.
|
| 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.
|