Package com.luciad.ogc.wfs
Interface ILcdWFSFeatureTypeList
- All Known Implementing Classes:
TLcdWFSFeatureTypeList
public interface ILcdWFSFeatureTypeList
Deprecated.
Interface for classes that represent a list of WFS feature types.
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureType
(int aIndex) Deprecated.Returns the feature type at the given index.getFeatureType
(String aTypeName) Deprecated.Returns the feature type that has the given name.int
Deprecated.Returns the number of feature types inside this list.
-
Method Details
-
getFeatureTypeCount
int getFeatureTypeCount()Deprecated.Returns the number of feature types inside this list.- Returns:
- the number of feature types inside this list.
-
getFeatureType
Deprecated.Returns the feature type at the given index.- Parameters:
aIndex
- the index of the feature type to retrieve.- Returns:
- the feature type at the given index.
-
getFeatureType
Deprecated.Returns the feature type that has the given name.- Parameters:
aTypeName
- the name of the feature type to retrieve.- Returns:
- the feature type that has the given name.
-
ILcdWFSCapabilitiesProvider
.