Class TLcdWCSCapabilities

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSCapabilities

public class TLcdWCSCapabilities extends Object
Metadata for a WCS server, also known as Capabilities. Reply from a WCS that performed the GetCapabilities operation.
  • Constructor Details

    • TLcdWCSCapabilities

      public TLcdWCSCapabilities()
  • Method Details

    • getUpdateSequence

      public String getUpdateSequence()
      Gets the update sequence.
      Returns:
      the update sequence.
    • setUpdateSequence

      public void setUpdateSequence(String aUpdateSequence)
      Sets the update sequence.
      Parameters:
      aUpdateSequence - the update sequence to be set.
    • getVersion

      public String getVersion()
      Gets the version.
      Returns:
      the version.
    • setVersion

      public void setVersion(String aVersion)
      Sets the version.
      Parameters:
      aVersion - the version to be set.
    • getService

      public TLcdWCSService getService()
      Gets the service metadata.
      Returns:
      the service metadata.
    • setService

      public void setService(TLcdWCSService aService)
      Sets the service metadata.
      Parameters:
      aService - the service metadata to be set.
    • getCapability

      public TLcdWCSOperationsMetadata getCapability()
      Gets the capability (operations metadata).
      Returns:
      the capability (operations metadata).
    • setCapability

      public void setCapability(TLcdWCSOperationsMetadata aCapability)
      Sets the capability (operations metadata).
      Parameters:
      aCapability - the capability (operations metadata) to be set.
    • getContentMetadata

      public TLcdWCSContentMetadata getContentMetadata()
      Gets the content metadata.
      Returns:
      the content metadata.
    • setContentMetadata

      public void setContentMetadata(TLcdWCSContentMetadata aContentMetadata)
      Sets the content metadata.
      Parameters:
      aContentMetadata - the content metadata to be set.