public class LayerList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Layer[] |
layer |
static int |
LYR_A |
static int |
LYR_B |
static int |
LYR_RESULT |
Constructor and Description |
---|
LayerList() |
Modifier and Type | Method and Description |
---|---|
private Geometry |
extractComponents(Geometry parentGeom,
Geometry aoi) |
private java.util.List |
extractLocationGeometry(java.util.List locs) |
Geometry |
getComponent(Coordinate pt,
double tolerance) |
Geometry[] |
getComponents(Geometry aoi) |
Layer |
getLayer(int i) |
int |
size() |
public static final int LYR_A
public static final int LYR_B
public static final int LYR_RESULT
private Layer[] layer
public int size()
public Layer getLayer(int i)
public Geometry getComponent(Coordinate pt, double tolerance)
pt
- tolerance
- private java.util.List extractLocationGeometry(java.util.List locs)