com.bbn.openmap.layer.shape.ShapeLayer.computeGraphics()
use prepare() instead.
com.bbn.openmap.layer.vpf.VPFLayer.computeLayer()
use doPrepare() instead of computeLayer();
com.bbn.openmap.omGraphics.OMAbstractLine.createArrowHeads()
Create an OMArrowHead and set it on the
OMAbstractLine instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(double, double, double, double, double, int)
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(double, double, double, double, double, int, double[])
use earthCorcle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(double, double, double, int)
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(double, double, double, int, double[])
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(float, float, float, float, float, int)
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(float, float, float, float, float, int, float[])
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(float, float, float, int)
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.earth_circle(float, float, float, int, float[])
use earthCircle instead.
com.bbn.openmap.proj.GreatCircle.ellipsoidalAziDist(double, double, double, double, double, double, AziDist)
this has been yanked until we have a more stable and
documented algorithm
com.bbn.openmap.dataAccess.shape.EsriShapeExport.export(OMGraphicList, List)
use export(OMGraphicList, ArrayList, boolean) instead.
com.bbn.openmap.event.PanSupport.firePan(int)
use firePan(azimuth)
com.bbn.openmap.event.PanSupport.firePan(int, float)
use firePan(azimuth, arc)
com.bbn.openmap.geo.Geo.geoAt(double, double)
use #offset(double, double)
com.bbn.openmap.proj.ProjMath.geocentric_latitude(float, float)
use geocentricLatitude instead.
com.bbn.openmap.proj.ProjMath.geographic_latitude(float, float)
use geographicLoatitude instead.
com.bbn.openmap.event.PanEvent.getAmount()
use getArcDistance()
com.bbn.openmap.event.PanEvent.getDirection()
use getAzimuth()
com.bbn.openmap.dataAccess.shape.EsriGraphicList.getEsriGraphicList(URL, URL, DrawingAttributes, DbfTableModel)
use getGraphicList(URL, DrawingAttributes, DbfTableModel)
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.getGeometry(int[][])
use getGeometry() instead, indexData isn't used.
com.bbn.openmap.plugin.esri.EsriPlugIn.getGeometry(URL, URL)
Use getGeometry(URL) instead, the shx file isn't used.
com.bbn.openmap.plugin.PlugInLayer.getGraphicList()
call getList() instead.
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.getPartOffsets(OMGraphicList)
not used.
com.bbn.openmap.geo.GeoPath.Impl.getPathID()
use getID() instead.
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.getPointGeometry(int[][])
not used.
com.bbn.openmap.geo.GeoPoint.Impl.getPointId()
use getID() instead.
com.bbn.openmap.geo.GeoPath.Impl.PointIt.getPointId()
use getID() instead.
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.getPointsPerShape(OMGraphicList)
not used.
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.getPolyGeometry(int[][], int)
not used.
com.bbn.openmap.layer.vpf.VPFLayer.getRectangle()
use prepare() instead of getRectangle();
com.bbn.openmap.geo.GeoRegion.Impl.getRegionId()
use getID() instead.
com.bbn.openmap.geo.GeoSegment.Impl.getSegId()
use getID() instead.
com.bbn.openmap.geo.GeoPath.Impl.SegIt.getSegId()
com.bbn.openmap.omGraphics.OMText.getShowBounds()
use isMatted() instead.
com.bbn.openmap.omGraphics.OMText.getTheta()
use getRotationAngle instead.
com.bbn.openmap.proj.GreatCircle.great_circle(double, double, double, double, int, boolean)
use greatCircle instead.
com.bbn.openmap.proj.GreatCircle.great_circle(float, float, float, float, int, boolean)
use greatCircle instead.
com.bbn.openmap.gui.OverviewMapHandler.init(Properties)
use setProperties(props).
com.bbn.openmap.omGraphics.DrawingAttributes.init(Properties)
use setProperties(props).
com.bbn.openmap.gui.OverviewMapHandler.init(String, Properties)
use setProperties(prefix, props).
com.bbn.openmap.omGraphics.DrawingAttributes.init(String, Properties)
use setProperties(prefix, props).
com.bbn.openmap.proj.GeoProj.normalize_latitude(double)
use normalizeLatitude() instead.
com.bbn.openmap.proj.ProjMath.normalize_latitude(double, double)
use normalizeLatitude instead.
com.bbn.openmap.proj.ProjMath.normalize_latitude(float, float)
use normalizeLatitude instead.
com.bbn.openmap.proj.DrawUtil.OLD_distance_to_line(int, int, int, int, int, int)
USE THE NEW FUNCTION
com.bbn.openmap.dataAccess.shape.input.ShpInputStream.readHeader()
not used.
com.bbn.openmap.InformationDelegator.requestHideToolTip(MouseEvent)
call requestHideToolTip() instead.
com.bbn.openmap.InformationDelegator.requestShowToolTip(MouseEvent, InfoDisplayEvent)
use requestShowToolTip(InfoDisplayEvent) instead.
com.bbn.openmap.omGraphics.OMGrid.setColumns(int)
set when the data is set
com.bbn.openmap.omGraphics.OMGraphicAdapter.setFillColor(Color)
Use setFillPaint instead. Now taking advantage of the Java2D
API.
com.bbn.openmap.plugin.PlugInLayer.setGraphicList(OMGraphicList)
call setList() instead.
com.bbn.openmap.omGraphics.OMGraphicAdapter.setLineColor(Color)
Use setLinePaint instead. Now taking advantage of the Java2D
API.
com.bbn.openmap.geo.GeoPoint.Impl.setPointId(Object)
use setID() instead.
com.bbn.openmap.geo.GeoRegion.Impl.setRegionId(Object)
use getID() instead.
com.bbn.openmap.omGraphics.OMGrid.setRows(int)
set when data is set.
com.bbn.openmap.geo.GeoSegment.Impl.setSegId(Object)
use getID() instead.
com.bbn.openmap.omGraphics.OMGraphicAdapter.setSelectColor(Color)
Use setSelectPaint instead. Now taking advantage of the
Java2D API.
com.bbn.openmap.omGraphics.OMText.setShowBounds(boolean)
use setMatted(boolean) instead.
com.bbn.openmap.omGraphics.OMText.setTheta(double)
use setRotationAngle instead.
com.bbn.openmap.proj.GreatCircle.spherical_azimuth(double, double, double, double)
use sphericalAzimuth instead.
com.bbn.openmap.proj.GreatCircle.spherical_azimuth(float, float, float, float)
use sphericalAzimuth instead.
com.bbn.openmap.proj.GreatCircle.spherical_between(double, double, double, double)
use sphericalBetween instead.
com.bbn.openmap.proj.GreatCircle.spherical_between(double, double, double, double, int)
use shpericalBetween instead.
com.bbn.openmap.proj.GreatCircle.spherical_between(float, float, float, float)
use shoerucalBetween instead.
com.bbn.openmap.proj.GreatCircle.spherical_between(float, float, float, float, int)
use sphericalBetween instead.
com.bbn.openmap.proj.GreatCircle.spherical_distance(double, double, double, double)
use sphericalDistance instead.
com.bbn.openmap.proj.GreatCircle.spherical_distance(float, float, float, float)
use sphericalDistance instead.
com.bbn.openmap.layer.vpf.VPFUtil.vectorToString(List)
use listToString(List) instead
com.bbn.openmap.proj.ProjMath.wrap_longitude(double)
use wrapLongitude instead.
com.bbn.openmap.proj.GeoProj.wrap_longitude(double)
use wrapLongitude() instead.
com.bbn.openmap.proj.ProjMath.wrap_longitude(float)
use wrapLongitde instead.