Uses of Class
org.opengis.metadata.spatial.TopologyLevel
- 
Packages that use TopologyLevel Package Description org.opengis.metadata.spatial Information concerning the mechanisms used to represent spatial information in a dataset. - 
- 
Uses of TopologyLevel in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as TopologyLevel Modifier and Type Field Description static TopologyLevelTopologyLevel. ABSTRACTTopological complex without any specified geometric realization.static TopologyLevelTopologyLevel. FULL_PLANAR_GRAPH2-dimensional topological complex which is planar.static TopologyLevelTopologyLevel. FULL_SURFACE_GRAPH2-dimensional topological complex which is isomorphic to a subset of a surface.static TopologyLevelTopologyLevel. FULL_TOPOLOGY_3DComplete coverage of a 3D coordinate space.static TopologyLevelTopologyLevel. GEOMETRY_ONLYGeometry objects without any additional structure which describes topology.static TopologyLevelTopologyLevel. PLANAR_GRAPH1-dimensional topological complex which is planar.static TopologyLevelTopologyLevel. SURFACE_GRAPH1-dimensional topological complex which is isomorphic to a subset of a surface.static TopologyLevelTopologyLevel. TOPOLOGY_1D1-dimensional topological complex.static TopologyLevelTopologyLevel. TOPOLOGY_3D3-dimensional topological complex.Methods in org.opengis.metadata.spatial that return TopologyLevel Modifier and Type Method Description TopologyLevel[]TopologyLevel. family()Returns the list of codes of the same kind than this code list element.default TopologyLevelVectorSpatialRepresentation. getTopologyLevel()Code which identifies the degree of complexity of the spatial relationships.static TopologyLevelTopologyLevel. valueOf(String code)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 ofTopologyLevels. 
 -