Geotools.Net

Point.GetCoordinates Method 

Returns this Geometry's vertices.

[Visual Basic]
Overrides Public Function GetCoordinates() As Coordinates
[C#]
public override Coordinates GetCoordinates();

Return Value

Returns the vertices of this Geometry

Remarks

Do not modify the array, as it may be the actual array stored by this Geometry. The Geometries contained by composite Geometries must be Geometry's; that is, they must implement get Coordinates.

See Also

Point Class | Point Members | Geotools.Geometries Namespace