Geotools.Net

GeometryFactory.CreatePoint Method 

Creates a point given a coordinate.

[Visual Basic]
Public Function CreatePoint( _
   ByVal coordinate As Coordinate _
) As Point
[C#]
public Point CreatePoint(
   Coordinate coordinate
);

Parameters

coordinate
The coordinate to be used to create the point.

Return Value

A new point.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryFactory.CreatePoint(Geotools.Geometries.Coordinate)

See Also

GeometryFactory Class | GeometryFactory Members | Geotools.Geometries Namespace