Package net.opengis.wps10
Interface SupportedCRSsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SupportedCRSsTypeImpl
public interface SupportedCRSsType extends EObject
A representation of the model object 'Supported CR Ss Type'. Listing of the Coordinate Reference System (CRS) support for this process input or output.The following features are supported:
- See Also:
Wps10Package.getSupportedCRSsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultType
getDefault()
Returns the value of the 'Default' containment reference.CRSsType
getSupported()
Returns the value of the 'Supported' containment reference.void
setDefault(DefaultType value)
Sets the value of the 'Default
' containment reference.void
setSupported(CRSsType value)
Sets the value of the 'Supported
' containment reference.
-
-
-
Method Detail
-
getDefault
DefaultType getDefault()
Returns the value of the 'Default' containment reference. Identifies the default CRS that will be used unless the Execute operation request specifies another supported CRS.- Returns:
- the value of the 'Default' containment reference.
- See Also:
setDefault(DefaultType)
,Wps10Package.getSupportedCRSsType_Default()
-
setDefault
void setDefault(DefaultType value)
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
getDefault()
-
getSupported
CRSsType getSupported()
Returns the value of the 'Supported' containment reference. Unordered list of references to all of the CRSs supported for this Input/Output. The default CRS shall be included in this list.- Returns:
- the value of the 'Supported' containment reference.
- See Also:
setSupported(CRSsType)
,Wps10Package.getSupportedCRSsType_Supported()
-
setSupported
void setSupported(CRSsType value)
Sets the value of the 'Supported
' containment reference.- Parameters:
value
- the new value of the 'Supported' containment reference.- See Also:
getSupported()
-
-