net.opengis.ows10
Interface IdentificationType

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

public interface IdentificationType
extends DescriptionType

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:
Ows10Package.getIdentificationType()

Method Summary
 java.lang.String getAvailableCRS()
          Returns the value of the 'Available CRS' attribute.
 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.
 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.
 java.lang.String getOutputFormat()
          Returns the value of the 'Output Format' attribute.
 void setAvailableCRS(java.lang.String value)
          Sets the value of the 'Available CRS' attribute.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void setOutputFormat(java.lang.String value)
          Sets the value of the 'Output Format' attribute.
 
Methods inherited from interface net.opengis.ows10.DescriptionType
getAbstract, getKeywords, getTitle, setAbstract, setTitle
 
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

getIdentifier

CodeType 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:
setIdentifier(CodeType), Ows10Package.getIdentificationType_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 bounding boxes whose union describes the extent of this dataset.

Returns:
the value of the 'Bounding Box Group' attribute list.
See Also:
Ows10Package.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:
Ows10Package.getIdentificationType_BoundingBox()

getOutputFormat

java.lang.String 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), Ows10Package.getIdentificationType_OutputFormat()

setOutputFormat

void setOutputFormat(java.lang.String value)
Sets the value of the 'Output Format' attribute.

Parameters:
value - the new value of the 'Output Format' attribute.
See Also:
getOutputFormat()

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:
Ows10Package.getIdentificationType_AvailableCRSGroup()

getAvailableCRS

java.lang.String 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), Ows10Package.getIdentificationType_AvailableCRS()

setAvailableCRS

void setAvailableCRS(java.lang.String value)
Sets the value of the 'Available CRS' attribute.

Parameters:
value - the new value of the 'Available CRS' attribute.
See Also:
getAvailableCRS()

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 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:
Ows10Package.getIdentificationType_Metadata()


Copyright © 1996-2010 Geotools. All Rights Reserved.