Uses of Class
org.locationtech.jtstest.testbuilder.model.LayerList
-
Packages that use LayerList Package Description org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testbuilder.ui -
-
Uses of LayerList in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return LayerList Modifier and Type Method Description static LayerList
LayerList. create(LayerList l1, LayerList l2, LayerList l3)
static LayerList
LayerList. createFixed()
LayerList
TestBuilderModel. getLayers()
LayerList
TestBuilderModel. getLayersAll()
LayerList
TestBuilderModel. getLayersBase()
LayerList
TestBuilderModel. getLayersTop()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type LayerList Modifier and Type Method Description void
LayerList. add(LayerList lyrList)
static LayerList
LayerList. create(LayerList l1, LayerList l2, LayerList l3)
-
Uses of LayerList in org.locationtech.jtstest.testbuilder.ui
Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type LayerList Modifier and Type Method Description static String
GeometryLocationsWriter. writeLocation(LayerList layers, Coordinate pt, double tolerance)
String
GeometryLocationsWriter. writeLocationString(LayerList layers, Coordinate pt, double tolerance)
-