Uses of Interface
org.locationtech.jts.jump.workbench.model.Layerable
-
Packages that use Layerable 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.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.clipboard -
-
Uses of Layerable in org.locationtech.jts.jump.workbench.model
Classes in org.locationtech.jts.jump.workbench.model that implement Layerable Modifier and Type Class Description class
AbstractLayerable
Default implementation of the Layerable interface.class
Layer
Adds colour, line-width, and other stylistic information to a Feature Collection.class
WMSLayer
A Layerable that retrieves images from a Web Map Server.Methods in org.locationtech.jts.jump.workbench.model that return Layerable Modifier and Type Method Description Layerable
LayerEvent. getLayerable()
Methods in org.locationtech.jts.jump.workbench.model with parameters of type Layerable Modifier and Type Method Description void
Category. add(int index, Layerable layerable)
void
LayerManager. addLayerable(String categoryName, Layerable layerable)
void
Category. addPersistentLayerable(Layerable layerable)
Called by Java2XMLboolean
Category. contains(Layerable layerable)
void
LayerManager. fireLayerChanged(Layerable layerable, LayerEventType type)
Category
LayerManager. getCategory(Layerable layerable)
int
Category. indexOf(Layerable layerable)
void
Category. remove(Layerable layerable)
void
LayerManager. remove(Layerable layerable)
Constructors in org.locationtech.jts.jump.workbench.model with parameters of type Layerable Constructor Description LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-
Uses of Layerable in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return Layerable Modifier and Type Method Description protected Layerable
MoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type Layerable Modifier and Type Method Description protected int
MoveLayerablePlugIn. index(Layerable layerable)
void
RemoveSelectedLayersPlugIn. remove(Layerable[] selectedLayers)
-
Uses of Layerable in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard that return Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard with parameters of type Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
-