ICoordinateOperationParametersGeneric
Description
- Derived from
- Extended by
-
CoordinateOperation sealed
CoordinateSystemBuilderOperation sealed
Base interface for classes that contain coordinate operation parameters values.
Public / Methods
Extensions
Set
3 overloads
Sets the CoordinateOperationParameter.Latitude and CoordinateOperationParameter.Longitude parameters.
Sets the CoordinateOperationParameter.Easting and CoordinateOperationParameter.Northing parameters.
Sets the CoordinateOperationParameter.Scale parameter.
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