|
||||||||||
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.FeatureTypeListImpl
public class 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.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FeatureTypeListImpl()
Construct an initially empty feature type list. |
|
FeatureTypeListImpl(org.opengis.metadata.FeatureTypeList source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
FeatureTypeListImpl(java.lang.String spatialObject,
java.lang.String spatialSchemaName)
Creates a feature type list initialized to the given values. |
Method Summary | |
---|---|
java.lang.String |
getSpatialObject()
Instance of a type defined in the spatial schema. |
java.lang.String |
getSpatialSchemaName()
Name of the spatial schema used. |
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 |
---|
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 FeatureTypeListImpl()
public FeatureTypeListImpl(org.opengis.metadata.FeatureTypeList source)
public FeatureTypeListImpl(java.lang.String spatialObject, java.lang.String spatialSchemaName)
Method Detail |
---|
public java.lang.String getSpatialObject()
getSpatialObject
in interface org.opengis.metadata.FeatureTypeList
public void setSpatialObject(java.lang.String newValue)
public java.lang.String getSpatialSchemaName()
getSpatialSchemaName
in interface org.opengis.metadata.FeatureTypeList
public void setSpatialSchemaName(java.lang.String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |