Uses of Interface
com.vividsolutions.jump.workbench.model.Layerable
-
-
Uses of Layerable in com.vividsolutions.jump.datastore.spatialdatabases
Classes in com.vividsolutions.jump.datastore.spatialdatabases that implement Layerable Modifier and Type Class Description class
SpatialDSLayer
-
Uses of Layerable in com.vividsolutions.jump.workbench.imagery
Classes in com.vividsolutions.jump.workbench.imagery that implement Layerable Modifier and Type Class Description class
ReferencedImagesLayer
-
Uses of Layerable in com.vividsolutions.jump.workbench.model
Classes in com.vividsolutions.jump.workbench.model that implement Layerable Modifier and Type Class Description class
AbstractLayerable
Default implementation of the Layerable interface.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.Methods in com.vividsolutions.jump.workbench.model with type parameters of type Layerable Modifier and Type Method Description <T extends Layerable>
List<T>LayerManager. getLayerables(Class<T> layerableClass)
To get all Layerables, set layerableClass to Layerable.class.<T extends Layerable>
Iterator<T>LayerManager. reverseIterator(Class<T> layerableClass)
Methods in com.vividsolutions.jump.workbench.model that return Layerable Modifier and Type Method Description Layerable
LayerEvent. getLayerable()
Layerable
AbstractLayerable. setMaxScale(Double maxScale)
Layerable
Layerable. setMaxScale(Double maxScale)
Layerable
AbstractLayerable. setMinScale(Double minScale)
Layerable
Layerable. setMinScale(Double minScale)
Layerable
AbstractLayerable. setScaleDependentRenderingEnabled(boolean scaleDependentRenderingEnabled)
Layerable
Layerable. setScaleDependentRenderingEnabled(boolean scaleDependentRenderingEnabled)
Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type Layerable Modifier and Type Method Description List<Layerable>
Category. getLayerables()
List<Layerable>
Category. getPersistentLayerables()
Called by Java2XMLIterator<Layerable>
Category. iterator()
Methods in com.vividsolutions.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. dispose(Layerable l)
void
LayerManager. dispose(Layerable[] ls)
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)
Convenience method.void
LayerManager. remove(Layerable[] layerables)
remove, but do not dispose layer (as used e.g.Constructors in com.vividsolutions.jump.workbench.model with parameters of type Layerable Constructor Description LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
-
Uses of Layerable in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return types with arguments of type Layerable Modifier and Type Method Description Collection<Layerable>
PlugInContext. getSelectedLayerables()
this extends getSelectedLayers() as it returns all selected Layerables e.g.Method parameters in com.vividsolutions.jump.workbench.plugin with type arguments of type Layerable Modifier and Type Method Description EnableCheck
EnableCheckFactory. createAtLeastNLayerablesOfTypeMustExistCheck(int n, Class<? extends Layerable> type)
Check that at least n layerables of a type (Layer.class, RasterImageLayer.class, WMSLayer.class, etc) have been loaded -
Uses of Layerable in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with type parameters of type Layerable Modifier and Type Method Description <T extends Layerable>
JComboBox<T>AbstractMultiInputDialog. addLayerableComboBox(String fieldName, T initialValue, String toolTipText, LayerManager layerManager, Class<T> clazz)
Add a JComboBox containing layerables of type clazz.Methods in com.vividsolutions.jump.workbench.ui that return Layerable Modifier and Type Method Description Layerable
AbstractMultiInputDialog. getLayerable(String fieldName)
Returns a Layerable from a control.static Layerable[]
TreeLayerNamePanel. selectedLayerables(LayerNamePanel layerNamePanel)
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type Layerable Modifier and Type Method Description Collection<Layerable>
AttributeTab. getSelectedLayerables()
Collection<Layerable>
DummyLayerNamePanel. getSelectedLayerables()
Collection<Layerable>
LayerableNamePanel. getSelectedLayerables()
Collection<Layerable>
TreeLayerNamePanel. getSelectedLayerables()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type Layerable Modifier and Type Method Description protected void
TreeLayerNamePanel. addSelectedLayerable(Layerable layerable)
protected void
TreeLayerNamePanel. addSelectedLayerables(Layerable[] layerables)
selects given layerables visually in the treevoid
TreeLayerNamePanel. setSelectedLayerables(Layerable[] layerables)
-
Uses of Layerable in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return Layerable Modifier and Type Method Description protected Layerable
MoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layerable Modifier and Type Method Description protected int
MoveLayerablePlugIn. index(Layerable layerable)
-
Uses of Layerable in com.vividsolutions.jump.workbench.ui.plugin.clipboard
Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard that return Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
-
Uses of Layerable in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return Layerable Modifier and Type Method Description protected abstract Layerable
AbstractAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
protected Layerable
AddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
Deprecated.protected Layerable
RunDatastoreQueryPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
-
Uses of Layerable in com.vividsolutions.jump.workbench.ui.renderer
Methods in com.vividsolutions.jump.workbench.ui.renderer with parameters of type Layerable Modifier and Type Method Description static boolean
LayerRenderer. render(Layerable layerable, LayerViewPanel panel)
static boolean
LayerRenderer. withinVisibleScaleRange(Layerable layerable, LayerViewPanel panel)
-
Uses of Layerable in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return Layerable Modifier and Type Method Description static Layerable
LayerTools. getSelectedLayerable(PlugInContext context, Class layerableClass)
get one Layer that is selectedstatic Layerable
LayerTools. getSelectedLayerable(WorkbenchContext context, Class layerableClass)
get one Layer that is selected -
Uses of Layerable in org.openjump.core.rasterimage
Classes in org.openjump.core.rasterimage that implement Layerable Modifier and Type Class Description class
RasterImageLayer
Layer representing a georeferenced raster image (e.g. -
Uses of Layerable in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open that return Layerable Modifier and Type Method Description Layerable
OpenFileWizard. getLayer()
Methods in org.openjump.core.ui.plugin.file.open with parameters of type Layerable Modifier and Type Method Description void
OpenFileWizard. setLayer(Layerable layer)
-
Uses of Layerable in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer that return types with arguments of type Layerable Modifier and Type Method Description protected ArrayList<Layerable>
SortCategoryAbstractPlugIn. getCategoryArrayList(Category category)
Methods in org.openjump.core.ui.plugin.layer with parameters of type Layerable Modifier and Type Method Description protected int
MoveSelectedLayersPlugIn. index(Layerable layerable)
-
Uses of Layerable in org.openjump.core.ui.plugin.layer.pirolraster
Methods in org.openjump.core.ui.plugin.layer.pirolraster that return Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type Layerable Modifier and Type Method Description protected Layerable
LayerableClipboardPlugIn. cloneLayerable(Layerable layerable)
void
RemoveSelectedRasterImageLayersPlugIn. remove(Layerable[] selectedLayers)
-
Uses of Layerable in org.openjump.core.ui.plugin.task
Methods in org.openjump.core.ui.plugin.task with parameters of type Layerable Modifier and Type Method Description static String
Utils. getLayerableName(Layerable layer)
Return layerable name.static String
Utils. getLayerablePath(Layerable layer)
static String
Utils. getLayerableSRS(Layerable layer)
Get Layerable Spatial reference systemstatic String
Utils. getLayerableType(Layerable layer)
Get layerable type (Shapefile, RasterImageLayer, WMSLayer, etc)
-