| com.partnersoft.maps.app.MapEditLogic.addGPS() |
| com.partnersoft.io.FileLib.deleteTree(File)
use removeFile() or removeDirectory().
|
| com.partnersoft.gui.ColorLib.getColor(String)
use colorFor(String) instead.
|
| com.partnersoft.io.DataRecordQuery.getContent()
|
| com.partnersoft.system.PreferenceManager.getNode(String) |
| com.partnersoft.maps.model.MapSetDescription.getProjection() |
| com.partnersoft.maps.model.MapDataItem.getRoverShapes() |
| org.jcon.text.IteratingReportEngine.getSkipIfEmpty() |
| com.partnersoft.io.DataFilterExpression.parseText(String, String)
Antlr parsing should no longer be used.
|
| com.partnersoft.maps.app.MapPrintLogic.print()
use quickPrint() instead
|
| com.partnersoft.maps.app.MapPrintLogic.printWithData()
use quickPrintWithData() instead
|
| com.partnersoft.maps.translator.DynamicMapTranslator.processDataItem(int, String, String, Naming)
old name for placeShapesUsingDataItem().
|
| com.partnersoft.maps.translator.DynamicMapTranslator.processDataItemAsPoints(int, String, String, Naming)
placePointsUsingDataItem(), but forces the shapes to points instead of copying text or lines or other shapes. Generally
the points will be placed at the beginnings of lines or other graphics.
|
| com.partnersoft.maps.translator.DynamicMapTranslator.processDataItemColor(int, String, String, Naming, int, int, int, int) |
| com.partnersoft.maps.translator.DynamicMapTranslator.processFindItem(String, String, String, String, Naming)
old name for placeShapesUsingFindItem
|
| com.partnersoft.maps.translator.DynamicMapTranslator.processFindItemAsPoints(String, String, String, String, Naming)
use placePointsUsingFindItem() instead
|
| com.partnersoft.maps.translator.DynamicMapTranslator.processFindItemColor(String, String, String, String, Naming, int, int, int, int) |
| com.partnersoft.geometry.projection.Projection.projectFeet(DoubleBuffer)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.projectFeet(double, double)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.projectFeet(Point)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.projectFeet(XyPoint)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.projectFeet(XyShape)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.io.FileLib.removeTree(File)
use removeFile() or removeDirectory().
|
| com.partnersoft.io.FileLib.removeTree(File, FileActivityListener)
use removeFile() or removeDirectory()
|
| com.partnersoft.geometry.projection.Projection.reverseFeet(DoubleBuffer)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.reverseFeet(double, double)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.reverseFeet(Point)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.reverseFeet(XyPoint)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|
| com.partnersoft.geometry.projection.Projection.reverseFeet(XyShape)
this doesn't specify what KIND of feet - so don't use it. Use the CoordinateSystem or LinearUnit stuff instead.
|