Class LayerList
java.lang.Object
org.locationtech.jtstest.testbuilder.model.LayerList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Layer[]
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Geometry
extractComponents
(Geometry parentGeom, Geometry aoi) private List
extractLocationGeometry
(List locs) getComponent
(Coordinate pt, double tolerance) Geometry[]
getComponents
(Geometry aoi) getLayer
(int i) int
size()
-
Field Details
-
LYR_A
public static final int LYR_A- See Also:
-
LYR_B
public static final int LYR_B- See Also:
-
LYR_RESULT
public static final int LYR_RESULT- See Also:
-
layer
-
-
Constructor Details
-
LayerList
public LayerList()
-
-
Method Details
-
size
public int size() -
getLayer
-
getComponent
- Parameters:
pt
-tolerance
-- Returns:
- component found, or null
-
getComponents
-
extractComponents
-
extractLocationGeometry
-