Geotools.Net

CGAlgorithms.SignedArea Method 

Returns the signed area for a ring. The area is positive if the ring is oriented CW.

[Visual Basic]
Public Shared Function SignedArea( _
   ByVal ring As Coordinates _
) As Double
[C#]
public static double SignedArea(
   Coordinates ring
);

Parameters

ring
Missing <param> documentation for ring

Return Value

Missing <returns> documentation for M:Geotools.Algorithms.CGAlgorithms.SignedArea(Geotools.Geometries.Coordinates)

Remarks

Missing <remarks> documentation for M:Geotools.Algorithms.CGAlgorithms.SignedArea(Geotools.Geometries.Coordinates)

See Also

CGAlgorithms Class | CGAlgorithms Members | Geotools.Algorithms Namespace