|
|||||||||||
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.SpatialAttributeSupplementImpl
Spatial attributes in the application schema for the feature types.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
SpatialAttributeSupplementImpl()
Construct an initially empty spatial attribute supplement. |
|
SpatialAttributeSupplementImpl(java.util.Collection featureTypeList)
Creates a spatial attribute supplement initialized to the given values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this spatial attribute supplement with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getFeatureTypeList()
Provides information about the list of feature types with the same spatial representation. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setFeatureTypeList(java.util.Collection newValues)
Set information about the list of feature types with the same spatial representation. |
java.lang.String |
toString()
Returns a string representation of this object. |
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 SpatialAttributeSupplementImpl()
public SpatialAttributeSupplementImpl(java.util.Collection featureTypeList)
Method Detail |
public java.util.Collection getFeatureTypeList()
getFeatureTypeList
in interface org.opengis.metadata.SpatialAttributeSupplement
public void setFeatureTypeList(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 |