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
ConstructorDescriptionTLcdCoverageOfferingDetail
(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, ornull
if 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.int
Deprecated.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 CRS
will 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, ornull
if no code can be found.- Specified by:
getNativeCRS
in 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:
getSupportedOutputFormatCount
in interfaceILcdCoverageOfferingDetail
-
getSupportedOutputFormat
Deprecated.Throws an IndexOutOfBoundsException, indicating that there are no additional output formats defined next to the default one, GeoTIFF.- Specified by:
getSupportedOutputFormat
in interfaceILcdCoverageOfferingDetail
- Throws:
IndexOutOfBoundsException
- always- See Also:
-
TLcdDefaultCoverageOfferingDetail
instead. (since 2017.0) It allows providing coverage offering detail information without requiring to have aILcdModel
.