SpatialReferenceSystemTransformation.SpatialReferenceSystemTransformation

SpatialReferenceSystemTransformation constructor

Creates new instance.

public SpatialReferenceSystemTransformation(SpatialReferenceSystem sourceSrs, 
    SpatialReferenceSystem targetSrs)
ParameterTypeDescription
sourceSrsSpatialReferenceSystemSource SpatialReferenceSystem.
targetSrsSpatialReferenceSystemTarget SpatialReferenceSystem.

Exceptions

exceptioncondition
NotSupportedExceptionTransformation between given spatial reference systems is not supported.
TransformationExceptionTransformation is failed to be created because of wrong parameters inside SRS.

See Also