public class HpxStraddle extends Object
Constructor | Description |
---|---|
HpxStraddle(Hpx proj) |
Create a straddler associated with the projection
|
Modifier and Type | Method | 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)