Class TLcdWCSProxyModelDescriptor

java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ogc.wcs.client.TLcdWCSProxyModelDescriptor
All Implemented Interfaces:
ILcdImageModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdWCSProxyModelDescriptor extends TLcdModelDescriptor implements ILcdImageModelDescriptor
A model descriptor for WCS proxy image models.
See Also:
  • Field Details

  • Constructor Details

    • TLcdWCSProxyModelDescriptor

      public TLcdWCSProxyModelDescriptor(String aSourceName, String aDisplayName, TLcdWCSCapabilities aCapabilities, TLcdWCSCoverageOffering aCoverageOffering, String aFormat)
      Creates a new TLcdWCSProxyModelDescriptor with the given parameters. The type name is set to TYPE.
      Parameters:
      aSourceName - the source name of the model
      aDisplayName - the display name of the model
      aCapabilities - the WFS capabilities
      aCoverageOffering - the description of the coverage contained in the model
      aFormat - the data format used when requesting image tiles from the WCS
  • Method Details

    • getCapabilities

      public TLcdWCSCapabilities getCapabilities()
      Returns the capabilities document based on which the WCS proxy model was created.
      Returns:
      a TLcdWCSCapabilities
    • getCoverageDescription

      public TLcdWCSCoverageOffering getCoverageDescription()
      Returns a description of the coverage contained in the model.
      Returns:
      a description of the coverage contained in the model
    • getCoverageName

      public String getCoverageName()
      Returns the name of the coverage represented by the WCS proxy model.
      Returns:
      the name of the coverage represented by the WCS proxy model
    • getFormat

      public String getFormat()
      Returns the data format that is used when requesting image tiles from the WCS.
      Returns:
      the data format
    • isElevation

      public boolean isElevation()
      Returns whether the model contains elevation data.
      Returns:
      whether the model contains elevation data.