Module org.opengis.geoapi
Package org.opengis.metadata.spatial
Interface VectorSpatialRepresentation
- All Superinterfaces:
SpatialRepresentation
@UML(identifier="MD_VectorSpatialRepresentation",
specification=ISO_19115)
public interface VectorSpatialRepresentation
extends SpatialRepresentation
Information about the vector spatial objects in the dataset.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends GeometricObjects> Information about the geometric objects used in the dataset.default TopologyLevel
Code which identifies the degree of complexity of the spatial relationships.Methods inherited from interface org.opengis.metadata.spatial.SpatialRepresentation
getScope
-
Method Details
-
getTopologyLevel
@UML(identifier="topologyLevel", obligation=OPTIONAL, specification=ISO_19115) default TopologyLevel getTopologyLevel()Code which identifies the degree of complexity of the spatial relationships.- Returns:
- the degree of complexity of the spatial relationships, or
null
.
-
getGeometricObjects
@UML(identifier="geometricObjects", obligation=OPTIONAL, specification=ISO_19115) default Collection<? extends GeometricObjects> getGeometricObjects()Information about the geometric objects used in the dataset.- Returns:
- information about the geometric objects used in the dataset, or
null
.
-