Package com.luciad.ogc.wcs.model
Class TLcdCoverageOfferingDetail
java.lang.Object
com.luciad.ogc.wcs.model.TLcdCoverageOfferingDetail
- All Implemented Interfaces:
ILcdCoverageOfferingDetail
Deprecated.
Deprecated implementation of the interface
ILcdCoverageOfferingDetail.- Since:
- 2014.0
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdCoverageOfferingDetail(ILcdModel aModel) Deprecated.Creates a new instance with the given model. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the EPSG reference code describing the native Coordinate Reference System (CRS) of this coverage offering detail, ornullif no code can be found.getSupportedOutputFormat(int aIndex) Deprecated.Throws an IndexOutOfBoundsException, indicating that there are no additional output formats defined next to the default one, GeoTIFF.intDeprecated.Returns 0, indicating that there are no additional supported output formats defined next to the default one, GeoTIFF.
-
Constructor Details
-
TLcdCoverageOfferingDetail
Deprecated.Creates a new instance with the given model. By default, thenative CRSwill be set to the EPSG reference code of the model reference returned byILcdModel.getModelReference().- Parameters:
aModel- The model containing the data that is described in this coverage offering detail. This cannot benull.
-
-
Method Details
-
getNativeCRS
Deprecated.Returns the EPSG reference code describing the native Coordinate Reference System (CRS) of this coverage offering detail, ornullif no code can be found.- Specified by:
getNativeCRSin interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormatCount
public int getSupportedOutputFormatCount()Deprecated.Returns 0, indicating that there are no additional supported output formats defined next to the default one, GeoTIFF.- Specified by:
getSupportedOutputFormatCountin interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormat
Deprecated.Throws an IndexOutOfBoundsException, indicating that there are no additional output formats defined next to the default one, GeoTIFF.- Specified by:
getSupportedOutputFormatin interfaceILcdCoverageOfferingDetail- Throws:
IndexOutOfBoundsException- always- See Also:
-
TLcdDefaultCoverageOfferingDetailinstead. (since 2017.0) It allows providing coverage offering detail information without requiring to have aILcdModel.