Package com.luciad.ogc.wcs.common.model
Class TLcdWCSSupportedFormats
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSSupportedFormats
Unordered list of data transfer formats supported.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFormats
(ILcdGML3CodeList aFormats) Adds a format list.getFormats
(int aIndex) Gets the format list at a given position.int
Gets the number of format lists.Gets the native format.void
removeFormats
(int aIndex) Removes the format list at a given position.void
setNativeFormat
(String aNativeFormat) Sets the native format.
-
Constructor Details
-
TLcdWCSSupportedFormats
public TLcdWCSSupportedFormats()
-
-
Method Details
-
getNativeFormat
Gets the native format.Identifiers of one format in which the data is stored.
- Returns:
- the native format.
-
setNativeFormat
Sets the native format.Identifiers of one format in which the data is stored.
- Parameters:
aNativeFormat
- the native format to be set.
-
addFormats
Adds a format list.Identifiers of one or more formats in which coverage content can be retrieved.
- Parameters:
aFormats
- the formats to be added.
-
getFormatsCount
public int getFormatsCount()Gets the number of format lists.- Returns:
- the number of format lists.
-
removeFormats
public void removeFormats(int aIndex) Removes the format list at a given position.- Parameters:
aIndex
- the index of the given position.
-
getFormats
Gets the format list at a given position.Identifiers of one or more formats in which coverage content can be retrieved.
- Parameters:
aIndex
- the index of the given position.- Returns:
- the formats at the given position.
-