SpatialReferenceSystem.TryCreateTransformationTo
SpatialReferenceSystem.TryCreateTransformationTo method
Creates transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
public bool TryCreateTransformationTo(SpatialReferenceSystem targetSrs,
out SpatialReferenceSystemTransformation value)
| Parameter | Type | Description |
|---|---|---|
| targetSrs | SpatialReferenceSystem | Another SpatialReferenceSystem. |
| value | SpatialReferenceSystemTransformation& | When this methods returns true, contains a transformation; otherwise, contains null. |
Return Value
Transformation from this SpatialReferenceSystem to another SpatialReferenceSystem.
true if transformation was created successfully; false otherwise.
See Also
- method CreateTransformationTo
- class SpatialReferenceSystemTransformation
- class SpatialReferenceSystem
- namespace Aspose.Gis.SpatialReferencing
- assembly Aspose.GIS