Uses of Class
org.locationtech.jtstest.testbuilder.model.Layer
-
Packages that use Layer Package Description org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testbuilder.ui org.locationtech.jtstest.testbuilder.ui.render -
-
Uses of Layer in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type Layer Modifier and Type Method Description protected org.locationtech.jtstest.testbuilder.LayerItemPanel
LayerListPanel. findLayerItem(Layer lyr)
protected void
LayerListPanel. layerPaste(Layer lyr)
void
LayerStylePanel. setLayer(Layer layer, boolean isModifiable)
-
Uses of Layer in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return Layer Modifier and Type Method Description Layer
LayerList. add(Layer lyr, boolean atTop)
Layer
LayerList. copy(Layer focusLayer)
Layer
LayerList. find(String name)
Layer
LayerList. getLayer(int i)
Layer
TestBuilderModel. getLayerIndicators()
Layer
TestBuilderModel. layerCopy(Layer lyr)
Methods in org.locationtech.jtstest.testbuilder.model that return types with arguments of type Layer Modifier and Type Method Description List<Layer>
TestBuilderModel. getLayersLegend()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Layer Modifier and Type Method Description Layer
LayerList. add(Layer lyr, boolean atTop)
void
LayerList. addBottom(Layer lyr)
void
LayerList. addTop(Layer lyr)
boolean
LayerList. contains(Layer lyr)
Layer
LayerList. copy(Layer focusLayer)
boolean
LayerList. isBottom(Layer lyr)
boolean
TestBuilderModel. isLayerFixed(Layer lyr)
boolean
LayerList. isTop(Layer lyr)
Layer
TestBuilderModel. layerCopy(Layer lyr)
void
TestBuilderModel. layerDelete(Layer lyr)
void
TestBuilderModel. layerDown(Layer lyr)
void
TestBuilderModel. layerUp(Layer lyr)
void
LayerList. moveDown(Layer lyr)
void
LayerList. moveUp(Layer lyr)
void
LayerList. remove(Layer lyr)
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type Layer Constructor Description Layer(Layer layer)
-
Uses of Layer in org.locationtech.jtstest.testbuilder.ui
Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type Layer Modifier and Type Method Description String
GeometryLocationsWriter. writeLocation(Layer lyr, Coordinate p, double tolerance)
String
GeometryLocationsWriter. writeSingleLocation(Layer lyr, Coordinate p, double tolerance)
-
Uses of Layer in org.locationtech.jtstest.testbuilder.ui.render
Method parameters in org.locationtech.jtstest.testbuilder.ui.render with type arguments of type Layer Modifier and Type Method Description void
LegendElement. paint(List<Layer> layerList, Graphics2D g)
Constructors in org.locationtech.jtstest.testbuilder.ui.render with parameters of type Layer Constructor Description LayerRenderer(Layer layer, GeometryContainer geomCont, Viewport viewport)
LayerRenderer(Layer layer, Viewport viewport)
-