Class LayerList
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.LayerList
-
public class LayerList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Layer[]
layer
static int
LYR_A
static int
LYR_B
static int
LYR_RESULT
-
Constructor Summary
Constructors Constructor Description LayerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
LYR_A
public static final int LYR_A
- See Also:
- Constant Field Values
-
LYR_B
public static final int LYR_B
- See Also:
- Constant Field Values
-
LYR_RESULT
public static final int LYR_RESULT
- See Also:
- Constant Field Values
-
layer
private Layer[] layer
-
-
Method Detail
-
size
public int size()
-
getLayer
public Layer getLayer(int i)
-
getComponent
public Geometry getComponent(Coordinate pt, double tolerance)
- Parameters:
pt
-tolerance
-- Returns:
- component found, or null
-
extractLocationGeometry
private java.util.List extractLocationGeometry(java.util.List locs)
-
-