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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic VectorSpatialRepresentationImpl()
public VectorSpatialRepresentationImpl(VectorSpatialRepresentation source)
public TopologyLevel getTopologyLevel()
getTopologyLevel in interface VectorSpatialRepresentationnull.public void setTopologyLevel(TopologyLevel newValue)
public Collection<GeometricObjects> getGeometricObjects()
getGeometricObjects in interface VectorSpatialRepresentationnull.public void setGeometricObjects(Collection<? extends GeometricObjects> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.