net.opengis.ows11
Interface IdentificationType

All Superinterfaces:
BasicIdentificationType, DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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 Summary
 org.eclipse.emf.common.util.EList getAvailableCRS()
          Returns the value of the 'Available CRS' attribute list.
 org.eclipse.emf.ecore.util.FeatureMap getAvailableCRSGroup()
          Returns the value of the 'Available CRS Group' attribute list.
 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 getOutputFormat()
          Returns the value of the 'Output Format' attribute list.
 
Methods inherited from interface net.opengis.ows11.BasicIdentificationType
getIdentifier, getMetadata, setIdentifier
 
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

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 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()

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 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()

getOutputFormat

org.eclipse.emf.common.util.EList getOutputFormat()
Returns the value of the 'Output Format' attribute list. The list contents are of type String. Unordered list of zero or more references to data formats supported for server outputs.

Returns:
the value of the 'Output Format' attribute list.
See Also:
Ows11Package.getIdentificationType_OutputFormat()

getAvailableCRSGroup

org.eclipse.emf.ecore.util.FeatureMap getAvailableCRSGroup()
Returns the value of the 'Available CRS Group' attribute list. The list contents are of type FeatureMap.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()

getAvailableCRS

org.eclipse.emf.common.util.EList getAvailableCRS()
Returns the value of the 'Available CRS' attribute list. The list contents are of type String. Unordered list of zero or more available coordinate reference systems.

Returns:
the value of the 'Available CRS' attribute list.
See Also:
Ows11Package.getIdentificationType_AvailableCRS()


Copyright © 1996-2010 Geotools. All Rights Reserved.