public class FeatureTypeListImpl extends MetadataEntity implements FeatureTypeList
LOGGER
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public FeatureTypeListImpl()
public FeatureTypeListImpl(FeatureTypeList source)
public String getSpatialObject()
getSpatialObject
in interface FeatureTypeList
public void setSpatialObject(String newValue)
public String getSpatialSchemaName()
getSpatialSchemaName
in interface FeatureTypeList
public void setSpatialSchemaName(String newValue)
Copyright © 1996–2023 Geotools. All rights reserved.