Uses of Class
org.locationtech.jtstest.testbuilder.model.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type LayerModifier and TypeMethodDescriptionprotected org.locationtech.jtstest.testbuilder.LayerItemPanelLayerListPanel.findLayerItem(Layer lyr) protected voidLayerListPanel.layerPaste(Layer lyr) void -
Uses of Layer in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return LayerModifier and TypeMethodDescriptionLayerList.getLayer(int i) TestBuilderModel.getLayerIndicators()Methods in org.locationtech.jtstest.testbuilder.model that return types with arguments of type LayerMethods in org.locationtech.jtstest.testbuilder.model with parameters of type LayerModifier and TypeMethodDescriptionvoidvoidbooleanbooleanbooleanTestBuilderModel.isLayerFixed(Layer lyr) booleanvoidTestBuilderModel.layerDelete(Layer lyr) voidvoidvoidvoidvoidConstructors in org.locationtech.jtstest.testbuilder.model with parameters of type Layer -
Uses of Layer in org.locationtech.jtstest.testbuilder.ui
Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type LayerModifier and TypeMethodDescriptionGeometryLocationsWriter.writeLocation(Layer lyr, Coordinate p, double tolerance) 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 LayerConstructors in org.locationtech.jtstest.testbuilder.ui.render with parameters of type LayerModifierConstructorDescriptionLayerRenderer(Layer layer, GeometryContainer geomCont, Viewport viewport) LayerRenderer(Layer layer, Viewport viewport)