Package com.luciad.ogc.wfs.common.model
Class TLcdWFSOutputFormatList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.wfs.common.model.TLcdWFSOutputFormatList
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This is a container class for the output formats supported by a given instance of WFS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a format.Returns the value of the property that maps to theFormatelement.getFormat(int aIndex) Gets the format at a given position.intGets the number of formats.voidremoveFormat(int aIndex) Removes the format at a given position.
-
Constructor Details
-
TLcdWFSOutputFormatList
public TLcdWFSOutputFormatList()
-
-
Method Details
-
addFormat
Adds a format.- Parameters:
aFormat- the format to be added.
-
getFormatCount
public int getFormatCount()Gets the number of formats.- Returns:
- the number of formats.
-
removeFormat
public void removeFormat(int aIndex) Removes the format at a given position.- Parameters:
aIndex- the index of the given position.
-
getFormat
Gets the format at a given position.- Parameters:
aIndex- the index of the given position.- Returns:
- the format at the given position.
-
getFormat
Returns the value of the property that maps to theFormatelement.- Returns:
- the value of the
FORMAT_PROPERTYproperty.
-