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[]layerstatic intLYR_Astatic intLYR_Bstatic intLYR_RESULT
-
Constructor Summary
Constructors Constructor Description LayerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private GeometryextractComponents(Geometry parentGeom, Geometry aoi)private java.util.ListextractLocationGeometry(java.util.List locs)GeometrygetComponent(Coordinate pt, double tolerance)Geometry[]getComponents(Geometry aoi)LayergetLayer(int i)intsize()
-
-
-
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)
-
-