@UML(identifier="MD_VectorSpatialRepresentation", specification=ISO_19115) public interface VectorSpatialRepresentation extends SpatialRepresentation
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends GeometricObjects> |
getGeometricObjects()
Information about the geometric objects used in the dataset.
|
TopologyLevel |
getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.
|
@UML(identifier="topologyLevel", obligation=OPTIONAL, specification=ISO_19115) TopologyLevel getTopologyLevel()
null.@UML(identifier="geometricObjects", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends GeometricObjects> getGeometricObjects()
null.Copyright © 1996–2019 Geotools. All rights reserved.