Uses of Class
org.opengis.metadata.spatial.TopologyLevel
Packages that use TopologyLevel
Package
Description
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of TopologyLevel in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return TopologyLevelModifier and TypeMethodDescriptionDefaultVectorSpatialRepresentation.getTopologyLevel()Returns the code which identifies the degree of complexity of the spatial relationships.Methods in org.apache.sis.metadata.iso.spatial with parameters of type TopologyLevelModifier and TypeMethodDescriptionvoidDefaultVectorSpatialRepresentation.setTopologyLevel(TopologyLevel newValue) Sets the code which identifies the degree of complexity of the spatial relationships. -
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.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 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.