Package com.luciad.ogc.wcs.common.model
Class TLcdWCSCoverageDescription
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSCoverageDescription
This class provides the description of a specific coverage served by
an OpenGIS Web Coverage Service (WCS) instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCoverageOffering
(TLcdWCSCoverageOffering aCoverageOffering) Adds a coverage offering.getCoverageOffering
(int aIndex) Returns the coverage offering at the given index.int
Returns the number of coverage offerings.Returns the sequence number of the coverage description.Returns the version.void
removeCoverageOffering
(int aIndex) Removes the coverage offering at the given index.void
setUpdateSequence
(String aUpdateSequence) Sets the update sequence.void
setVersion
(String aVersion) Sets the version.
-
Constructor Details
-
TLcdWCSCoverageDescription
public TLcdWCSCoverageDescription()
-
-
Method Details
-
getUpdateSequence
Returns the sequence number of the coverage description.- Returns:
- the sequence number of the coverage description.
-
setUpdateSequence
Sets the update sequence.- Parameters:
aUpdateSequence
- the update sequence to be set.
-
getVersion
Returns the version.- Returns:
- the version.
-
setVersion
Sets the version.- Parameters:
aVersion
- the version to be set.
-
addCoverageOffering
Adds a coverage offering.- Parameters:
aCoverageOffering
- the coverage offering to be added.
-
getCoverageOfferingCount
public int getCoverageOfferingCount()Returns the number of coverage offerings.- Returns:
- the number of coverage offerings.
-
removeCoverageOffering
public void removeCoverageOffering(int aIndex) Removes the coverage offering at the given index.- Parameters:
aIndex
- the index of the coverage offering to be removed
-
getCoverageOffering
Returns the coverage offering at the given index.- Parameters:
aIndex
- the index of coverage offering to be retrieved- Returns:
- the coverage offering at the given index.
-