Package com.geodesk.geom
Class Coordinates
java.lang.Object
com.geodesk.geom.Coordinates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Box
bounds
(int[] coords) static int
countLongDeltas
(int[] c) static Envelope
envelope
(int[] coords) static boolean
fixMissing
(int[] c, int nullX, int nullY) static double[]
fromCoordinates
(Coordinate[] coords) static double[]
static boolean
isClosedRing
(int[] coords)
-
Constructor Details
-
Coordinates
public Coordinates()
-
-
Method Details
-
envelope
-
bounds
-
fixMissing
public static boolean fixMissing(int[] c, int nullX, int nullY) -
countLongDeltas
public static int countLongDeltas(int[] c) -
isClosedRing
public static boolean isClosedRing(int[] coords) -
fromCoordinates
-
fromCoordinateSequence
-