Interface ILcdCoverageOfferingDetail

All Known Implementing Classes:
TLcdCoverageOfferingDetail, TLcdDefaultCoverageOfferingDetail

public interface ILcdCoverageOfferingDetail
This interface complements ILcdCoverageOffering with more specific information about the coverage domain and the operations the WCS can perform with the coverage data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string describing the native Coordinate Reference System (CRS) of the coverage offering.
    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 format GeoTIFF.
  • Method Details

    • getNativeCRS

      String getNativeCRS()
      Returns a string describing the native Coordinate Reference System (CRS) of the coverage offering. The return value would typically be an EPSG code.
    • getSupportedOutputFormatCount

      int getSupportedOutputFormatCount()
      Returns the additional number of supported output formats for the coverage offering, next to the default supported format GeoTIFF.
    • getSupportedOutputFormat

      String getSupportedOutputFormat(int aIndex) throws IndexOutOfBoundsException
      Returns the output format at the given index.
      Throws:
      IndexOutOfBoundsException