Class TLcdOWSDatasetDescriptionSummaryBase

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDescription
com.luciad.ogc.ows.model.TLcdOWSDatasetDescriptionSummaryBase
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSDatasetDescriptionSummaryBase extends TLcdOWSDescription
Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed.
  • Field Details

    • WGS84_BOUNDING_BOX_PROPERTY

      public static final TLcdDataProperty WGS84_BOUNDING_BOX_PROPERTY
      Data property that maps to the WGS84BoundingBox element. The possible values for this property are instances of List<TLcdOWSWGS84BoundingBox>.
    • IDENTIFIER_PROPERTY

      public static final TLcdDataProperty IDENTIFIER_PROPERTY
      Data property that maps to the Identifier element. The possible values for this property are instances of TLcdOWSCode.
    • BOUNDING_BOX_PROPERTY

      public static final TLcdDataProperty BOUNDING_BOX_PROPERTY
      Data property that maps to the BoundingBox element. The possible values for this property are instances of List<TLcdOWSBoundingBox>.
    • METADATA_PROPERTY

      public static final TLcdDataProperty METADATA_PROPERTY
      Data property that maps to the Metadata element. The possible values for this property are instances of List<TLcdOWSMetadata>.
    • DATASET_DESCRIPTION_SUMMARY_PROPERTY

      public static final TLcdDataProperty DATASET_DESCRIPTION_SUMMARY_PROPERTY
      Data property that maps to the DatasetDescriptionSummary element. The possible values for this property are instances of List<TLcdOWSDatasetDescriptionSummaryBase>.
    • TITLE_PROPERTY

      public static final TLcdDataProperty TITLE_PROPERTY
      Data property that maps to the Title element. The possible values for this property are instances of List<TLcdOWSLanguageString>.
    • ABSTRACT_PROPERTY

      public static final TLcdDataProperty ABSTRACT_PROPERTY
      Data property that maps to the Abstract element. The possible values for this property are instances of List<TLcdOWSLanguageString>.
    • KEYWORDS_PROPERTY

      public static final TLcdDataProperty KEYWORDS_PROPERTY
      Data property that maps to the Keywords element. The possible values for this property are instances of List<TLcdOWSKeywords>.
  • Constructor Details

    • TLcdOWSDatasetDescriptionSummaryBase

      public TLcdOWSDatasetDescriptionSummaryBase()
    • TLcdOWSDatasetDescriptionSummaryBase

      public TLcdOWSDatasetDescriptionSummaryBase(TLcdDataType aType)
  • Method Details

    • getWGS84BoundingBox

      public List<TLcdOWSWGS84BoundingBox> getWGS84BoundingBox()
      Returns the value of the property that maps to the WGS84BoundingBox element.
      Returns:
      the value of the WGS84_BOUNDING_BOX_PROPERTY property.
    • getIdentifier

      public TLcdOWSCode getIdentifier()
      Returns the value of the property that maps to the Identifier element.

      Unambiguous identifier or name of this coverage, unique for this server.

      Returns:
      the value of the IDENTIFIER_PROPERTY property.
    • setIdentifier

      public void setIdentifier(TLcdOWSCode aValue)
      Sets the value of the property that maps to the Identifier element.

      Unambiguous identifier or name of this coverage, unique for this server.

      Parameters:
      aValue - the value to set for the IDENTIFIER_PROPERTY property.
    • getBoundingBox

      public List<TLcdOWSBoundingBox> getBoundingBox()
      Returns the value of the property that maps to the BoundingBox element.
      Returns:
      the value of the BOUNDING_BOX_PROPERTY property.
    • getMetadata

      public List<TLcdOWSMetadata> getMetadata()
      Returns the value of the property that maps to the Metadata element.
      Returns:
      the value of the METADATA_PROPERTY property.
    • getDatasetDescriptionSummary

      public List<TLcdOWSDatasetDescriptionSummaryBase> getDatasetDescriptionSummary()
      Returns the value of the property that maps to the DatasetDescriptionSummary element.
      Returns:
      the value of the DATASET_DESCRIPTION_SUMMARY_PROPERTY property.
    • getTitles

      public List<TLcdOWSLanguageString> getTitles()
      Returns the value of the property that maps to the Title element.

      Title of this resource, normally used for display to humans.

      Returns:
      the value of the TITLE_PROPERTY property.
    • getAbstracts

      public List<TLcdOWSLanguageString> getAbstracts()
      Returns the value of the property that maps to the Abstract element.

      Brief narrative description of this resource, normally used for display to humans.

      Returns:
      the value of the ABSTRACT_PROPERTY property.
    • getKeywords

      public List<TLcdOWSKeywords> getKeywords()
      Returns the value of the property that maps to the Keywords element.
      Returns:
      the value of the KEYWORDS_PROPERTY property.