See: Description
Interface | Description |
---|---|
IndexedSpatialSet<V extends GeoObject> |
A set that is spatially indexed.
|
NFESpatialModel |
An NFE component that maintains spatial indexes for all the elements with geometry contained in an NFE model.
|
Class | Description |
---|---|
NFEFeatureElementGeoObject |
A GeoObject representation of a feature element.
|
NFEGeoObject |
The base GeoObject class used by NFE.
|
NFENetworkElementGeoObject |
A GeoObject representation of a network element.
|
NFERTreeSpatialModel |
An implementation of NFESpatialModel that uses R-tree indices
|
RTreeIndexedSpatialSet<V extends NFEGeoObject> |
An implementation of IndexedSpatialSet that uses an R-tree index and stores instances of NFEGeoObject.
|