Geotools.Net

Geometry.Project Method 

Projects a geometry using the given transformation.

[Visual Basic]
Overridable Public Function Project( _
   ByVal coordinateTransform As ICoordinateTransformation _
) As Geometry
[C#]
public virtual Geometry Project(
   ICoordinateTransformation coordinateTransform
);

Parameters

coordinateTransform
The transformation to use.

Return Value

The geometry projected.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Project(Geotools.CoordinateTransformations.ICoordinateTransformation)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace