Uses of Class
org.opengis.metadata.spatial.TopologyLevel
Packages that use TopologyLevel
-
Uses of TopologyLevel in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as TopologyLevelModifier and TypeFieldDescriptionstatic final TopologyLevel
TopologyLevel.ABSTRACT
Topological complex without any specified geometric realization.static final TopologyLevel
TopologyLevel.FULL_PLANAR_GRAPH
2-dimensional topological complex which is planar.static final TopologyLevel
TopologyLevel.FULL_SURFACE_GRAPH
2-dimensional topological complex which is isomorphic to a subset of a surface.static final TopologyLevel
TopologyLevel.FULL_TOPOLOGY_3D
Complete coverage of a 3D coordinate space.static final TopologyLevel
TopologyLevel.GEOMETRY_ONLY
Geometry objects without any additional structure which describes topology.static final TopologyLevel
TopologyLevel.PLANAR_GRAPH
1-dimensional topological complex which is planar.static final TopologyLevel
TopologyLevel.SURFACE_GRAPH
1-dimensional topological complex which is isomorphic to a subset of a surface.static final TopologyLevel
TopologyLevel.TOPOLOGY_1D
1-dimensional topological complex.static final TopologyLevel
TopologyLevel.TOPOLOGY_3D
3-dimensional topological complex.Methods in org.opengis.metadata.spatial that return TopologyLevelModifier and TypeMethodDescriptionTopologyLevel.family()
Returns the list of enumerations of the same kind as this enum.VectorSpatialRepresentation.getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.static TopologyLevel
Returns the topology level that matches the given string, or returns a new one if none match it.static TopologyLevel[]
TopologyLevel.values()
Returns the list ofTopologyLevel
s.