Class SpatialReferenceSystemTransformation

SpatialReferenceSystemTransformation class

Spatial reference system transformation transforms geometries from source spatial reference system to target spatial reference system.

public class SpatialReferenceSystemTransformation

Constructors

NameDescription
SpatialReferenceSystemTransformation(SpatialReferenceSystem, SpatialReferenceSystem)Creates new instance.

Properties

NameDescription
Source { get; }Source spatial reference system.
Target { get; }Target spatial reference system.

Methods

NameDescription
Transform(IGeometry)Transforms geometry from source spatial reference system to target spatial reference system.

See Also