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 Link icon

    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 Link icon

    • getNativeCRS Link icon

      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 Link icon

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

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