Class TLcdWCSContentMetadata

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSContentMetadata
All Implemented Interfaces:
ILcdXMLSimpleLink

public class TLcdWCSContentMetadata extends Object implements ILcdXMLSimpleLink
This class contains metadata about the data served by the WCS instance.
  • Constructor Details

    • TLcdWCSContentMetadata

      public TLcdWCSContentMetadata()
  • Method Details

    • getUpdateSequence

      public String getUpdateSequence()
      Returns 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()
      Returns the version.
      Returns:
      the version.
    • setVersion

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

      public String getRemoteSchema()
      Returns the remote schema.

      Reference to an XML Schema fragment that specifies the content model of the property´s value.

      Returns:
      the remote schema.
    • setRemoteSchema

      public void setRemoteSchema(String aRemoteSchema)
      Sets the remote schema.

      Reference to an XML Schema fragment that specifies the content model of the property´s value.

      Parameters:
      aRemoteSchema - the remote schema to be set.
    • getActuate

      public String getActuate()
      Returns the actuate.
      Specified by:
      getActuate in interface ILcdXMLSimpleLink
      Returns:
      the actuate.
    • setActuate

      public void setActuate(String aActuate)
      Sets the actuate.
      Specified by:
      setActuate in interface ILcdXMLSimpleLink
      Parameters:
      aActuate - the actuate to be set.
    • getArcrole

      public String getArcrole()
      Returns the arc role.
      Specified by:
      getArcrole in interface ILcdXMLSimpleLink
      Returns:
      the arc role.
    • setArcrole

      public void setArcrole(String aArcrole)
      Sets the arc role.
      Specified by:
      setArcrole in interface ILcdXMLSimpleLink
      Parameters:
      aArcrole - the arc role to be set.
    • getHref

      public String getHref()
      Returns the href.
      Specified by:
      getHref in interface ILcdXMLSimpleLink
      Returns:
      the href.
    • setHref

      public void setHref(String aHref)
      Sets the href.
      Specified by:
      setHref in interface ILcdXMLSimpleLink
      Parameters:
      aHref - the href to be set.
    • getRole

      public String getRole()
      Returns the role.
      Specified by:
      getRole in interface ILcdXMLSimpleLink
      Returns:
      the role.
    • setRole

      public void setRole(String aRole)
      Sets the role.
      Specified by:
      setRole in interface ILcdXMLSimpleLink
      Parameters:
      aRole - the role to be set.
    • getShow

      public String getShow()
      Returns the show.
      Specified by:
      getShow in interface ILcdXMLSimpleLink
      Returns:
      the show.
    • setShow

      public void setShow(String aShow)
      Sets the show.
      Specified by:
      setShow in interface ILcdXMLSimpleLink
      Parameters:
      aShow - the show to be set.
    • getTitle

      public String getTitle()
      Returns the title.
      Specified by:
      getTitle in interface ILcdXMLSimpleLink
      Returns:
      the title.
    • setTitle

      public void setTitle(String aTitle)
      Sets the title.
      Specified by:
      setTitle in interface ILcdXMLSimpleLink
      Parameters:
      aTitle - the title to be set.
    • getType

      public String getType()
      Returns the type.
      Specified by:
      getType in interface ILcdXMLSimpleLink
      Returns:
      the type.
    • setType

      public void setType(String aType)
      Sets the type.
      Parameters:
      aType - the type to be set.
    • addCoverageOfferingBrief

      public void addCoverageOfferingBrief(TLcdWCSCoverageOfferingBrief aCoverageOfferingBrief)
      Adds a coverage offering brief.
      Parameters:
      aCoverageOfferingBrief - the coverage offering brief to be added.
    • getCoverageOfferingBriefCount

      public int getCoverageOfferingBriefCount()
      Returns the number of coverage offerings briefs.
      Returns:
      the number of coverage offering briefs.
    • removeCoverageOfferingBrief

      public void removeCoverageOfferingBrief(int aIndex)
      Removes the coverage offering brief at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getCoverageOfferingBrief

      public TLcdWCSCoverageOfferingBrief getCoverageOfferingBrief(int aIndex)
      Returns the coverage offering brief at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the coverage offering brief at the given position.