@UML(identifier="MD_TopologyLevelCode", specification=ISO_19115) public final class TopologyLevel extends CodeList<TopologyLevel>
Modifier and Type | Field and Description |
---|---|
static TopologyLevel |
ABSTRACT
Topological complex without any specified geometric realization.
|
static TopologyLevel |
FULL_PLANAR_GRAPH
2-dimensional topological complex which is planar.
|
static TopologyLevel |
FULL_SURFACE_GRAPH
2-dimensional topological complex which is isomorphic to a subset of a surface.
|
static TopologyLevel |
FULL_TOPOLOGY_3D
Complete coverage of a 3D coordinate space.
|
static TopologyLevel |
GEOMETRY_ONLY
Geometry objects without any additional structure which describes topology.
|
static TopologyLevel |
PLANAR_GRAPH
1-dimensional topological complex which is planar.
|
static TopologyLevel |
SURFACE_GRAPH
1-dimensional topological complex which is isomorphic to a subset of a surface.
|
static TopologyLevel |
TOPOLOGY_1D
1-dimensional topological complex.
|
static TopologyLevel |
TOPOLOGY_3D
3-dimensional topological complex.
|
Modifier and Type | Method and Description |
---|---|
TopologyLevel[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static TopologyLevel |
valueOf(String code)
Returns the topology level that matches the given string, or returns a new one if none match
it.
|
static TopologyLevel[] |
values()
Returns the list of
TopologyLevel s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="geometryOnly", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel GEOMETRY_ONLY
@UML(identifier="topology1D", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel TOPOLOGY_1D
@UML(identifier="planarGraph", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel PLANAR_GRAPH
@UML(identifier="fullPlanarGraph", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel FULL_PLANAR_GRAPH
@UML(identifier="surfaceGraph", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel SURFACE_GRAPH
@UML(identifier="fullSurfaceGraph", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel FULL_SURFACE_GRAPH
@UML(identifier="topology3D", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel TOPOLOGY_3D
@UML(identifier="fullTopology3D", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel FULL_TOPOLOGY_3D
@UML(identifier="abstract", obligation=CONDITIONAL, specification=ISO_19115) public static final TopologyLevel ABSTRACT
public static TopologyLevel[] values()
TopologyLevel
s.public TopologyLevel[] family()
family
in class CodeList<TopologyLevel>
public static TopologyLevel valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.