public bool ConvertSourceToTarget( CoordPoint sourcePoint, ref
CoordPoint targetPoint)
Description
A method to convert a CoordPoint in the SourceCoordSys to a CoordPoint in the TargetCoordSys. Note that this only handles single transformations. In order to perform more complicated concatenations (such as a vertical and horizontal transform, or a transform that requires an intermediate) you must use ConcatenatedTransform and generate a PointTransformer.
Comments
0 comments
Please sign in to leave a comment.