Package com.luciad.ogc.wcs.common.model
Class TLcdWCSCapabilityException
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSCapabilityException
This class contains the service exception metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a format.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
-
TLcdWCSCapabilityException
public TLcdWCSCapabilityException()
-
-
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.
-