Package oracle.spatial.network.nfe.model.spatial
Provides classes for finding and representing spatial relationships between elements in an NFE model
-
Interface Summary 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 Summary 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 indicesRTreeIndexedSpatialSet<V extends NFEGeoObject> An implementation of IndexedSpatialSet that uses an R-tree index and stores instances of NFEGeoObject.