Uses of Class
org.locationtech.jts.jump.workbench.model.AbstractVectorLayerFinder
-
Packages that use AbstractVectorLayerFinder Package Description org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.warp -
-
Uses of AbstractVectorLayerFinder in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool that return AbstractVectorLayerFinder Modifier and Type Method Description protected abstract AbstractVectorLayerFinderVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy) -
Uses of AbstractVectorLayerFinder in org.locationtech.jts.jump.workbench.ui.warp
Subclasses of AbstractVectorLayerFinder in org.locationtech.jts.jump.workbench.ui.warp Modifier and Type Class Description classIncrementalWarpingVectorLayerFinderRetrieves the Incremental Warping Vectors layer and sets its styles.classWarpingVectorLayerFinderRetrieves the Warping Vectors layer and sets its styles.Methods in org.locationtech.jts.jump.workbench.ui.warp that return AbstractVectorLayerFinder Modifier and Type Method Description protected abstract AbstractVectorLayerFinderAbstractDeleteVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)protected AbstractVectorLayerFinderDeleteIncrementalWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)protected AbstractVectorLayerFinderDeleteWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)protected AbstractVectorLayerFinderDrawIncrementalWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)protected AbstractVectorLayerFinderDrawWarpingVectorTool. createVectorLayerFinder(LayerManagerProxy layerManagerProxy)
-