public class Area
extends java.lang.Object
Constructor | Description |
---|---|
Area() |
Modifier and Type | Method | Description |
---|---|---|
static double |
ofRing(Coordinate[] ring) |
Computes the area for a ring.
|
static double |
ofRing(CoordinateSequence ring) |
Computes the area for a ring.
|
static double |
ofRingSigned(Coordinate[] ring) |
Computes the signed area for a ring.
|
static double |
ofRingSigned(CoordinateSequence ring) |
Computes the signed area for a ring.
|
public static double ofRing(Coordinate[] ring)
ring
- the coordinates forming the ringpublic static double ofRing(CoordinateSequence ring)
ring
- the coordinates forming the ringpublic static double ofRingSigned(Coordinate[] ring)
ring
- the coordinates forming the ringpublic static double ofRingSigned(CoordinateSequence ring)
ring
- the coordinates forming the ringCopyright © 2018. All rights reserved.