Class LayerList
java.lang.Object
org.locationtech.jtstest.testbuilder.model.LayerList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Layer[]static final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate GeometryextractComponents(Geometry parentGeom, Geometry aoi) private ListextractLocationGeometry(List locs) getComponent(Coordinate pt, double tolerance) Geometry[]getComponents(Geometry aoi) getLayer(int i) intsize()
-
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
-