|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.spatial.SpatialRepresentationImpl
org.geotools.metadata.iso.spatial.VectorSpatialRepresentationImpl
public class VectorSpatialRepresentationImpl
Information about the vector spatial objects in the dataset.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
VectorSpatialRepresentationImpl()
Constructs an initially empty vector spatial representation. |
|
VectorSpatialRepresentationImpl(org.opengis.metadata.spatial.VectorSpatialRepresentation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.spatial.GeometricObjects> |
getGeometricObjects()
Information about the geometric objects used in the dataset. |
org.opengis.metadata.spatial.TopologyLevel |
getTopologyLevel()
Code which identifies the degree of complexity of the spatial relationships. |
void |
setGeometricObjects(java.util.Collection<? extends org.opengis.metadata.spatial.GeometricObjects> newValues)
Set information about the geometric objects used in the dataset. |
void |
setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel newValue)
Set the code which identifies the degree of complexity of the spatial relationships. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VectorSpatialRepresentationImpl()
public VectorSpatialRepresentationImpl(org.opengis.metadata.spatial.VectorSpatialRepresentation source)
Method Detail |
---|
public org.opengis.metadata.spatial.TopologyLevel getTopologyLevel()
getTopologyLevel
in interface org.opengis.metadata.spatial.VectorSpatialRepresentation
public void setTopologyLevel(org.opengis.metadata.spatial.TopologyLevel newValue)
public java.util.Collection<org.opengis.metadata.spatial.GeometricObjects> getGeometricObjects()
getGeometricObjects
in interface org.opengis.metadata.spatial.VectorSpatialRepresentation
public void setGeometricObjects(java.util.Collection<? extends org.opengis.metadata.spatial.GeometricObjects> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |