Package net.opengis.wps10
Interface DefaultType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DefaultTypeImpl
public interface DefaultType extends EObject
A representation of the model object 'Default Type'.The following features are supported:
- See Also:
Wps10Package.getDefaultType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCRS()
Returns the value of the 'CRS' attribute.void
setCRS(String value)
Sets the value of the 'CRS
' attribute.
-
-
-
Method Detail
-
getCRS
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()
-
-