Deprecated API


Contents
Deprecated Classes
jwo.landserf.process.gps.garmin.GarminInputStream
          Use GarminSerialInputStream instead. 
jwo.landserf.process.gps.garmin.GarminOutputStream
          Use GarminSerialOutputStream instead. 
jwo.landserf.structure.RastHeader
          Should use Header and RasterMap. This class is only maintained to allow deserialization of rasters saved in pre 2.0 format. 
jwo.landserf.structure.VectHeader
          Should use Header and VectorMap. This class is only maintained to allow deserialization of vectors saved in pre 2.0 format. 
jwo.landserf.structure.VectorObject
          Should use GISVector. This class is only maintained to allow deserialization of vectors saved in pre 2.0 format. 
 

Deprecated Fields
jwo.landserf.structure.VectorMap.QUALITY
          Should use VectorStyles.QUALITY instead. 
jwo.landserf.structure.VectorMap.SPEED
          Should use VectorStyles.SPEED instead. 
jwo.landserf.process.io.FileHandler.VRML97_FACESET
          Should use VRML_FACESET instead. 
jwo.landserf.process.io.FileHandler.VRML97_HEIGHTFIELD
          Should use VRML_HEIGHTFIELD instead. 
jwo.landserf.process.io.FileHandler.VRML97_WORLD
          Should use VRML_WORLD instead. 
 

Deprecated Methods
jwo.utils.expression.MathOperator.addShortcutVars()
          This method is included for backward compatibility only and should only be used if the more general form of variable substitution via the Substitutable interface (the preferred mechanism) is not being used. 
jwo.landserf.structure.VectorMap.draw(AffineTransform, AffineTransform, float, boolean, float, boolean, Color, float, int, Graphics)
          Set styles in a VectorStyles object instead and call the draw() method that accepts VectorStyles object instead. 
jwo.landserf.structure.VectorMap.draw(AffineTransform, AffineTransform, float, float, Color, float, int, Graphics)
          Set styles in a VectorStyles object instead and call the draw() method that accepts VectorStyles object instead. 
jwo.utils.expression.MathEvaluator.evaluate(Stack, double, double, double, double)
          This method is maintained for backward compatibility only and should not be used with the preferred more general variable substitution mechanism via the Substitutable interface and calling the addVariable() method of MathParser(). 
jwo.landserf.gui.DigitizeBox.getDigitizedVectorMap()
          There should now be no need to extract the original and digitized vectors. Instead, call commitChanges to combine the two vectors. 
jwo.landserf.gui.DigitizeBox.getOriginalVectorMap()
          There should now be no need to extract the original and digitized vectors. Instead, call commitChanges to combine the two vectors. 
jwo.landserf.process.ScaleParamThread.getParamAverage()
          Use getSummarySurf1() instead. This performs an identical function but its new name reflects the fact that it can return either a surface of averages or minimum values. 
jwo.landserf.process.ScaleSurfParam.getParamAverageSurf()
          Use getSummarySurf1() instead. This performs an identical function but its new name reflects the fact that it can return either a surface of averages or minimum values. 
jwo.landserf.process.ScaleParamThread.getParamVariation()
          Use getSummarySurf2() instead. This performs an identical function but its new name reflects the fact that it can return either a surface of variation or maximum values. 
jwo.landserf.process.ScaleSurfParam.getParamVariationSurf()
          Use getSummarySurf2() instead. This performs an identical function but its new name reflects the fact that it can return either a surface of variation or maximum values. 
jwo.landserf.structure.RasterMap.getRasterType()
          Should use getType() instead. 
jwo.landserf.structure.msn.GraphNetwork.readFile(String, int)
          Currently not implemented. 
jwo.landserf.process.LSThread.setMessage(String)
          This method has been deprecated in favour of setFinalMessage(). To send messages before the completion of a process, use setMessage() in GISFrame instead. 
jwo.landserf.structure.msn.GraphNetwork.writeFile(String, int)
          Currently not implemented. 
 

Deprecated Constructors
jwo.utils.expression.MathEvaluator(double[])
          This constructor is maintained for backward compatibility only and should not be used with the preferred more general variable substitution mechanism via the Substitutable interface. 
 



Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009