net.opengis.wps10
Interface SupportedCRSsType

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

public interface SupportedCRSsType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Supported CR Ss Type'. Listing of the Coordinate Reference System (CRS) support for this process input or output.

The following features are supported:

See Also:
Wps10Package.getSupportedCRSsType()

Method Summary
 DefaultType getDefault()
          Returns the value of the 'Default' containment reference.
 CRSsType getSupported()
          Returns the value of the 'Supported' containment reference.
 void setDefault(DefaultType value)
          Sets the value of the 'Default' containment reference.
 void setSupported(CRSsType value)
          Sets the value of the 'Supported' containment reference.
 
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

getDefault

DefaultType getDefault()
Returns the value of the 'Default' containment reference. Identifies the default CRS that will be used unless the Execute operation request specifies another supported CRS.

Returns:
the value of the 'Default' containment reference.
See Also:
setDefault(DefaultType), Wps10Package.getSupportedCRSsType_Default()

setDefault

void setDefault(DefaultType value)
Sets the value of the 'Default' containment reference.

Parameters:
value - the new value of the 'Default' containment reference.
See Also:
getDefault()

getSupported

CRSsType getSupported()
Returns the value of the 'Supported' containment reference. Unordered list of references to all of the CRSs supported for this Input/Output. The default CRS shall be included in this list.

Returns:
the value of the 'Supported' containment reference.
See Also:
setSupported(CRSsType), Wps10Package.getSupportedCRSsType_Supported()

setSupported

void setSupported(CRSsType value)
Sets the value of the 'Supported' containment reference.

Parameters:
value - the new value of the 'Supported' containment reference.
See Also:
getSupported()


Copyright © 1996-2010 Geotools. All Rights Reserved.