Extent.GetTransformed

Extent.GetTransformed method

返回在指定的 SpatialReferenceSystem 中包含此范围的新范围。

public Extent GetTransformed(SpatialReferenceSystem targetSrs)
参数类型描述
targetSrsSpatialReferenceSystem要转换到的 SpatialReferenceSystem

返回值

此范围转换到指定 SRS 的结果。

异常

异常条件
ArgumentNullException参数为 null
NotSupportedException不支持转换到提供的 SRS。
TransformationException转换失败。
InvalidOperationException此范围的 SpatialReferenceSystemnull

另见