Package net.opengis.wps10
Interface CRSsType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
CRSsTypeImpl
public interface CRSsType extends EObjectA 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
All 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
-
getCRS
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()
-
-