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
Constructors -
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.intReturns the additional number of supported output formats for the coverage offering, next to the default supported formatGeoTIFF.voidsetSupportedOutputFormat(List<String> aSupportedOutputFormat)
-
Constructor Details
-
TLcdDefaultCoverageOfferingDetail
-
-
Method Details
-
getNativeCRS
Description copied from interface:ILcdCoverageOfferingDetailReturns a string describing the native Coordinate Reference System (CRS) of the coverage offering. The return value would typically be an EPSG code.- Specified by:
getNativeCRSin interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormatCount
public int getSupportedOutputFormatCount()Description copied from interface:ILcdCoverageOfferingDetailReturns the additional number of supported output formats for the coverage offering, next to the default supported formatGeoTIFF.- Specified by:
getSupportedOutputFormatCountin interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormat
Description copied from interface:ILcdCoverageOfferingDetailReturns the output format at the given index.- Specified by:
getSupportedOutputFormatin interfaceILcdCoverageOfferingDetail- Throws:
IndexOutOfBoundsException
-
setSupportedOutputFormat
-