Geotools.Net

Geometry.GetCoordinatesInternal Method 

Returns this Geometry's external vertices (points).

[Visual Basic]
Overridable Public Function GetCoordinatesInternal() As Coordinates
[C#]
public virtual Coordinates GetCoordinatesInternal();

Return Value

Returns the external vertices of this Geometry.

Remarks

These point are based on the output of precisionModel.ToExternal.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace