Uses of Class
org.opengis.metadata.spatial.TopologyLevel
Packages that use TopologyLevel
-
Uses of TopologyLevel in org.opengis.metadata.spatial
Subclasses with type arguments of type TopologyLevel in org.opengis.metadata.spatialModifier and TypeClassDescriptionfinal classDegree of complexity of the spatial relationships.Fields in org.opengis.metadata.spatial declared as TopologyLevelModifier and TypeFieldDescriptionstatic final TopologyLevelTopologyLevel.ABSTRACTTopological complex without any specified geometric realization.static final TopologyLevelTopologyLevel.FULL_PLANAR_GRAPH2-dimensional topological complex which is planar.static final TopologyLevelTopologyLevel.FULL_SURFACE_GRAPH2-dimensional topological complex which is isomorphic to a subset of a surface.static final TopologyLevelTopologyLevel.FULL_TOPOLOGY_3DComplete coverage of a 3D coordinate space.static final TopologyLevelTopologyLevel.GEOMETRY_ONLYGeometry objects without any additional structure which describes topology.static final TopologyLevelTopologyLevel.PLANAR_GRAPH1-dimensional topological complex which is planar.static final TopologyLevelTopologyLevel.SURFACE_GRAPH1-dimensional topological complex which is isomorphic to a subset of a surface.static final TopologyLevelTopologyLevel.TOPOLOGY_1D1-dimensional topological complex.static final TopologyLevelTopologyLevel.TOPOLOGY_3D3-dimensional topological complex.Fields in org.opengis.metadata.spatial with type parameters of type TopologyLevelModifier and TypeFieldDescriptionprivate static final List<TopologyLevel> TopologyLevel.VALUESList of all enumerations of this type.Methods in org.opengis.metadata.spatial that return TopologyLevelModifier and TypeMethodDescriptionTopologyLevel.family()Returns the list of enumerations of the same kind than this enum.VectorSpatialRepresentation.getTopologyLevel()Code which identifies the degree of complexity of the spatial relationships.static TopologyLevelReturns the topology level that matches the given string, or returns a new one if none match it.static TopologyLevel[]TopologyLevel.values()Returns the list ofTopologyLevels.