TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ICoordinateOperationParameters in Tinman.Terrain.Georef

interface ICoordinateOperationParameters base of CoordinateOperation

Methods

Get

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.

Has

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.

Extensions

Check

method Check (CoordinateOperationParameter parameter, ICollector<CoordinateOperationParameter> missing)
params parameter
  missing

Get

method Get (CoordinateOperationParameter parameter, float64 defaultValue, UnitOfMeasure unit = null)
type float64
params parameter
  defaultValue
  unit