Geometry ProjectEx( Geometry geometry, ProjectionTransformation projTransformation )
Function ProjectEx( _ ByVal geometry As Geometry, _ ByVal projTransformation As ProjectionTransformation _ ) As Geometry
Parameters
- geometry
- The geometry to be projected. The geometry spatial reference is ignored.
- projTransformation
- The projection transformation to use. The geometry is projected from the projTransformation.InputSpatialReference to the projTransformation.OutputSpatialReference
Return Value
The projected geometry. If the input geometry is empty, then an empty geometry with the output spatial reference is returned.