Interface DatasetDescriptionSummaryBaseType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference list.
      FeatureMap getBoundingBoxGroup()
      Returns the value of the 'Bounding Box Group' attribute list.
      EList getDatasetDescriptionSummary()
      Returns the value of the 'Dataset Description Summary' containment reference list.
      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference.
      EList getMetadata()
      Returns the value of the 'Metadata' containment reference list.
      EList getWGS84BoundingBox()
      Returns the value of the 'WGS84 Bounding Box' containment reference list.
      void setIdentifier​(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      • 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 Detail

      • 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:
        Ows11Package.getDatasetDescriptionSummaryBaseType_WGS84BoundingBox()
      • 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:
        getIdentifier()
      • 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:
        Ows11Package.getDatasetDescriptionSummaryBaseType_BoundingBoxGroup()
      • 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:
        Ows11Package.getDatasetDescriptionSummaryBaseType_BoundingBox()
      • 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:
        Ows11Package.getDatasetDescriptionSummaryBaseType_Metadata()