Package net.opengis.ows10
Interface IdentificationType
- All Superinterfaces:
- DescriptionType,- EObject,- Notifier
- All Known Implementing Classes:
- IdentificationTypeImpl
 A representation of the model object 'Identification Type'.
 
 
 General metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Available CRS' attribute.FeatureMapReturns the value of the 'Available CRS Group' attribute list.EList<BoundingBoxType>Returns the value of the 'Bounding Box' containment reference list.FeatureMapReturns the value of the 'Bounding Box Group' attribute list.Returns the value of the 'Identifier' containment reference.EList<MetadataType>Returns the value of the 'Metadata' containment reference list.Returns the value of the 'Output Format' attribute.voidsetAvailableCRS(String value) Sets the value of the 'Available CRS' attribute.voidsetIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.voidsetOutputFormat(String value) Sets the value of the 'Output Format' attribute.Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle, setAbstract, setTitleMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getIdentifierCodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Optional unique identifier or name of this dataset.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
 
- 
setIdentifierSets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
 
- 
getBoundingBoxGroupFeatureMap getBoundingBoxGroup()Returns the value of the 'Bounding Box Group' attribute list. The list contents are of typeFeatureMap.Entry. Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.- Returns:
- the value of the 'Bounding Box Group' attribute list.
- See Also:
 
- 
getBoundingBoxEList<BoundingBoxType> getBoundingBox()Returns the value of the 'Bounding Box' containment reference list. The list contents are of typeBoundingBoxType. Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.- Returns:
- the value of the 'Bounding Box' containment reference list.
- See Also:
 
- 
getOutputFormatString getOutputFormat()Returns the value of the 'Output Format' attribute. Unordered list of zero or more references to data formats supported for server outputs.- Returns:
- the value of the 'Output Format' attribute.
- See Also:
 
- 
setOutputFormatSets the value of the 'Output Format' attribute.- Parameters:
- value- the new value of the 'Output Format' attribute.
- See Also:
 
- 
getAvailableCRSGroupFeatureMap getAvailableCRSGroup()Returns the value of the 'Available CRS Group' attribute list. The list contents are of typeFeatureMap.Entry. Unordered list of zero or more available coordinate reference systems.- Returns:
- the value of the 'Available CRS Group' attribute list.
- See Also:
 
- 
getAvailableCRSString getAvailableCRS()Returns the value of the 'Available CRS' attribute. Unordered list of zero or more available coordinate reference systems.- Returns:
- the value of the 'Available CRS' attribute.
- See Also:
 
- 
setAvailableCRSSets the value of the 'Available CRS' attribute.- Parameters:
- value- the new value of the 'Available CRS' attribute.
- See Also:
 
- 
getMetadataEList<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 data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
 
 
-