Geometry Project( Geometry geometry, SpatialReference outputSpatialReference )
Function Project( _ ByVal geometry As Geometry, _ ByVal outputSpatialReference As SpatialReference _ ) As Geometry
Parameters
- geometry
- The geometry to be projected. If the input geometry is empty, then an empty geometry with the output spatial reference is returned.
- outputSpatialReference
- The spatial reference to which the geometry will be projected.
Return Value
The projected geometry.