Geotools.Net

Point.GetCoordinate Method 

Returns the coordinate of the point.

[Visual Basic]
Overrides Public Function GetCoordinate() As Coordinate Implements _
   IPoint.GetCoordinate
[C#]
public override Coordinate GetCoordinate();

Return Value

The coordinates of this point.

Implements

IPoint.GetCoordinate

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.GetCoordinate

See Also

Point Class | Point Members | Geotools.Geometries Namespace