public class LinearRing extends Object
Modifier | Constructor and Description |
---|---|
protected |
LinearRing(Position[] distinctPositions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Position[] |
getDistinctPositions()
Returns an array of the positions defining this ring;
the last one is not a duplicate of the first.
|
boolean |
isClockwise()
Indicates the winding direction for this ring.
|
protected LinearRing(Position[] distinctPositions)
distinctPositions
- positions defining the ring;
the last one is not a duplicate
of the firstpublic Position[] getDistinctPositions()
public boolean isClockwise()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.