|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
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 AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FeatureTypeListImpl()
Construct an initially empty feature type list. |
|
FeatureTypeListImpl(FeatureTypeList source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
FeatureTypeListImpl(String spatialObject,
String spatialSchemaName)
Creates a feature type list initialized to the given values. |
Method Summary | |
---|---|
String |
getSpatialObject()
Instance of a type defined in the spatial schema. |
String |
getSpatialSchemaName()
Name of the spatial schema used. |
void |
setSpatialObject(String newValue)
Set the instance of a type defined in the spatial schema. |
void |
setSpatialSchemaName(String newValue)
Set the name of the spatial schema used. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureTypeListImpl()
public FeatureTypeListImpl(FeatureTypeList source)
public FeatureTypeListImpl(String spatialObject, String spatialSchemaName)
Method Detail |
---|
public String getSpatialObject()
getSpatialObject
in interface FeatureTypeList
public void setSpatialObject(String newValue)
public String getSpatialSchemaName()
getSpatialSchemaName
in interface FeatureTypeList
public void setSpatialSchemaName(String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |