Uses of Class
com.vividsolutions.jump.workbench.model.AbstractLayerable
-
Packages that use AbstractLayerable Package Description com.vividsolutions.jump.datastore.spatialdatabases com.vividsolutions.jump.workbench.imagery 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.org.openjump.core.rasterimage -
-
Uses of AbstractLayerable in com.vividsolutions.jump.datastore.spatialdatabases
Subclasses of AbstractLayerable in com.vividsolutions.jump.datastore.spatialdatabases Modifier and Type Class Description class
SpatialDSLayer
-
Uses of AbstractLayerable in com.vividsolutions.jump.workbench.imagery
Subclasses of AbstractLayerable in com.vividsolutions.jump.workbench.imagery Modifier and Type Class Description class
ReferencedImagesLayer
-
Uses of AbstractLayerable in com.vividsolutions.jump.workbench.model
Subclasses of AbstractLayerable in com.vividsolutions.jump.workbench.model Modifier and Type Class Description class
GeoReferencedLayerable
Add a parent class to georeferenced layers having SRSInfo and Envelopeclass
Layer
Adds colour, line-width, and other stylistic information to a Feature Collection.class
LayerView
static class
SystemLayerFinder.NonSavePromptingLayer
class
WMSLayer
A Layerable that retrieves images from a Web Map Server. -
Uses of AbstractLayerable in org.openjump.core.rasterimage
Subclasses of AbstractLayerable in org.openjump.core.rasterimage Modifier and Type Class Description class
RasterImageLayer
Layer representing a georeferenced raster image (e.g.
-