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.LayerItemPanelLayerListPanel. findLayerItem(Layer lyr)protected voidLayerListPanel. layerPaste(Layer lyr)voidLayerStylePanel. 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 LayerLayerList. add(Layer lyr, boolean atTop)LayerLayerList. copy(Layer focusLayer)LayerLayerList. find(String name)LayerLayerList. getLayer(int i)LayerTestBuilderModel. getLayerIndicators()LayerTestBuilderModel. 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 LayerLayerList. add(Layer lyr, boolean atTop)voidLayerList. addBottom(Layer lyr)voidLayerList. addTop(Layer lyr)booleanLayerList. contains(Layer lyr)LayerLayerList. copy(Layer focusLayer)booleanLayerList. isBottom(Layer lyr)booleanTestBuilderModel. isLayerFixed(Layer lyr)booleanLayerList. isTop(Layer lyr)LayerTestBuilderModel. layerCopy(Layer lyr)voidTestBuilderModel. layerDelete(Layer lyr)voidTestBuilderModel. layerDown(Layer lyr)voidTestBuilderModel. layerUp(Layer lyr)voidLayerList. moveDown(Layer lyr)voidLayerList. moveUp(Layer lyr)voidLayerList. 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 StringGeometryLocationsWriter. writeLocation(Layer lyr, Coordinate p, double tolerance)StringGeometryLocationsWriter. 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 voidLegendElement. 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)
-