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 Link icon

    • WGS84_BOUNDING_BOX_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdOWSDatasetDescriptionSummaryBase Link icon

      public TLcdOWSDatasetDescriptionSummaryBase()
    • TLcdOWSDatasetDescriptionSummaryBase Link icon

      public TLcdOWSDatasetDescriptionSummaryBase(TLcdDataType aType)
  • Method Details Link icon

    • getWGS84BoundingBox Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

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