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 classSpatialDSLayer -
Uses of Layerable in com.vividsolutions.jump.workbench.imagery
Classes in com.vividsolutions.jump.workbench.imagery that implement Layerable Modifier and Type Class Description classReferencedImagesLayer -
Uses of Layerable in com.vividsolutions.jump.workbench.model
Classes in com.vividsolutions.jump.workbench.model that implement Layerable Modifier and Type Class Description classAbstractLayerableDefault implementation of the Layerable interface.classGeoReferencedLayerableAdd a parent class to georeferenced layers having SRSInfo and EnvelopeclassLayerAdds colour, line-width, and other stylistic information to a Feature Collection.classLayerViewstatic classSystemLayerFinder.NonSavePromptingLayerclassWMSLayerA 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 LayerableLayerEvent. getLayerable()LayerableAbstractLayerable. setMaxScale(Double maxScale)LayerableLayerable. setMaxScale(Double maxScale)LayerableAbstractLayerable. setMinScale(Double minScale)LayerableLayerable. setMinScale(Double minScale)LayerableAbstractLayerable. setScaleDependentRenderingEnabled(boolean scaleDependentRenderingEnabled)LayerableLayerable. 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 voidCategory. add(int index, Layerable layerable)voidLayerManager. addLayerable(String categoryName, Layerable layerable)voidCategory. addPersistentLayerable(Layerable layerable)Called by Java2XMLbooleanCategory. contains(Layerable layerable)voidLayerManager. dispose(Layerable l)voidLayerManager. dispose(Layerable[] ls)voidLayerManager. fireLayerChanged(Layerable layerable, LayerEventType type)CategoryLayerManager. getCategory(Layerable layerable)intCategory. indexOf(Layerable layerable)voidCategory. remove(Layerable layerable)voidLayerManager. remove(Layerable layerable)Convenience method.voidLayerManager. 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 EnableCheckEnableCheckFactory. 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 LayerableAbstractMultiInputDialog. 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 voidTreeLayerNamePanel. addSelectedLayerable(Layerable layerable)protected voidTreeLayerNamePanel. addSelectedLayerables(Layerable[] layerables)selects given layerables visually in the treevoidTreeLayerNamePanel. 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 LayerableMoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Layerable Modifier and Type Method Description protected intMoveLayerablePlugIn. 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 LayerableLayerableClipboardPlugIn. cloneLayerable(Layerable layerable)Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type Layerable Modifier and Type Method Description protected LayerableLayerableClipboardPlugIn. 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 LayerableAbstractAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)protected LayerableAddDatastoreLayerPlugIn. createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)Deprecated.protected LayerableRunDatastoreQueryPlugIn. 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 booleanLayerRenderer. render(Layerable layerable, LayerViewPanel panel)static booleanLayerRenderer. 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 LayerableLayerTools. getSelectedLayerable(PlugInContext context, Class layerableClass)get one Layer that is selectedstatic LayerableLayerTools. 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 classRasterImageLayerLayer 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 LayerableOpenFileWizard. getLayer()Methods in org.openjump.core.ui.plugin.file.open with parameters of type Layerable Modifier and Type Method Description voidOpenFileWizard. 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 intMoveSelectedLayersPlugIn. 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 LayerableLayerableClipboardPlugIn. cloneLayerable(Layerable layerable)Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type Layerable Modifier and Type Method Description protected LayerableLayerableClipboardPlugIn. cloneLayerable(Layerable layerable)voidRemoveSelectedRasterImageLayersPlugIn. 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 StringUtils. getLayerableName(Layerable layer)Return layerable name.static StringUtils. getLayerablePath(Layerable layer)static StringUtils. getLayerableSRS(Layerable layer)Get Layerable Spatial reference systemstatic StringUtils. getLayerableType(Layerable layer)Get layerable type (Shapefile, RasterImageLayer, WMSLayer, etc)
-