Package com.luciad.ogc.wfs.common.model
Class TLcdWFSFeatureTypeList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSFeatureTypeList
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A list of feature types available from this server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeatureType
(TLcdWFSFeatureType aFeatureType) Adds a feature type.Returns the value of the property that maps to theFeatureType
element.getFeatureType
(int aIndex) Gets the feature type at a given position.int
Gets the number of feature types.Returns the value of the property that maps to theOperations
element.void
removeFeatureType
(int aIndex) Removes the feature type at a given position.void
setOperations
(TLcdWFSOperationList aValue) Sets the value of the property that maps to theOperations
element.
-
Constructor Details
-
TLcdWFSFeatureTypeList
public TLcdWFSFeatureTypeList()
-
-
Method Details
-
addFeatureType
Adds a feature type.- Parameters:
aFeatureType
- the feature type to be added.
-
getFeatureTypeCount
public int getFeatureTypeCount()Gets the number of feature types.- Returns:
- the number of feature types.
-
removeFeatureType
public void removeFeatureType(int aIndex) Removes the feature type at a given position.- Parameters:
aIndex
- the index of the given position.
-
getFeatureType
Gets the feature type at a given position.- Parameters:
aIndex
- the index of the given position.- Returns:
- the feature type at the given position.
-
getOperations
Returns the value of the property that maps to theOperations
element.- Returns:
- the value of the
OPERATIONS_PROPERTY
property.
-
setOperations
Sets the value of the property that maps to theOperations
element.- Parameters:
aValue
- the value to set for theOPERATIONS_PROPERTY
property.
-
getFeatureType
Returns the value of the property that maps to theFeatureType
element.- Returns:
- the value of the
FEATURE_TYPE_PROPERTY
property.
-