|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
SpatialRepresentationImpl
VectorSpatialRepresentationImpl
public class VectorSpatialRepresentationImpl
Information about the vector spatial objects in the dataset.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
VectorSpatialRepresentationImpl()
Constructs an initially empty vector spatial representation. |
|
VectorSpatialRepresentationImpl(VectorSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
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. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VectorSpatialRepresentationImpl()
public VectorSpatialRepresentationImpl(VectorSpatialRepresentation source)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |