Uses of Class
com.luciad.format.metadata.model.spatial.TLcdISO19115TopologyLevelCode
Package
Description
This package contains information concerning the mechanisms used to represent spatial information
in a dataset.
-
Uses of TLcdISO19115TopologyLevelCode in com.luciad.format.metadata.model.spatial
Modifier and TypeFieldDescriptionstatic final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.ABSTRACT
Topological complex without any specified geometric realization.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.FULL_PLANAR_GRAPH
2-dimensional topological complex which is planar.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.FULL_SURFACE_GRAPH
2-dimensional topological complex which is isomorphic to a subset of a surface.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.FULL_TOPOLOGY_3D
Complete coverage of a 3D coordinate space.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.GEOMETRY_ONLY
Geometry objects without any additional structure which describes topology.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.PLANAR_GRAPH
1-dimensional topological complex which is planar.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.SURFACE_GRAPH
1-dimensional topological complex which is isomorphic to a subset of a surface.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.TOPOLOGY_1D
1-dimensional topological complex.static final TLcdISO19115TopologyLevelCode
TLcdISO19115TopologyLevelCode.TOPOLOGY_3D
3-dimensional topological complex.Modifier and TypeMethodDescriptionTLcdISO19115VectorSpatialRepresentation.getTopologyLevel()
Returns the role value contained in the value of theTLcdISO19115VectorSpatialRepresentation.TOPOLOGY_LEVEL_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19115VectorSpatialRepresentation.setTopologyLevel
(TLcdISO19115TopologyLevelCode aValue) Sets the value of the property that maps to thetopologyLevel
element.