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 TypeMethodDescriptionvoidaddFeatureType(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.intDeprecated.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:ILcdWFSFeatureTypeListReturns the number of feature types inside this list.- Specified by:
getFeatureTypeCountin 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:ILcdWFSFeatureTypeListReturns the feature type at the given index.- Specified by:
getFeatureTypein 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:ILcdWFSFeatureTypeListReturns the feature type that has the given name.- Specified by:
getFeatureTypein interfaceILcdWFSFeatureTypeList- Parameters:
aID- the name of the feature type to retrieve.- Returns:
- the feature type that has the given name.
-
ILcdWFSCapabilitiesProvider.