Deprecated API


Contents
Deprecated Interfaces
com.vividsolutions.jump.workbench.ui.renderer.Renderer.ContentDependendFactory
          Replaced by RendererFactory 
 

Deprecated Classes
com.vividsolutions.jump.workbench.driver.AbstractDriver
          Use DataSourceQueryChooser instead 
com.vividsolutions.jump.workbench.driver.AbstractInputDriver
          Use DataSourceQueryChooser instead 
com.vividsolutions.jump.workbench.driver.AbstractOutputDriver
          Use DataSourceQueryChooser instead 
com.vividsolutions.jump.geom.AffineTransform
          see wrap package (curently used by AffineTransformPlugIn) and com.vividsolutions.jts.geom.util.AffineTransformation in JTS library AffineTransformPlugIn already use AffineTransform in the warp package [michaudm] Next step is to deprecate AffineTransform in the warp package and to use directly com.vividsolutions.jts.geom.util.AffineTransformation for AffineTransformPlugIn 
com.vividsolutions.jump.geom.AffineTransformation
          see com.vividsolutions.jts.geom.util.AffineTransformation in JTS library // AffineTransformationPlugIn has already been updated, it does not use this class any more [michaudm] 
com.vividsolutions.jump.workbench.ui.style.ChangeStylesPlugIn
          As of release 1.3, replaced by DeeChangeStylesPlugIn 
com.vividsolutions.jump.io.FUTURE_JTS_WKTWriter
            
com.vividsolutions.jump.workbench.ui.plugin.OpenProjectPlugIn
          replaced by org.openjump.core.ui.plugin.file.OpenProjectPlugIn 
com.vividsolutions.jump.workbench.ui.style.RenderingStylePanel
          As of release 1.3, replaced by DeeRenderingStylePanel 
 

Deprecated Fields
com.vividsolutions.jump.workbench.ui.renderer.RenderingManager.layerableClassToRendererFactoryMap
            
 

Deprecated Methods
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addLayerNameViewMenuItem(PlugIn, String[], String)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addLayerNameViewMenuItem(PlugIn, String, String)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addLayerViewMenuItem(PlugIn, String[], String)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addLayerViewMenuItem(PlugIn, String, String)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addMainMenuItem(PlugIn, String[], String, boolean, Icon, EnableCheck)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.addMainMenuItem(PlugIn, String, String, Icon, EnableCheck)
            
com.vividsolutions.jump.workbench.ui.HTMLFrame.clear()
          Use #createNewDocument instead. 
org.openjump.core.apitools.FeatureSchemaTools.copyFeatureSchema(FeatureSchema)
            
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.createFenceExistsCheck()
          Use the EnableCheckFactory methods instead 
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.createLayersSelectedCheck()
          Use the EnableCheckFactory methods instead 
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.createOneLayerSelectedCheck()
          Use the EnableCheckFactory methods instead 
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.createVectorsExistCheck()
          Use the EnableCheckFactory methods instead 
com.vividsolutions.jump.workbench.model.LayerManager.dispose(Layerable)
            
com.vividsolutions.jump.workbench.ui.EditTransaction.getFeature(int)
            
com.vividsolutions.jump.workbench.ui.EditTransaction.getGeometry(int)
            
com.vividsolutions.jump.io.CompressedFile.getInternalZipFnameByExtension(String, String)
          only used by very old data readers which only deliver the first file in zip file [ede 05.2012] 
com.vividsolutions.jump.workbench.ui.renderer.RenderingManager.getRenderFactoryForLayerable(Class)
          see RenderingManager.getRendererFactory(Class) 
de.fho.jump.pirol.utilities.plugIns.StandardPirolPlugIn.initialize(PlugInContext, String)
            
de.fho.jump.pirol.utilities.plugIns.StandardPirolPlugIn.println(Class, String, String)
          use logger instead! 
de.fho.jump.pirol.utilities.plugIns.StandardPirolPlugIn.println(String, String)
          use logger instead! 
com.vividsolutions.jump.workbench.ui.renderer.RenderingManager.putRendererForLayerable(Class, Renderer.ContentDependendFactory)
          see RenderingManager.setRendererFactory(Class, RendererFactory) 
com.vividsolutions.jump.workbench.ui.FileNamePanel.setDescription(String)
            
com.vividsolutions.jump.workbench.ui.EditTransaction.setGeometry(int, Geometry)
            
com.vividsolutions.jump.workbench.ui.cursortool.AbstractCursorTool.setStrokeWidth(int)
          Use #setStroke instead. 
com.vividsolutions.jump.workbench.ui.MultiInputDialog.startNewColumn()