Geotools.Net

Polygon.GetCoordinates Method 

Returns this Geometry's vertices. 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.

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

Return Value

Returns the vertices of this Geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Polygon.GetCoordinates

See Also

Polygon Class | Polygon Members | Geotools.Geometries Namespace