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.LayerItemPanel
LayerListPanel.findLayerItem
(Layer lyr) protected void
LayerListPanel.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 TypeMethodDescriptionvoid
void
boolean
boolean
boolean
TestBuilderModel.isLayerFixed
(Layer lyr) boolean
void
TestBuilderModel.layerDelete
(Layer lyr) void
void
void
void
void
Constructors 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)