|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.FeatureTypeListImpl
List of names of feature types with the same spatial representation (same as spatial attributes).
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
FeatureTypeListImpl()
Construct an initially empty feature type list. |
|
FeatureTypeListImpl(java.lang.String spatialObject,
java.lang.String spatialSchemaName)
Creates a feature type list initialized to the given values. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this FeatureTypeList with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
java.lang.String |
getSpatialObject()
Instance of a type defined in the spatial schema. |
java.lang.String |
getSpatialSchemaName()
Name of the spatial schema used. |
int |
hashCode()
Returns a hash code value for this address. |
void |
setSpatialObject(java.lang.String newValue)
Set the instance of a type defined in the spatial schema. |
void |
setSpatialSchemaName(java.lang.String newValue)
Set the name of the spatial schema used. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public FeatureTypeListImpl()
public FeatureTypeListImpl(java.lang.String spatialObject,
java.lang.String spatialSchemaName)
| Method Detail |
public java.lang.String getSpatialObject()
getSpatialObject in interface org.opengis.metadata.FeatureTypeListpublic void setSpatialObject(java.lang.String newValue)
public java.lang.String getSpatialSchemaName()
getSpatialSchemaName in interface org.opengis.metadata.FeatureTypeListpublic void setSpatialSchemaName(java.lang.String newValue)
protected void freeze()
freeze in class MetadataEntitypublic boolean equals(java.lang.Object object)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||