public class VectorSpatialRepresentationImpl extends SpatialRepresentationImpl implements VectorSpatialRepresentation
LOGGER
Constructor and Description |
---|
VectorSpatialRepresentationImpl()
Constructs an initially empty vector spatial representation.
|
VectorSpatialRepresentationImpl(VectorSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeometricObjects> |
getGeometricObjects()
Information about the geometric objects used in the dataset.
|
TopologyLevel |
getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships.
|
void |
setGeometricObjects(Collection<? extends GeometricObjects> newValues)
Set information about the geometric objects used in the dataset.
|
void |
setTopologyLevel(TopologyLevel newValue)
Set the code which identifies the degree of complexity of the spatial relationships.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public VectorSpatialRepresentationImpl()
public VectorSpatialRepresentationImpl(VectorSpatialRepresentation source)
public TopologyLevel getTopologyLevel()
getTopologyLevel
in interface VectorSpatialRepresentation
null
.public void setTopologyLevel(TopologyLevel newValue)
public Collection<GeometricObjects> getGeometricObjects()
getGeometricObjects
in interface VectorSpatialRepresentation
null
.public void setGeometricObjects(Collection<? extends GeometricObjects> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.