Uses of Class
com.vividsolutions.jump.workbench.model.SystemLayerFinder
-
Packages that use SystemLayerFinder Package Description com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.com.vividsolutions.jump.workbench.ui.warp -
-
Uses of SystemLayerFinder in com.vividsolutions.jump.workbench.model
Subclasses of SystemLayerFinder in com.vividsolutions.jump.workbench.model Modifier and Type Class Description class
AbstractVectorLayerFinder
Retrieves a two-point-LineString layer and sets its styles.class
FenceLayerFinder
Retrieves the layer containing the single Fence polygon (if any) and sets its styles.class
MeasureLayerFinder
A special LayerFinder for the AdvancedMeasureTool. -
Uses of SystemLayerFinder in com.vividsolutions.jump.workbench.ui.warp
Subclasses of SystemLayerFinder in com.vividsolutions.jump.workbench.ui.warp Modifier and Type Class Description class
IncrementalWarpingVectorLayerFinder
Retrieves the Incremental Warping Vectors layer and sets its styles.class
WarpingVectorLayerFinder
Retrieves the Warping Vectors layer and sets its styles.
-