ICoordinateOperationParametersGeneric
Description
- Derived from
- Extended by
-
CoordinateOperation sealed
CoordinateSystemBuilderOperation sealed
Base interface for classes that contain coordinate operation parameters values.
Public / Methods
Extensions
SetDefault
Sets the given default value for an undefined parameter.
This method first calls ICoordinateOperationParameters.Has to check whether parameter in has a value. If it does not, the method delegates to ICoordinateOperationParametersGeneric.Set, passing value in and unit opt.
SetEastingNorthing
Sets the CoordinateOperationParameter.Easting and CoordinateOperationParameter.Northing parameters.
SetFix
Sets the given parameter after fixing potential conflicts.
In some rare cases, the mapping defined by CoordinateOperationParameter produces conflicts where two values are mapped to a single parameter. Use the semantic in parameter to apply the built-in logic for resolving such conflicts. This method delegates to ICoordinateOperationParametersGeneric.Set to set the parameter value.
- See also
SetLatitudeLongitude
Sets the CoordinateOperationParameter.Latitude and CoordinateOperationParameter.Longitude parameters.