@Deprecated public class DefaultFeatureTypeList extends ISOMetadata implements FeatureTypeList
MD_FeatureTypeList
├─spatialObject……………… Instance of a type defined in the spatial schema.
└─spatialSchemaName…… Name of the spatial schema used.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultFeatureTypeList()
Deprecated.
Construct an initially empty feature type list.
|
DefaultFeatureTypeList(FeatureTypeList object)
Deprecated.
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultFeatureTypeList(String spatialObject,
String spatialSchemaName)
Deprecated.
Creates a feature type list initialized to the given values.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultFeatureTypeList |
castOrCopy(FeatureTypeList object)
Deprecated.
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
String |
getSpatialObject()
Deprecated.
Instance of a type defined in the spatial schema.
|
String |
getSpatialSchemaName()
Deprecated.
Name of the spatial schema used.
|
void |
setSpatialObject(String newValue)
Deprecated.
Sets the instance of a type defined in the spatial schema.
|
void |
setSpatialSchemaName(String newValue)
Deprecated.
Sets the name of the spatial schema used.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultFeatureTypeList()
public DefaultFeatureTypeList(String spatialObject, String spatialSchemaName)
spatialObject - the instance of a type defined in the spatial schema, or null if none.spatialSchemaName - the name of the spatial schema used, or null if none.public DefaultFeatureTypeList(FeatureTypeList object)
object - the metadata to copy values from, or null if none.castOrCopy(FeatureTypeList)public static DefaultFeatureTypeList castOrCopy(FeatureTypeList object)
null, then this method returns null.DefaultFeatureTypeList, then it is returned unchanged.DefaultFeatureTypeList instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public String getSpatialObject()
getSpatialObject in interface FeatureTypeListnull.public void setSpatialObject(String newValue)
newValue - the new spatial object.public String getSpatialSchemaName()
getSpatialSchemaName in interface FeatureTypeListnull.public void setSpatialSchemaName(String newValue)
newValue - the new spatial schema.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.