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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a format.Returns the value of the property that maps to theFormat
element.getFormat
(int aIndex) Gets the format at a given position.int
Gets the number of formats.void
removeFormat
(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 theFormat
element.- Returns:
- the value of the
FORMAT_PROPERTY
property.
-