public class Area extends Object
Constructor and Description |
---|
Area() |
Modifier and Type | Method and 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 © 2024. All rights reserved.