Package com.luciad.ogc.wcs.model
Class TLcdDefaultCoverageOfferingDetail
java.lang.Object
com.luciad.ogc.wcs.model.TLcdDefaultCoverageOfferingDetail
- All Implemented Interfaces:
ILcdCoverageOfferingDetail
The default implementation of
ILcdCoverageOfferingDetail
.- Since:
- 2017.0
-
Constructor Summary
-
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
.void
setSupportedOutputFormat
(List<String> aSupportedOutputFormat)
-
Constructor Details
-
TLcdDefaultCoverageOfferingDetail
-
-
Method Details
-
getNativeCRS
Description copied from interface:ILcdCoverageOfferingDetail
Returns a string describing the native Coordinate Reference System (CRS) of the coverage offering. The return value would typically be an EPSG code.- Specified by:
getNativeCRS
in interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormatCount
public int getSupportedOutputFormatCount()Description copied from interface:ILcdCoverageOfferingDetail
Returns the additional number of supported output formats for the coverage offering, next to the default supported formatGeoTIFF
.- Specified by:
getSupportedOutputFormatCount
in interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormat
Description copied from interface:ILcdCoverageOfferingDetail
Returns the output format at the given index.- Specified by:
getSupportedOutputFormat
in interfaceILcdCoverageOfferingDetail
- Throws:
IndexOutOfBoundsException
-
setSupportedOutputFormat
-