Package | Description |
---|---|
org.geotools.metadata.iso.spatial |
Spatial representation
implementation.
|
org.opengis.metadata.spatial |
Spatial representation
information (includes grid and vector representation).
|
Modifier and Type | Method and Description |
---|---|
TopologyLevel |
VectorSpatialRepresentationImpl.getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorSpatialRepresentationImpl.setTopologyLevel(TopologyLevel newValue)
Set the code which identifies the degree of complexity of the spatial relationships.
|
Modifier and Type | Field and Description |
---|---|
static TopologyLevel |
TopologyLevel.ABSTRACT
Topological complex without any specified geometric realization.
|
static TopologyLevel |
TopologyLevel.FULL_PLANAR_GRAPH
2-dimensional topological complex which is planar.
|
static TopologyLevel |
TopologyLevel.FULL_SURFACE_GRAPH
2-dimensional topological complex which is isomorphic to a subset of a surface.
|
static TopologyLevel |
TopologyLevel.FULL_TOPOLOGY_3D
Complete coverage of a 3D coordinate space.
|
static TopologyLevel |
TopologyLevel.GEOMETRY_ONLY
Geometry objects without any additional structure which describes topology.
|
static TopologyLevel |
TopologyLevel.PLANAR_GRAPH
1-dimensional topological complex which is planar.
|
static TopologyLevel |
TopologyLevel.SURFACE_GRAPH
1-dimensional topological complex which is isomorphic to a subset of a surface.
|
static TopologyLevel |
TopologyLevel.TOPOLOGY_1D
1-dimensional topological complex.
|
static TopologyLevel |
TopologyLevel.TOPOLOGY_3D
3-dimensional topological complex.
|
Modifier and Type | Method and Description |
---|---|
TopologyLevel[] |
TopologyLevel.family()
Returns the list of enumerations of the same kind than this enum.
|
TopologyLevel |
VectorSpatialRepresentation.getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.
|
static TopologyLevel |
TopologyLevel.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 of
TopologyLevel s. |
Copyright © 1996–2019 Geotools. All rights reserved.