public class HpxStraddle
extends java.lang.Object
Constructor and Description |
---|
HpxStraddle(Hpx proj)
Create a straddler associated with the projection
|
Modifier and Type | Method and Description |
---|---|
int[] |
getStraddleStats()
Get the statistics on the kind of straddles processed by this
objects as an array of {north, south, edge}
|
boolean |
segmentStraddle(double[] x1,
double[] x2)
Does the line between the two points straddle?
|
boolean |
straddle(double[][] points)
Does any segment in this sequence of points
stadddle.
|
double[][][] |
straddleComponents(double[][] vertices)
Given figure which may straddle, return
a set of figures which do not.
|
public HpxStraddle(Hpx proj)
public int[] getStraddleStats()
public boolean straddle(double[][] points)
public boolean segmentStraddle(double[] x1, double[] x2)
public double[][][] straddleComponents(double[][] vertices)