interface
|
ICoordinateOperationParameters
|
base of
|
CoordinateOperation
|
Returns the value of the given parameter.
method
|
Get
(CoordinateOperationParameter parameter,
UnitOfMeasure unit = null)
|
||
type
|
float64
|
||
params
|
parameter
|
The parameter. | |
unit
|
The
unit
to
return
or
null .
Defaults
to
null . |
||
returns
|
The parameter value. |
Does the given parameter have a value?
method
|
Has
(CoordinateOperationParameter parameter)
|
||
type
|
bool
|
||
params
|
parameter
|
The parameter. | |
returns
|
true
if
the
parameter
has
a
value,
false
if
it
has
not
been
specified.
|
method
|
Check
(CoordinateOperationParameter parameter,
ICollector<CoordinateOperationParameter> missing)
|
||
params
|
parameter
|
||
missing
|
method
|
Get
(CoordinateOperationParameter parameter,
float64 defaultValue,
UnitOfMeasure unit = null)
|
||
type
|
float64
|
||
params
|
parameter
|
||
defaultValue
|
|||
unit
|