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