net.opengis.ows11
Interface DatasetDescriptionSummaryBaseType

All Superinterfaces:
DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DatasetDescriptionSummaryBaseTypeImpl

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:
Ows11Package.getDatasetDescriptionSummaryBaseType()

Method Summary
 org.eclipse.emf.common.util.EList getBoundingBox()
          Returns the value of the 'Bounding Box' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getBoundingBoxGroup()
          Returns the value of the 'Bounding Box Group' attribute list.
 org.eclipse.emf.common.util.EList getDatasetDescriptionSummary()
          Returns the value of the 'Dataset Description Summary' containment reference list.
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 org.eclipse.emf.common.util.EList getMetadata()
          Returns the value of the 'Metadata' containment reference list.
 org.eclipse.emf.common.util.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 net.opengis.ows11.DescriptionType
getAbstract, getKeywords, getTitle
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getWGS84BoundingBox

org.eclipse.emf.common.util.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()

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(CodeType), Ows11Package.getDatasetDescriptionSummaryBaseType_Identifier()

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

org.eclipse.emf.ecore.util.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

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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()

getDatasetDescriptionSummary

org.eclipse.emf.common.util.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:
Ows11Package.getDatasetDescriptionSummaryBaseType_DatasetDescriptionSummary()


Copyright © 1996-2010 Geotools. All Rights Reserved.