net.opengis.wps10
Interface CRSsType

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

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

A representation of the model object 'CRSs Type'. Identifies a Coordinate Reference System (CRS) supported for this input or output.

The following features are supported:

See Also:
Wps10Package.getCRSsType()

Method Summary
 java.lang.String getCRS()
          Returns the value of the 'CRS' attribute.
 void setCRS(java.lang.String value)
          Sets the value of the 'CRS' attribute.
 
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

getCRS

java.lang.String getCRS()
Returns the value of the 'CRS' attribute. Reference to a CRS supported for this Input/Output.

Returns:
the value of the 'CRS' attribute.
See Also:
setCRS(String), Wps10Package.getCRSsType_CRS()

setCRS

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

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


Copyright © 1996-2010 Geotools. All Rights Reserved.