Package net.opengis.ows20
Interface DatasetDescriptionSummaryBaseType
-
- All Superinterfaces:
DescriptionType
,EObject
,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:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BoundingBoxType>
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list.FeatureMap
getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list.EList<DatasetDescriptionSummaryBaseType>
getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.EList<MetadataType>
getMetadata()
Returns the value of the 'Metadata' containment reference list.FeatureMap
getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list.EList<WGS84BoundingBoxType>
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 DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getWGS84BoundingBox
EList<WGS84BoundingBoxType> getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of typeWGS84BoundingBoxType
. 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:
Ows20Package.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)
,Ows20Package.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
FeatureMap getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list. The list contents are of typeFeatureMap.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:
Ows20Package.getDatasetDescriptionSummaryBaseType_BoundingBoxGroup()
-
getBoundingBox
EList<BoundingBoxType> getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list. The list contents are of typeBoundingBoxType
. 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:
Ows20Package.getDatasetDescriptionSummaryBaseType_BoundingBox()
-
getMetadataGroup
FeatureMap getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list. The list contents are of typeFeatureMap.Entry
. 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 Group' attribute list.
- See Also:
Ows20Package.getDatasetDescriptionSummaryBaseType_MetadataGroup()
-
getMetadata
EList<MetadataType> getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType
. 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:
Ows20Package.getDatasetDescriptionSummaryBaseType_Metadata()
-
getDatasetDescriptionSummary
EList<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list. The list contents are of typeDatasetDescriptionSummaryBaseType
. 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:
Ows20Package.getDatasetDescriptionSummaryBaseType_DatasetDescriptionSummary()
-
-