Geotools.Net

Point.Project Method 

Projects a geometry using the given transformation.

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

Parameters

coordinateTransform
The transformation to use.

Return Value

A projected point object.

Remarks

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

See Also

Point Class | Point Members | Geotools.Geometries Namespace