Class TLcdCoverageOfferingDetail

java.lang.Object
com.luciad.ogc.wcs.model.TLcdCoverageOfferingDetail
All Implemented Interfaces:
ILcdCoverageOfferingDetail

public class TLcdCoverageOfferingDetail extends Object implements ILcdCoverageOfferingDetail
Deprecated.
Use TLcdDefaultCoverageOfferingDetail instead. (since 2017.0) It allows providing coverage offering detail information without requiring to have a ILcdModel.
Deprecated implementation of the interface ILcdCoverageOfferingDetail.
Since:
2014.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Creates a new instance with the given model.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the EPSG reference code describing the native Coordinate Reference System (CRS) of this coverage offering detail, or null if no code can be found.
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TLcdCoverageOfferingDetail

      public TLcdCoverageOfferingDetail(ILcdModel aModel)
      Deprecated.
      Creates a new instance with the given model.

      By default, the native CRS will be set to the EPSG reference code of the model reference returned by ILcdModel.getModelReference().

      Parameters:
      aModel - The model containing the data that is described in this coverage offering detail. This cannot be null.
  • Method Details