Geotools.Net

Geometry.GetCoordinates Method 

Returns this Geometry's internal vertices.

[Visual Basic]
MustOverride Public Function GetCoordinates() As Coordinates
[C#]
public abstract Coordinates GetCoordinates();

Return Value

Returns the vertices of this Geometry

Remarks

If you modify the coordinates in this array, be sure to call GeometryChanged afterwards. The Geometries contained by composite Geometries must be Geometry's; that is, they must implement get Coordinates.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace