Package com.luciad.ogc.wfs
Class TLcdWFSFeatureTypeList
java.lang.Object
com.luciad.ogc.wfs.TLcdWFSFeatureTypeList
- All Implemented Interfaces:
ILcdWFSFeatureTypeList
Deprecated.
An implementation of
ILcdWFSFeatureTypeList
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeatureType
(ILcdWFSFeatureType aFeatureType) Deprecated.Adds a new feature type to the list.getFeatureType
(int aIndex) Deprecated.Returns the feature type at the given index.getFeatureType
(String aID) Deprecated.Returns the feature type that has the given name.int
Deprecated.Returns the number of feature types inside this list.
-
Constructor Details
-
TLcdWFSFeatureTypeList
public TLcdWFSFeatureTypeList()Deprecated.
-
-
Method Details
-
getFeatureTypeCount
public int getFeatureTypeCount()Deprecated.Description copied from interface:ILcdWFSFeatureTypeList
Returns the number of feature types inside this list.- Specified by:
getFeatureTypeCount
in interfaceILcdWFSFeatureTypeList
- Returns:
- the number of feature types inside this list.
-
addFeatureType
Deprecated.Adds a new feature type to the list.- Parameters:
aFeatureType
- AnILcdWFSFeatureType
.
-
getFeatureType
Deprecated.Description copied from interface:ILcdWFSFeatureTypeList
Returns the feature type at the given index.- Specified by:
getFeatureType
in interfaceILcdWFSFeatureTypeList
- Parameters:
aIndex
- the index of the feature type to retrieve.- Returns:
- the feature type at the given index.
-
getFeatureType
Deprecated.Description copied from interface:ILcdWFSFeatureTypeList
Returns the feature type that has the given name.- Specified by:
getFeatureType
in interfaceILcdWFSFeatureTypeList
- Parameters:
aID
- the name of the feature type to retrieve.- Returns:
- the feature type that has the given name.
-
ILcdWFSCapabilitiesProvider
.