|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.spatial.SpatialRepresentationImpl org.geotools.metadata.iso.spatial.VectorSpatialRepresentationImpl
Information about the vector spatial objects in the dataset.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
VectorSpatialRepresentationImpl()
Constructs an initially empty vector spatial representation. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this vector spatial representation with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
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. |
int |
hashCode()
Returns a hash code value for this representation. |
void |
setGeometricObjects(java.util.Collection 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. |
java.lang.String |
toString()
Returns a string representation of this representation. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VectorSpatialRepresentationImpl()
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 getGeometricObjects()
getGeometricObjects
in interface org.opengis.metadata.spatial.VectorSpatialRepresentation
public void setGeometricObjects(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |