Package net.opengis.ows11
Interface IdentificationType
- 
- All Superinterfaces:
- BasicIdentificationType,- DescriptionType,- EObject,- Notifier
 - All Known Implementing Classes:
- IdentificationTypeImpl
 
 public interface IdentificationType extends BasicIdentificationType A representation of the model object 'Identification Type'. Extended 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:
- Ows11Package.getIdentificationType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAvailableCRS()Returns the value of the 'Available CRS' attribute.FeatureMapgetAvailableCRSGroup()Returns the value of the 'Available CRS Group' attribute list.EListgetBoundingBox()Returns the value of the 'Bounding Box' containment reference list.FeatureMapgetBoundingBoxGroup()Returns the value of the 'Bounding Box Group' attribute list.StringgetOutputFormat()Returns the value of the 'Output Format' attribute.voidsetAvailableCRS(String value)Sets the value of the 'Available CRS' attribute.voidsetOutputFormat(String value)Sets the value of the 'Output Format' attribute.- 
Methods inherited from interface BasicIdentificationTypegetIdentifier, getMetadata, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
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:
- Ows11Package.getIdentificationType_BoundingBoxGroup()
 
 - 
getBoundingBoxEList 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:
- Ows11Package.getIdentificationType_BoundingBox()
 
 - 
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:
- setOutputFormat(String),- Ows11Package.getIdentificationType_OutputFormat()
 
 - 
setOutputFormatvoid setOutputFormat(String value) Sets the value of the 'Output Format' attribute.- Parameters:
- value- the new value of the 'Output Format' attribute.
- See Also:
- getOutputFormat()
 
 - 
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:
- Ows11Package.getIdentificationType_AvailableCRSGroup()
 
 - 
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:
- setAvailableCRS(String),- Ows11Package.getIdentificationType_AvailableCRS()
 
 - 
setAvailableCRSvoid setAvailableCRS(String value) Sets the value of the 'Available CRS' attribute.- Parameters:
- value- the new value of the 'Available CRS' attribute.
- See Also:
- getAvailableCRS()
 
 
- 
 
-