Deprecated API


Contents
Deprecated Classes
com.bbn.openmap.image.GeneratorTester
          uses ImageServer methods no longer supported. 
 

Deprecated Methods
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.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.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.setLabelLocation(float[], float[])
          use the version with the projection. 
com.bbn.openmap.omGraphics.OMGraphicAdapter.setLabelLocation(GeneralPath)
          use the version with the Projection 
com.bbn.openmap.omGraphics.OMGraphicAdapter.setLabelLocation(int[], int[])
          use the version with the projection. 
com.bbn.openmap.omGraphics.OMGraphicAdapter.setLabelLocation(Point2D)
          use the version with Projection. 
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.OMGeometryList.updateShape(OMGeometry, Projection, boolean)
          use the new paradigm from the other updateShape 
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. 
 

Deprecated Constructors
com.bbn.openmap.dataAccess.shape.EsriGraphicList(int, int)
          capacityIncrement doesn't do anything. 
com.bbn.openmap.dataAccess.shape.EsriPointList(int, int)
          capacityIncrement doesn't do anything. 
com.bbn.openmap.dataAccess.shape.EsriPolygonList(int, int)
          capacityIncrement doesn't do anything. 
com.bbn.openmap.dataAccess.shape.EsriPolylineList(int, int)
          - capacityIncrement doesn't do anything. 
com.bbn.openmap.omGraphics.OMColor(float, float, float, float)
          This function does not correctly override the JDK // * 1.2 java.awt.Color constructor with the same type/number of // * arguments. It should be OMColor(float r, float g, float b, float a). 
com.bbn.openmap.omGraphics.OMColor(int, int, int, int)
          This function does not correctly override the JDK // * 1.2 java.awt.Color constructor with the same type/number of // * arguments. It should be OMColor(int r, int g, int b, int a). 
com.bbn.openmap.event.PanEvent(Object, int)
          use new panning semantics 
com.bbn.openmap.event.PanEvent(Object, int, float)
          use new panning semantics 
com.bbn.openmap.layer.shape.SpatialIndex(String, String)
          ssx file is figured based on the shp file path 
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details