Interface DatasetDescriptionSummaryBaseType

All Superinterfaces:
DescriptionType, EObject, Notifier
All Known Subinterfaces:
LayerType
All Known Implementing Classes:
DatasetDescriptionSummaryBaseTypeImpl, LayerTypeImpl

public interface DatasetDescriptionSummaryBaseType extends DescriptionType
A representation of the model object 'Dataset Description Summary Base Type'. 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.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Bounding Box' containment reference list.
    FeatureMap
    Returns the value of the 'Bounding Box Group' attribute list.
    EList
    Returns the value of the 'Dataset Description Summary' containment reference list.
    Returns the value of the 'Identifier' containment reference.
    EList
    Returns the value of the 'Metadata' containment reference list.
    EList
    Returns the value of the 'WGS84 Bounding Box' containment reference list.
    void
    Sets the value of the 'Identifier' containment reference.

    Methods inherited from interface DescriptionType

    getAbstract, getKeywords, getTitle

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getWGS84BoundingBox

      EList getWGS84BoundingBox()
      Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of type WGS84BoundingBoxType. Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude. If no WGS 84 bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If WGS 84 bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. For each lowest-level coverage in a hierarchy, at least one applicable WGS84BoundingBox shall be either recorded or inherited, to simplify searching for datasets that might overlap a specified region. If multiple WGS 84 bounding boxes are included, this shall be interpreted as the union of the areas of these bounding boxes.
      Returns:
      the value of the 'WGS84 Bounding Box' containment reference list.
      See Also:
    • getIdentifier

      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference. Unambiguous identifier or name of this coverage, unique for this server.
      Returns:
      the value of the 'Identifier' containment reference.
      See Also:
    • setIdentifier

      void setIdentifier(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      Parameters:
      value - the new value of the 'Identifier' containment reference.
      See Also:
    • getBoundingBoxGroup

      FeatureMap getBoundingBoxGroup()
      Returns the value of the 'Bounding Box Group' attribute list. The list contents are of type FeatureMap.Entry. Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. Zero or more BoundingBoxes are allowed in addition to one or more WGS84BoundingBoxes to allow more precise specification of the Dataset area in AvailableCRSs. These Bounding Boxes shall not use any CRS not listed as an AvailableCRS. However, an AvailableCRS can be listed without a corresponding Bounding Box. If no such bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If such bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. If multiple bounding boxes are included with the same CRS, this shall be interpreted as the union of the areas of these bounding boxes.
      Returns:
      the value of the 'Bounding Box Group' attribute list.
      See Also:
    • getBoundingBox

      EList getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list. The list contents are of type BoundingBoxType. Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. Zero or more BoundingBoxes are allowed in addition to one or more WGS84BoundingBoxes to allow more precise specification of the Dataset area in AvailableCRSs. These Bounding Boxes shall not use any CRS not listed as an AvailableCRS. However, an AvailableCRS can be listed without a corresponding Bounding Box. If no such bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If such bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. If multiple bounding boxes are included with the same CRS, this shall be interpreted as the union of the areas of these bounding boxes.
      Returns:
      the value of the 'Bounding Box' containment reference list.
      See Also:
    • getMetadata

      EList getMetadata()
      Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of additional metadata about this dataset. A list of optional metadata elements for this dataset description could be specified in the Implementation Specification for this service.
      Returns:
      the value of the 'Metadata' containment reference list.
      See Also:
    • getDatasetDescriptionSummary

      EList getDatasetDescriptionSummary()
      Returns the value of the 'Dataset Description Summary' containment reference list. The list contents are of type DatasetDescriptionSummaryBaseType. Metadata describing zero or more unordered subsidiary datasets available from this server.
      Returns:
      the value of the 'Dataset Description Summary' containment reference list.
      See Also: