|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WorkbenchContext in com.vividsolutions.jump.plugin.edit |
|---|
| Methods in com.vividsolutions.jump.plugin.edit with parameters of type WorkbenchContext | |
|---|---|
EnableCheck |
LineNoderPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
AffineTransformationPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
PrecisionReducerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
PolygonizerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
ExtractSegmentsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.plugin.qa |
|---|
| Methods in com.vividsolutions.jump.plugin.qa with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
DiffGeometryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench |
|---|
| Subclasses of WorkbenchContext in com.vividsolutions.jump.workbench | |
|---|---|
class |
JUMPWorkbenchContext
Implementation of WorkbenchContext for the JUMPWorkbench. |
| Methods in com.vividsolutions.jump.workbench that return WorkbenchContext | |
|---|---|
WorkbenchContext |
JUMPWorkbench.getContext()
|
| Methods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContext | |
|---|---|
void |
JUMPConfiguration.configureDatastores(WorkbenchContext context)
|
void |
JUMPConfiguration.setup(WorkbenchContext workbenchContext)
|
void |
Setup.setup(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datasource |
|---|
| Methods in com.vividsolutions.jump.workbench.datasource that return WorkbenchContext | |
|---|---|
protected WorkbenchContext |
AbstractLoadSaveDatasetPlugIn.getContext()
|
| Methods in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
AbstractSaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
AbstractLoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
LoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
protected java.util.Collection |
LoadSaveDatasetFileMixin.showDialog(javax.swing.JFileChooser fileChooser,
java.lang.Class fileDataSourceQueryChooserClass,
WorkbenchContext context)
|
protected java.util.Collection |
SaveDatasetAsPlugIn.showDialog(WorkbenchContext context)
|
protected abstract java.util.Collection |
AbstractLoadSaveDatasetPlugIn.showDialog(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext | |
|---|---|
LoadFileDataSourceQueryChooser(java.lang.Class dataSourceClass,
java.lang.String description,
java.lang.String[] extensions,
WorkbenchContext context)
|
|
SaveFileDataSourceQueryChooser(java.lang.Class dataSourceClass,
java.lang.String description,
java.lang.String[] extensions,
WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datastore |
|---|
| Methods in com.vividsolutions.jump.workbench.datastore with parameters of type WorkbenchContext | |
|---|---|
static ConnectionManager |
ConnectionManager.instance(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery |
|---|
| Methods in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContext | |
|---|---|
boolean |
ReferencedImageFactory.isAvailable(WorkbenchContext wbContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.ecw |
|---|
| Methods in com.vividsolutions.jump.workbench.imagery.ecw with parameters of type WorkbenchContext | |
|---|---|
boolean |
ECWImageFactory.isAvailable(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.geotiff |
|---|
| Methods in com.vividsolutions.jump.workbench.imagery.geotiff with parameters of type WorkbenchContext | |
|---|---|
boolean |
GeoTIFFImageFactory.isAvailable(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.graphic |
|---|
| Methods in com.vividsolutions.jump.workbench.imagery.graphic with parameters of type WorkbenchContext | |
|---|---|
boolean |
GraphicImageFactory.isAvailable(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.mrsid |
|---|
| Methods in com.vividsolutions.jump.workbench.imagery.mrsid with parameters of type WorkbenchContext | |
|---|---|
boolean |
MrSIDImageFactory.isAvailable(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.plugin |
|---|
| Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchContext | |
|---|---|
WorkbenchContext |
PlugInContext.getWorkbenchContext()
|
| Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext | |
|---|---|
static java.awt.event.ActionListener |
AbstractPlugIn.toActionListener(PlugIn plugIn,
WorkbenchContext workbenchContext,
TaskMonitorManager taskMonitorManager)
|
| Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext | |
|---|---|
EnableCheckFactory(WorkbenchContext workbenchContext)
|
|
PlugInContext(WorkbenchContext workbenchContext,
Task task,
LayerManagerProxy layerManagerProxy,
LayerNamePanel layerNamePanel,
LayerViewPanel layerViewPanel)
|
|
PlugInManager(WorkbenchContext context,
java.io.File plugInDirectory,
TaskMonitor monitor)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui |
|---|
| Fields in com.vividsolutions.jump.workbench.ui declared as WorkbenchContext | |
|---|---|
protected WorkbenchContext |
LayerViewFrame.workbenchContext
|
| Methods in com.vividsolutions.jump.workbench.ui that return WorkbenchContext | |
|---|---|
WorkbenchContext |
WorkbenchFrame.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext | |
|---|---|
javax.swing.JButton |
WorkbenchToolBar.addPlugIn(javax.swing.Icon icon,
PlugIn plugIn,
EnableCheck enableCheck,
WorkbenchContext workbenchContext)
|
javax.swing.JButton |
WorkbenchToolBar.addPlugIn(int index,
PlugIn plugIn,
javax.swing.Icon icon,
EnableCheck enableCheck,
WorkbenchContext workbenchContext)
|
static void |
AttributeTab.addPopupMenuItem(WorkbenchContext workbenchContext,
PlugIn plugIn,
java.lang.String menuItemName,
boolean checkBox,
javax.swing.Icon icon,
EnableCheck enableCheck)
|
static AboutDialog |
AboutDialog.instance(WorkbenchContext context)
|
static TitledPopupMenu |
AttributeTab.popupMenu(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext | |
|---|---|
AttributePanel(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy,
boolean addScrollPanesToChildren)
|
|
AttributeTab(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy,
boolean addScrollPanesToChildren)
|
|
AttributeTablePanel(LayerTableModel model,
boolean addScrollPane,
WorkbenchContext workbenchContext)
|
|
GeometryInfoTab(InfoModel model,
WorkbenchContext context)
|
|
InfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame)
|
|
OneLayerAttributeTab(WorkbenchContext context,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy)
|
|
PrimaryInfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame)
|
|
SchemaPanel(Layer layer,
EditingPlugIn editingPlugIn,
WorkbenchContext context)
|
|
TaskFrame(Task task,
WorkbenchContext workbenchContext)
|
|
WorkbenchFrame(java.lang.String title,
javax.swing.ImageIcon icon,
WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
DeleteSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
EditSelectedFeaturePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ValidateSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
NewTaskPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ExplodeSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SelectFeaturesInFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
SelectablePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ClearSelectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
RedoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
EditablePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
FeatureStatisticsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
UndoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
CopySelectedLayersToWarpingVectorsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
LayerStatisticsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CombineSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ViewAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
RemoveSelectedCategoriesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
MapToolTipsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
FeatureInfoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
AddNewFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
AddNewCategoryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ViewSchemaPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
DeleteAllFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
MoveLayerablePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
RemoveSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SaveImageAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static Blackboard |
PersistentBlackboardPlugIn.get(WorkbenchContext context)
|
static java.util.ArrayList |
OpenProjectPlugIn.getRecentList(WorkbenchContext context)
|
static void |
OpenProjectPlugIn.putRecentList(WorkbenchContext context,
java.lang.String path)
|
void |
WorkbenchContextReference.setWorkbenchContext(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext | |
|---|---|
FeatureInstaller(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.analysis |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
SpatialJoinPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
BufferPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
AttributeQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
UnionPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ConvexHullPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SpatialQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
OverlayPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
GeometryFunctionPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CalculateAreasAndLengthsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.clipboard |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
PasteItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopyImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
PasteLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopyThisCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CutSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopySelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CutSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CopySelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.datastore |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContext | |
|---|---|
WorkbenchContext |
ConnectionPanel.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext | |
|---|---|
static EnableCheck |
RefreshDataStoreLayerPlugin.createEnableCheck(WorkbenchContext context)
|
static java.lang.Object |
AddDatastoreLayerPanel.runInKillableThread(java.lang.String description,
WorkbenchContext context,
AddDatastoreLayerPanel.Block block)
|
void |
DataStoreDataSource.setWorkbenchContext(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext | |
|---|---|
AddDatastoreLayerPanel(WorkbenchContext context)
|
|
ConnectionDescriptorPanel(Registry registry,
WorkbenchContext context)
|
|
ConnectionManagerPanel(ConnectionManager connectionManager,
Registry registry,
ErrorHandler errorHandler,
WorkbenchContext context)
|
|
ConnectionPanel(WorkbenchContext context)
|
|
DataStoreDataSource(java.lang.String datasetName,
java.lang.String geometryAttributeName,
java.lang.String whereClause,
ConnectionDescriptor connectionDescriptor,
boolean caching,
WorkbenchContext context)
|
|
RunDatastoreQueryPanel(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.generate |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.generate with parameters of type WorkbenchContext | |
|---|---|
UndoableCommand |
ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand,
WorkbenchContext context,
boolean createLayersIfNonExistent)
|
EnableCheck |
ShowTriangulationPlugIn.createEnableCheck(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.imagery |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type WorkbenchContext | |
|---|---|
static EnableCheck |
ImageLayerManagerPlugIn.createEnableCheck(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.wms |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
EditWMSQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.renderer.style |
|---|
| Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type WorkbenchContext | |
|---|---|
ColorThemingStylePanel(Layer layer,
WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.style |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
CopyStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
PasteStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.toolbox |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.toolbox that return WorkbenchContext | |
|---|---|
WorkbenchContext |
ToolboxDialog.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext | |
|---|---|
void |
ToolboxPlugIn.createMainMenuItem(java.lang.String[] menuPath,
javax.swing.Icon icon,
WorkbenchContext context)
Creates a menu item with a checkbox beside it that appears when the toolbox is visible. |
ToolboxDialog |
ToolboxPlugIn.getToolbox(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext | |
|---|---|
ToolboxDialog(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.zoom |
|---|
| Methods in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
ZoomToCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomToLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomNextPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ZoomToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomToFullExtentPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomPreviousPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in de.fho.jump.pirol.plugins.EditAttributeByFormula |
|---|
| Methods in de.fho.jump.pirol.plugins.EditAttributeByFormula with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
EditAttributeByFormulaPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in de.fho.jump.pirol.utilities.plugIns |
|---|
| Methods in de.fho.jump.pirol.utilities.plugIns with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
StandardPirolPlugIn.createEnableCheck(WorkbenchContext workbenchContext,
boolean needFence)
|
| Uses of WorkbenchContext in de.latlon.deejump.plugin.manager |
|---|
| Methods in de.latlon.deejump.plugin.manager with parameters of type WorkbenchContext | |
|---|---|
static void |
ExtensionHelper.install(ExtensionManagerDialog extensionManager,
WorkbenchContext workbenchContext,
ExtensionWrapper ext,
TaskMonitor monitor)
|
| Constructors in de.latlon.deejump.plugin.manager with parameters of type WorkbenchContext | |
|---|---|
ExtensionManagerDialog(javax.swing.JFrame parent,
WorkbenchContext workbenchContext,
java.lang.String extensionSite)
|
|
| Uses of WorkbenchContext in de.latlon.deejump.plugin.style |
|---|
| Methods in de.latlon.deejump.plugin.style with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
DeeChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
LayerStyle2SLDPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump |
|---|
| Methods in org.openjump with parameters of type WorkbenchContext | |
|---|---|
static void |
OpenJumpConfiguration.loadOpenJumpPlugIns(WorkbenchContext workbenchContext)
|
static void |
OpenJumpConfiguration.postExtensionInitialization(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.apitools |
|---|
| Methods in org.openjump.core.apitools with parameters of type WorkbenchContext | |
|---|---|
static PlugInContext |
PlugInContextTools.getContext(WorkbenchContext wbContext)
Get the PlugIn context out of a WorkbenchContext. |
| Uses of WorkbenchContext in org.openjump.core.rasterimage |
|---|
| Fields in org.openjump.core.rasterimage declared as WorkbenchContext | |
|---|---|
protected WorkbenchContext |
RasterImageLayerRendererFactory.wbContext
|
| Methods in org.openjump.core.rasterimage that return WorkbenchContext | |
|---|---|
protected WorkbenchContext |
RasterImageLayer.getWorkbenchContext()
|
| Methods in org.openjump.core.rasterimage with parameters of type WorkbenchContext | |
|---|---|
protected com.vividsolutions.jts.geom.Envelope |
AddRasterImageLayerWizard.getGeoReferencing(java.lang.String fileName,
boolean allwaysLookForTFWExtension,
java.awt.Point imageDimensions,
WorkbenchContext context)
TODO: [sstein] Feb.2009 - I discovered a 0.5px offset towards south-east for the envelope, in comparison with images loaded with Jon's/VividSolutions implementation, if the envelope is obtained from a worldfile. |
static java.awt.Point |
RasterImageLayer.getImageDimensions(WorkbenchContext context,
java.lang.String filenameOrURL)
Returns the dimensions (width and height in px) of the image as a Point object. |
void |
AddRasterImageLayerWizard.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
static javax.media.jai.PlanarImage |
RasterImageLayer.loadImage(WorkbenchContext context,
java.lang.String filenameOrURL)
|
static void |
RasterImageLayer.setWorkbenchContext(WorkbenchContext wContext)
|
| Constructors in org.openjump.core.rasterimage with parameters of type WorkbenchContext | |
|---|---|
AddRasterImageLayerWizard(WorkbenchContext workbenchContext)
|
|
AddRasterImageLayerWizard(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
RasterImageLayerRendererFactory(WorkbenchContext wbContext)
|
|
SelectRasterImageFilesPanel(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.io.file |
|---|
| Constructors in org.openjump.core.ui.io.file with parameters of type WorkbenchContext | |
|---|---|
DataSourceFileLayerLoader(WorkbenchContext workbenchContext,
java.lang.Class dataSourceClass,
java.lang.String description,
java.util.List<java.lang.String> extensions)
Construct a new DataSourceFileLayerLoader. |
|
ReferencedImageFactoryFileLayerLoader(WorkbenchContext workbenchContext,
ReferencedImageFactory imageFactory,
java.lang.String[] supportFileExtensions)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin |
|---|
| Fields in org.openjump.core.ui.plugin declared as WorkbenchContext | |
|---|---|
protected WorkbenchContext |
AbstractUiPlugIn.workbenchContext
The workbench context. |
| Methods in org.openjump.core.ui.plugin with parameters of type WorkbenchContext | |
|---|---|
protected void |
AbstractUiPlugIn.setWorkbenchContext(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.customize |
|---|
| Methods in org.openjump.core.ui.plugin.customize with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
PythonToolsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore |
|---|
| Constructors in org.openjump.core.ui.plugin.datastore with parameters of type WorkbenchContext | |
|---|---|
AddDataStoreLayerWizard(WorkbenchContext workbenchContext)
|
|
AddDataStoreLayerWizardPanel(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.edit |
|---|
| Methods in org.openjump.core.ui.plugin.edit with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
SelectLayersWithSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
SelectByTypePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SelectItemsByCircleFromSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SelectItemsByFenceFromSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SelectAllLayerItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ReplicateSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox |
|---|
| Methods in org.openjump.core.ui.plugin.edittoolbox with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
DrawCircleWithGivenRadiusPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox.cursortools |
|---|
| Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type WorkbenchContext | |
|---|---|
protected boolean |
CutPolygonTool.isRollingBackInvalidEdits(WorkbenchContext context)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox.tab |
|---|
| Constructors in org.openjump.core.ui.plugin.edittoolbox.tab with parameters of type WorkbenchContext | |
|---|---|
ConstraintManager(WorkbenchContext workbenchContext)
|
|
ConstraintsOptionsPanel(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.file |
|---|
| Methods in org.openjump.core.ui.plugin.file with parameters of type WorkbenchContext | |
|---|---|
static void |
OpenWizardPlugIn.addWizard(WorkbenchContext workbenchContext,
WizardGroup wizard)
|
static MultiEnableCheck |
SaveImageAsSVGPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static OpenRecentPlugIn |
OpenRecentPlugIn.get(WorkbenchContext context)
|
void |
DataSourceQueryChooserOpenWizard.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
| Constructors in org.openjump.core.ui.plugin.file with parameters of type WorkbenchContext | |
|---|---|
DataSourceQueryChooserOpenWizard(WorkbenchContext workbenchContext,
DataSourceQueryChooser chooser)
|
|
OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File file)
Construct an Open File for the recent menu to load an individual file. |
|
OpenFilePlugIn(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
OpenProjectPlugIn(WorkbenchContext workbenchContext,
java.io.File file)
|
|
OpenProjectPlugIn(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.file.open |
|---|
| Methods in org.openjump.core.ui.plugin.file.open with parameters of type WorkbenchContext | |
|---|---|
void |
OpenProjectWizard.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
void |
OpenFileWizard.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
| Constructors in org.openjump.core.ui.plugin.file.open with parameters of type WorkbenchContext | |
|---|---|
ChooseProjectPanel(WorkbenchContext workbenchContext,
java.lang.String nextId)
|
|
OpenDataTypePanel(WorkbenchContext workbenchContext,
WizardDialog dialog,
java.util.List<WizardGroup> wizards)
|
|
OpenFileWizard(WorkbenchContext workbenchContext)
Construct a new OpenFileWizard. |
|
OpenFileWizard(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
OpenProjectWizard(WorkbenchContext workbenchContext)
Construct a new OpenFileWizard. |
|
OpenProjectWizard(WorkbenchContext workbenchContext,
java.io.File[] files)
|
|
SelectFileOptionsPanel(WorkbenchContext workbenchContext)
|
|
SelectFilesPanel(WorkbenchContext workbenchContext)
|
|
SelectProjectFilesPanel(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer |
|---|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer.pirolraster |
|---|
| Fields in org.openjump.core.ui.plugin.layer.pirolraster declared as WorkbenchContext | |
|---|---|
protected WorkbenchContext |
ToggleRasterImageVisibility.wbContext
|
| Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
SaveRasterImageAsImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
PasteRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CutSelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ExtractSelectedPartOfImage.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
RemoveSelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
WarpImageToFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ChangeRasterImagePropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CopySelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Constructors in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContext | |
|---|---|
ToggleRasterImageVisibility(WorkbenchContext wbContext)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.mousemenu |
|---|
| Methods in org.openjump.core.ui.plugin.mousemenu with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
RotatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
MoveAlongAnglePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SaveDatasetsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
EditSelectedSidePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
EditSelectedSidePlugIn.noMultiShapesMayBeSelectedCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
EditSelectedSidePlugIn.noPointsMayBeSelectedCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.mousemenu.category |
|---|
| Methods in org.openjump.core.ui.plugin.mousemenu.category with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
MoveCategoryOneDown.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
MoveCategoryToBottom.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
MoveCategoryToTop.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
SetCategoryVisibilityPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
MoveCategoryOneUp.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools |
|---|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.generalization |
|---|
| Methods in org.openjump.core.ui.plugin.tools.generalization with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
SimplifyPolygonCoveragePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.geometrychange |
|---|
| Methods in org.openjump.core.ui.plugin.tools.geometrychange with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
ExtractCommonBoundaryBetweenPolysPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ExtractPointsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.statistics |
|---|
| Methods in org.openjump.core.ui.plugin.tools.statistics with parameters of type WorkbenchContext | |
|---|---|
MultiEnableCheck |
StatisticOverViewPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.view |
|---|
| Methods in org.openjump.core.ui.plugin.view with parameters of type WorkbenchContext | |
|---|---|
static MultiEnableCheck |
ZoomToScalePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
ShowScalePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.core.ui.plugin.wms |
|---|
| Methods in org.openjump.core.ui.plugin.wms with parameters of type WorkbenchContext | |
|---|---|
void |
AddWmsLayerWizard.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
| Constructors in org.openjump.core.ui.plugin.wms with parameters of type WorkbenchContext | |
|---|---|
AddWmsLayerWizard(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.swing.factory.field |
|---|
| Methods in org.openjump.core.ui.swing.factory.field with parameters of type WorkbenchContext | |
|---|---|
static FieldComponentFactory |
FieldComponentFactoryRegistry.getFactory(WorkbenchContext context,
java.lang.String type)
|
static void |
FieldComponentFactoryRegistry.setFactory(WorkbenchContext context,
java.lang.String type,
FieldComponentFactory factory)
|
| Constructors in org.openjump.core.ui.swing.factory.field with parameters of type WorkbenchContext | |
|---|---|
FileFieldComponentFactory(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.swing.listener |
|---|
| Constructors in org.openjump.core.ui.swing.listener with parameters of type WorkbenchContext | |
|---|---|
EnableCheckMenuItemShownListener(WorkbenchContext workbenchContext,
EnableCheck enableCheck)
|
|
EnableCheckMenuItemShownListener(WorkbenchContext workbenchContext,
EnableCheck enableCheck,
java.lang.String enabledMessage)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.swing.wizard |
|---|
| Methods in org.openjump.core.ui.swing.wizard with parameters of type WorkbenchContext | |
|---|---|
void |
WizardGroup.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
void |
AbstractWizardGroup.initialize(WorkbenchContext workbenchContext,
WizardDialog dialog)
|
| Constructors in org.openjump.core.ui.swing.wizard with parameters of type WorkbenchContext | |
|---|---|
WizardGroupDialog(WorkbenchContext workbenchContext,
java.awt.Frame frame,
java.lang.String title)
|
|
| Uses of WorkbenchContext in org.openjump.core.ui.util |
|---|
| Methods in org.openjump.core.ui.util with parameters of type WorkbenchContext | |
|---|---|
static Category |
TaskUtil.getSelectedCategoryName(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in org.openjump.util.python |
|---|
| Fields in org.openjump.util.python declared as WorkbenchContext | |
|---|---|
static WorkbenchContext |
JUMP_GIS_Framework.workbenchContext
|
| Methods in org.openjump.util.python with parameters of type WorkbenchContext | |
|---|---|
static void |
ModifyGeometry.setWorkbenchContext(WorkbenchContext workContext)
|
static void |
JUMP_GIS_Framework.setWorkbenchContext(WorkbenchContext workContext)
|
| Uses of WorkbenchContext in org.openjump.util.python.pythonexampleclasses |
|---|
| Methods in org.openjump.util.python.pythonexampleclasses that return WorkbenchContext | |
|---|---|
WorkbenchContext |
DrawCustomTool.CustomToolEvent.getWc()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||