Uses of Class
org.locationtech.jts.jump.workbench.model.SystemLayerFinder
-
Packages that use SystemLayerFinder Package Description org.locationtech.jts.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.org.locationtech.jts.jump.workbench.ui.warp -
-
Uses of SystemLayerFinder in org.locationtech.jts.jump.workbench.model
Subclasses of SystemLayerFinder in org.locationtech.jts.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. -
Uses of SystemLayerFinder in org.locationtech.jts.jump.workbench.ui.warp
Subclasses of SystemLayerFinder in org.locationtech.jts.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.
-