Package com.luciad.ogc.wcs.model
Interface ILcdCoverageOfferingDetail
- All Known Implementing Classes:
TLcdCoverageOfferingDetail
,TLcdDefaultCoverageOfferingDetail
public interface ILcdCoverageOfferingDetail
This interface complements
ILcdCoverageOffering
with more
specific information about the coverage domain and the operations the WCS
can perform with the coverage data.-
Method Summary
Modifier and TypeMethodDescriptionReturns a string describing the native Coordinate Reference System (CRS) of the coverage offering.getSupportedOutputFormat
(int aIndex) Returns the output format at the given index.int
Returns the additional number of supported output formats for the coverage offering, next to the default supported formatGeoTIFF
.
-
Method Details
-
getNativeCRS
String getNativeCRS()Returns a string describing the native Coordinate Reference System (CRS) of the coverage offering. The return value would typically be an EPSG code. -
getSupportedOutputFormatCount
int getSupportedOutputFormatCount()Returns the additional number of supported output formats for the coverage offering, next to the default supported formatGeoTIFF
. -
getSupportedOutputFormat
Returns the output format at the given index.- Throws:
IndexOutOfBoundsException
-