net.opengis.wps10
Interface DefaultType

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

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

A representation of the model object 'Default Type'.

The following features are supported:

See Also:
Wps10Package.getDefaultType()

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 the default CRS supported for this Input/Output

Returns:
the value of the 'CRS' attribute.
See Also:
setCRS(String), Wps10Package.getDefaultType_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.