Class TLcdWCSAbstractDescription

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSAbstractDescriptionBase
com.luciad.ogc.wcs.common.model.TLcdWCSAbstractDescription
All Implemented Interfaces:
ILcdGML3AbstractGML, ILcdGML3StandardObjectProperties
Direct Known Subclasses:
TLcdWCSAxisDescription, TLcdWCSCoverageOfferingBrief, TLcdWCSRangeSet, TLcdWCSService

public class TLcdWCSAbstractDescription extends TLcdWCSAbstractDescriptionBase
Human-readable descriptive information for the object it is included within.
  • Constructor Details

    • TLcdWCSAbstractDescription

      public TLcdWCSAbstractDescription()
  • Method Details

    • getWCSDescription

      public String getWCSDescription()
      Gets the wcs description.

      Contains a simple text description of the object.

      Returns:
      the wcs description.
    • setWCSDescription

      public void setWCSDescription(String aWCSDescription)
      Sets the wcs description.

      Contains a simple text description of the object.

      Parameters:
      aWCSDescription - the wcs description to be set.
    • getName

      public String getName()
      Gets the name.

      Identifier for the object, normally a descriptive name.

      Returns:
      the name.
    • setName

      public void setName(String aName)
      Sets the name.

      Identifier for the object, normally a descriptive name.

      Parameters:
      aName - the name to be set.
    • getLabel

      public String getLabel()
      Gets the label.

      Short human-readable label for this object, for human interface display.

      Returns:
      the label.
    • setLabel

      public void setLabel(String aLabel)
      Sets the label.

      Short human-readable label for this object, for human interface display.

      Parameters:
      aLabel - the label to be set.
    • getId

      public String getId()
      Description copied from interface: ILcdGML3AbstractGML
      Returns the id of this object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator "#", and the value of the id attribute.
      Specified by:
      getId in interface ILcdGML3AbstractGML
      Returns:
      the id of the object.
    • setId

      public void setId(String aId)
      Description copied from interface: ILcdGML3AbstractGML
      Sets the id of this object.
      Specified by:
      setId in interface ILcdGML3AbstractGML
      Parameters:
      aId - the id of this object.
    • getMetaDataPropertyCount

      public int getMetaDataPropertyCount()
      Description copied from interface: ILcdGML3StandardObjectProperties
      Returns the number of metadata properties contained in this GML object.
      Specified by:
      getMetaDataPropertyCount in interface ILcdGML3StandardObjectProperties
      Returns:
      the number of metadata properties contained in this GML object.
    • removeMetaDataProperty

      public void removeMetaDataProperty(int aIndex)
      Removes the meta data property at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getMetaDataProperty

      public ILcdGML3MetaDataProperty getMetaDataProperty(int aIndex)
      Description copied from interface: ILcdGML3StandardObjectProperties
      Returns the metadata property at the given index, contained in this GML object.
      Specified by:
      getMetaDataProperty in interface ILcdGML3StandardObjectProperties
      Parameters:
      aIndex - the index of the metadata property to be returned.
      Returns:
      the metadata property at the given index.
    • getDescription

      public ILcdGML3StringOrRef getDescription()
      Description copied from interface: ILcdGML3StandardObjectProperties
      Returns the description of this GML object.
      Specified by:
      getDescription in interface ILcdGML3StandardObjectProperties
      Returns:
      the description of this GML object.
    • setDescription

      public void setDescription(ILcdGML3StringOrRef aDescription)
      Description copied from interface: ILcdGML3StandardObjectProperties
      Sets the description of this GML object.
      Specified by:
      setDescription in interface ILcdGML3StandardObjectProperties
      Parameters:
      aDescription - the description of this GML object.
    • setNames

      public void setNames(ILcdGML3Code[] aILcdGML3Codes)
      Description copied from interface: ILcdGML3StandardObjectProperties
      Sets the names for this GML object.
      Specified by:
      setNames in interface ILcdGML3StandardObjectProperties
      Parameters:
      aILcdGML3Codes - the names for this GML object.
    • addName

      public void addName(ILcdGML3Code aName)
      Adds a name.

      Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.

      Parameters:
      aName - the name to be added.
    • getNameCount

      public int getNameCount()
      Gets the number of names.
      Specified by:
      getNameCount in interface ILcdGML3StandardObjectProperties
      Returns:
      the number of names.
    • setMetaDataProperties

      public void setMetaDataProperties(ILcdGML3MetaDataProperty[] aILcdGML3MetaDataProperties)
      Description copied from interface: ILcdGML3StandardObjectProperties
      Sets the metadata properties to be contained in this GML object.
      Specified by:
      setMetaDataProperties in interface ILcdGML3StandardObjectProperties
      Parameters:
      aILcdGML3MetaDataProperties - the metadata properties to be contained in this GML object.
    • removeName

      public void removeName(int aIndex)
      Removes the name at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getName

      public ILcdGML3Code getName(int aIndex)
      Gets the name at a given position.

      Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.

      Specified by:
      getName in interface ILcdGML3StandardObjectProperties
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the name at the given position.