Uses of Class
com.bbn.openmap.omGraphics.DrawingAttributes

Packages that use DrawingAttributes
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.dataAccess.shape.input This package provides InputStreams for .shp, .dbf and .shx files that make up the ESRI Shape file format. 
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.gui.event   
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
com.bbn.openmap.layer.asrp   
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.layer.event   
com.bbn.openmap.layer.imageTile   
com.bbn.openmap.layer.mysql   
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
com.bbn.openmap.layer.test Provides a test layer for OpenMap. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.omGraphics.rule   
com.bbn.openmap.plugin.esri A PlugIn package that handles ESRI shape files. 
com.bbn.openmap.tools.icon The icon package is intended to provide the capability to create or fetch icons. 
com.bbn.openmap.tools.symbology.milStd2525 This package provides a way to create MIL-STD-2525B compliant symbols. 
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp with parameters of type DrawingAttributes
 OMGraphicList ASRPDirectoryHandler.getCoverageBounds(Projection proj, DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.mapTile
 

Fields in com.bbn.openmap.dataAccess.mapTile declared as DrawingAttributes
protected  DrawingAttributes SimpleEmptyTileHandler.backgroundAtts
           
protected  DrawingAttributes KMLTileGridMaker.drawingAttributes
           
protected  DrawingAttributes ShpFileEmptyTileHandler.landAttributes
           
protected  DrawingAttributes SimpleEmptyTileHandler.noCoverageAtts
           
protected  DrawingAttributes MapTileMakerComponent.rectDA
           
 

Methods in com.bbn.openmap.dataAccess.mapTile that return DrawingAttributes
 DrawingAttributes SimpleEmptyTileHandler.getBackgroundAtts()
           
 DrawingAttributes ShpFileEmptyTileHandler.getLandAttributes()
           
 DrawingAttributes SimpleEmptyTileHandler.getNoCoverageAtts()
           
 

Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type DrawingAttributes
protected  java.awt.image.BufferedImage SimpleEmptyTileHandler.createTileImageFromDrawingAttributes(DrawingAttributes da)
          Create a BufferedImage from the provided DrawingAttributes.
 void SimpleEmptyTileHandler.setBackgroundAtts(DrawingAttributes backgroundAtts)
          Set the background drawing attributes and create the cached backgroundTileImage if the drawing attributes provided doesn't match what's there.
 void ShpFileEmptyTileHandler.setLandAttributes(DrawingAttributes landAttributes)
           
 void SimpleEmptyTileHandler.setNoCoverageAtts(DrawingAttributes noCoverageAtts)
          Set the no-coverage drawing attributes and create the cached emptyTileImage if the drawing attributes provided doesn't match what's there.
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.shape
 

Fields in com.bbn.openmap.dataAccess.shape declared as DrawingAttributes
protected  DrawingAttributes DrawingAttributesUtility.da
           
protected  DrawingAttributes DrawingAttributesUtility.defaultDA
           
protected  DrawingAttributes DbfHandler.defaultDA
           
 

Methods in com.bbn.openmap.dataAccess.shape that return DrawingAttributes
 DrawingAttributes DrawingAttributesUtility.getDefaultAttributes()
           
 DrawingAttributes DbfHandler.getDefaultDA()
           
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type DrawingAttributes
static EsriGraphic EsriGraphicFactory.createEsriPoly(int shapeType, double[] coords, int lineType, DrawingAttributes da)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointMGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointMGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointZGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createMultiPointZGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
          Reads the ShapeFile and creates a OMPoint/OMRaster/OMText from the point object.
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(double x, double y, java.lang.Object representation, DrawingAttributes drawingAttributes)
           
protected  EsriGraphic EsriGraphicFactory.createPointGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointMGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointMGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointZGraphic(BinaryFile shpFile, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPointZGraphic(LittleEndianInputStream iStream, java.lang.Object representation, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonMGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonMGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonZGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolygonZGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineMGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineMGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineZGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolylineZGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyMGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyMGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyZGraphic(BinaryFile shpFile, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.createPolyZGraphic(LittleEndianInputStream iStream, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
static EsriGraphicList EsriGraphicList.getEsriGraphicList(java.net.URL shp, DrawingAttributes drawingAttributes, DbfTableModel dbf, GeoCoordTransformation coordTranslator)
          Reads the contents of the SHP files.
static EsriGraphicList EsriGraphicList.getEsriGraphicList(java.net.URL shp, DrawingAttributes drawingAttributes, GeoCoordTransformation coordTranslator)
          Reads the contents of the SHP files, including the DBF file, based on the location of the shape file.
static EsriGraphicList EsriGraphicList.getEsriGraphicList(java.net.URL shp, java.net.URL shx, DrawingAttributes drawingAttributes, DbfTableModel dbf)
          Deprecated. use getGraphicList(URL, DrawingAttributes, DbfTableModel)
 OMGraphicList EsriGraphicFactory.getEsriGraphics(BinaryFile shp, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, Projection mapProj, OMGraphicList list)
          Create an OMGraphicList containing OMGraphics representing shape file contents.
 OMGraphicList EsriGraphicFactory.getEsriGraphics(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, Projection mapProj, OMGraphicList list)
          Create OMGraphics from input stream from shp file.
protected  EsriGraphic EsriGraphicFactory.getPolys(BinaryFile shpFile, int numParts, int numPoints, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  EsriGraphic EsriGraphicFactory.getPolys(LittleEndianInputStream iStream, int numParts, int numPoints, int shapeType, DrawingAttributes drawingAttributes, EsriGraphicFactory.ReadByteTracker byteTracker)
           
protected  OMGraphic EsriGraphicFactory.makeEsriGraphic(BinaryFile shpFile, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
          Creates a OMGraphic from the shape file data.
protected  OMGraphic EsriGraphicFactory.makeEsriGraphic(LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
          Create OMGraphic from next record
 OMGraphic EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset, BinaryFile shp, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
           
 OMGraphic EsriGraphicFactory.makeEsriGraphicFromRecord(int byteOffset, LittleEndianInputStream iStream, DrawingAttributes drawingAttributes, java.lang.Object pointRepresentation, EsriGraphicFactory.ReadByteTracker byteTracker)
           
static OMGraphicList EsriShapeExport.read(java.net.URL shpFileURL, DrawingAttributes drawingAttributes, GeoCoordTransformation coordTransform)
           
 void DrawingAttributesUtility.setDefaultAttributes(DrawingAttributes dda)
           
 void DbfHandler.setDefaultDA(DrawingAttributes defaultDA)
           
static void DrawingAttributesUtility.setDrawingAttributes(EsriGraphicList list, DbfTableModel model, DrawingAttributes defaultDA)
          Iterate through the list, and look in the DbfTableModel for DrawingAttributes parameters, setting the DrawingAttributes on the list contents with anything found in the DBF file.
 

Uses of DrawingAttributes in com.bbn.openmap.dataAccess.shape.input
 

Fields in com.bbn.openmap.dataAccess.shape.input declared as DrawingAttributes
protected  DrawingAttributes ShpInputStream.drawingAttributes
           
 

Methods in com.bbn.openmap.dataAccess.shape.input that return DrawingAttributes
 DrawingAttributes ShpInputStream.getDrawingAttributes()
          Get the DrawingAttributes used for drawing the graphics.
 

Methods in com.bbn.openmap.dataAccess.shape.input with parameters of type DrawingAttributes
 void ShpInputStream.setDrawingAttributes(DrawingAttributes da)
          Set the DrawingAttributes to use for drawing the graphics.
 

Uses of DrawingAttributes in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event declared as DrawingAttributes
protected  DrawingAttributes NavMouseMode.rectAttributes
          DrawingAttributes to use for drawn rectangle.
protected  DrawingAttributes DistanceMouseMode.renderAttributes
          Rendering attributes for lines and circles.
protected  DrawingAttributes RangeRingsMouseMode.rrAttributes
           
 

Methods in com.bbn.openmap.event that return DrawingAttributes
 DrawingAttributes PanMouseMode.getAzDrawing()
           
 DrawingAttributes OMMouseMode.getAzDrawing()
           
 DrawingAttributes AzimuthPanner.getAzDrawing()
           
 DrawingAttributes NavMouseMode.getRectAttributes()
           
 

Methods in com.bbn.openmap.event with parameters of type DrawingAttributes
 void PanMouseMode.setAzDrawing(DrawingAttributes azDrawing)
           
 void OMMouseMode.setAzDrawing(DrawingAttributes azDrawing)
           
 void AzimuthPanner.setAzDrawing(DrawingAttributes azDrawing)
           
 void NavMouseMode.setRectAttributes(DrawingAttributes rectAttributes)
           
 

Constructors in com.bbn.openmap.event with parameters of type DrawingAttributes
AzimuthPanner.Shapefile(int oX, int oY, DrawingAttributes azDrawing, java.net.URL shapefile)
           
AzimuthPanner.Standard(int oX, int oY, DrawingAttributes azDrawing)
           
 

Uses of DrawingAttributes in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as DrawingAttributes
protected  DrawingAttributes OverlayMapPanel.activeWidgetColors
          May be null, in which case the widgets should decide.
protected  DrawingAttributes EmbeddedScaleDisplayPanel.dAttributes
           
protected  DrawingAttributes EmbeddedNavPanel.fadeAttributes
           
protected  DrawingAttributes OverlayMapPanel.inactiveWidgetColors
          May be null, in which case the widgets should decide.
protected  DrawingAttributes EmbeddedNavPanel.liveAttributes
           
 

Methods in com.bbn.openmap.gui that return DrawingAttributes
 DrawingAttributes OverlayMapPanel.getActiveWidgetColors()
           
 DrawingAttributes EmbeddedNavPanel.getFadeAttributes()
           
 DrawingAttributes OverlayMapPanel.getInactiveWidgetColors()
           
 DrawingAttributes EmbeddedNavPanel.getLiveAttributes()
           
 

Methods in com.bbn.openmap.gui with parameters of type DrawingAttributes
protected  void EmbeddedNavPanel.initColors(DrawingAttributes buttonColors, DrawingAttributes fadeColors, int buttonSize)
           
protected  javax.swing.JButton EmbeddedNavPanel.makeButton(IconPart iconPart, DrawingAttributes da, int size, double ddRot, java.lang.String tooltip, java.awt.event.ActionListener ac)
           
protected  javax.swing.JComponent EmbeddedNavPanel.makeScaleSlider(DrawingAttributes da)
           
 void OverlayMapPanel.setActiveWidgetColors(DrawingAttributes activeWidgetColors)
           
 void EmbeddedNavPanel.setFadeAttributes(DrawingAttributes fadeAttributes)
           
 void OverlayMapPanel.setInactiveWidgetColors(DrawingAttributes inactiveWidgetColors)
           
 void EmbeddedNavPanel.setLiveAttributes(DrawingAttributes liveAttributes)
           
 

Constructors in com.bbn.openmap.gui with parameters of type DrawingAttributes
EmbeddedNavPanel(DrawingAttributes buttonColors, DrawingAttributes fadeColors, int buttonSize)
          Make one.
EmbeddedScaleDisplayPanel(DrawingAttributes dAtts, Length units)
           
 

Uses of DrawingAttributes in com.bbn.openmap.gui.event
 

Fields in com.bbn.openmap.gui.event declared as DrawingAttributes
protected  DrawingAttributes EventListPresenter.drawingAttributes
          A drawing attributes object that holds the basic colors used for display.
 

Methods in com.bbn.openmap.gui.event that return DrawingAttributes
 DrawingAttributes EventPresenter.getSelectionDrawingAttributes()
          Return a set of drawing attributes that match what the presenter is using for selection;
 DrawingAttributes EventListPresenter.getSelectionDrawingAttributes()
           
 DrawingAttributes EventListCellRenderer.setRenderingAttributes(DrawingAttributes drawingAttributes)
           
 

Methods in com.bbn.openmap.gui.event with parameters of type DrawingAttributes
 DrawingAttributes EventListCellRenderer.setRenderingAttributes(DrawingAttributes drawingAttributes)
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as DrawingAttributes
protected  DrawingAttributes OverviewMapAreaLayer.areaAttributes
           
protected  DrawingAttributes ScaleDisplayLayer.dAttributes
           
protected  DrawingAttributes DrawingToolLayer.drawingAttributes
           
 

Methods in com.bbn.openmap.layer that return DrawingAttributes
 DrawingAttributes OverviewMapAreaLayer.getAreaAttributes()
           
 DrawingAttributes DrawingToolLayer.getDrawingAttributes()
           
 

Methods in com.bbn.openmap.layer with parameters of type DrawingAttributes
 void DrawingToolLayer.setDrawingAttributes(DrawingAttributes drawingAttributes)
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.asrp
 

Fields in com.bbn.openmap.layer.asrp declared as DrawingAttributes
protected  DrawingAttributes ASRPLayer.coverageDrawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.dted
 

Fields in com.bbn.openmap.layer.dted declared as DrawingAttributes
protected  DrawingAttributes[] DTEDCoverageManager.attributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.editor
 

Fields in com.bbn.openmap.layer.editor with type parameters of type DrawingAttributes
protected  java.util.Hashtable<java.lang.String,DrawingAttributes> DrawingEditorTool.drawingAttributesTable
          Hashtable that holds default DrawingAttributes for different loaders.
 

Uses of DrawingAttributes in com.bbn.openmap.layer.event
 

Fields in com.bbn.openmap.layer.event declared as DrawingAttributes
protected  DrawingAttributes CSVEventImporter.drawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.imageTile
 

Fields in com.bbn.openmap.layer.imageTile declared as DrawingAttributes
protected  DrawingAttributes MapTileLayer.attributionAttributes
          Rendering parameters for attribution string.
protected  DrawingAttributes ImageTileLayer.selectedDrawingAttributes
           
 

Methods in com.bbn.openmap.layer.imageTile that return DrawingAttributes
 DrawingAttributes MapTileLayer.getAttributionAttributes()
           
 

Methods in com.bbn.openmap.layer.imageTile with parameters of type DrawingAttributes
 void MapTileLayer.setAttributionAttributes(DrawingAttributes attributionAttributes)
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.mysql
 

Fields in com.bbn.openmap.layer.mysql declared as DrawingAttributes
protected  DrawingAttributes MysqlGeometryLayer.drawingAttributes
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.shape
 

Fields in com.bbn.openmap.layer.shape declared as DrawingAttributes
protected  DrawingAttributes SpatialIndexHandler.drawingAttributes
           
protected  DrawingAttributes ShapeLayer.drawingAttributes
          The DrawingAttributes object to describe the rendering of graphics.
 

Methods in com.bbn.openmap.layer.shape that return DrawingAttributes
 DrawingAttributes SpatialIndexHandler.getDrawingAttributes()
           
 DrawingAttributes ShapeLayer.getDrawingAttributes()
           
 

Methods in com.bbn.openmap.layer.shape with parameters of type DrawingAttributes
abstract  void ESRIRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 void ESRIPolygonRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 void ESRIPointRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates Points and adds them to the given list.
 void ESRIMultiPointRecord.addOMGraphics(OMGraphicList list, DrawingAttributes drawingAttributes)
          Generates 2D OMGraphics and adds them to the given list.
 OMGraphicList SpatialIndex.getAllOMGraphics(OMGraphicList retList, DrawingAttributes drawingAttributes, Projection mapProj, GeoCoordTransformation dataProj)
          Retrieves all OMGraphics in the shape file.
 OMGraphic SpatialIndex.getOMGraphicAtOffset(int byteOffset, DrawingAttributes drawingAttributes)
          Skips the BinaryFile for the shp data to the offset and reads the record data there, creating an OMGraphic from that data.
 OMGraphicList SpatialIndex.getOMGraphics(double xmin, double ymin, double xmax, double ymax, OMGraphicList list, DrawingAttributes drawingAttributes, Projection mapProj, GeoCoordTransformation dataProj)
          Locates OMGraphics in the shape file that intersect with the given rectangle.
 void SpatialIndexHandler.setDrawingAttributes(DrawingAttributes set)
           
 void ShapeLayer.setDrawingAttributes(DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.shape.areas
 

Fields in com.bbn.openmap.layer.shape.areas declared as DrawingAttributes
protected  DrawingAttributes PoliticalArea.drawingAttributes
           
protected  DrawingAttributes AreaHandler.drawingAttributes
          Default draw parameters of the graphics that don't have something specific set for it.
 

Methods in com.bbn.openmap.layer.shape.areas that return DrawingAttributes
 DrawingAttributes PoliticalArea.getDrawingAttributes()
           
 DrawingAttributes AreaShapeLayer.getDrawingAttributes()
           
 DrawingAttributes AreaHandler.getDrawingAttributes()
           
 DrawingAttributes AreaHandler.getDrawParams(int recordNumber)
          Given the shapefile record number, find the drawing parameters that should be used for the shape.
 DrawingAttributes AreaHandler.getDrawParamsFromCSV(int recordNumber)
          Given the shapefile record number, find the drawing parameters that should be used for the shape.
 DrawingAttributes AreaHandler.getDrawParamsFromDBF(int recordNumber)
          Given the shapefile record number, find the drawing parameters from the DBF model that should be used for the shape.
 

Methods in com.bbn.openmap.layer.shape.areas with parameters of type DrawingAttributes
 void PoliticalArea.setDrawingAttributes(DrawingAttributes da)
           
 void AreaShapeLayer.setDrawingAttributes(DrawingAttributes da)
           
 void AreaHandler.setDrawingAttributes(DrawingAttributes da)
           
 

Constructors in com.bbn.openmap.layer.shape.areas with parameters of type DrawingAttributes
AreaHandler(SpatialIndex si, DrawingAttributes da)
          Construct an AreaHandler.
 

Uses of DrawingAttributes in com.bbn.openmap.layer.test
 

Fields in com.bbn.openmap.layer.test declared as DrawingAttributes
protected  DrawingAttributes GeoIntersectionLayer.shapeDA
           
protected  DrawingAttributes GeoIntersectionLayer.shapeDASelected
           
 

Methods in com.bbn.openmap.layer.test that return DrawingAttributes
 DrawingAttributes GeoIntersectionLayer.getShapeDA()
           
 DrawingAttributes GeoIntersectionLayer.getShapeDASelected()
           
 

Methods in com.bbn.openmap.layer.test with parameters of type DrawingAttributes
 void GeoIntersectionLayer.setShapeDA(DrawingAttributes shapeDA)
           
 void GeoIntersectionLayer.setShapeDASelected(DrawingAttributes shapeDASelected)
           
 

Uses of DrawingAttributes in com.bbn.openmap.layer.vpf
 

Subclasses of DrawingAttributes in com.bbn.openmap.layer.vpf
 class FeatureDrawingAttributes
          The FeatureDrawingAttributes class is used by the VPFFeatureGraphicWarehouse to control the fetching and display of feature attributes out of the feature attribute file, controlled by the FeatureClassInfo class.
 

Fields in com.bbn.openmap.layer.vpf declared as DrawingAttributes
protected  DrawingAttributes VPFConfig.drawingAttributes
           
 DrawingAttributes VPFConfig.FeatureInfo.drawingAttributes
           
protected  DrawingAttributes LayerGraphicWarehouseSupport.drawingAttributes
           
 

Fields in com.bbn.openmap.layer.vpf with type parameters of type DrawingAttributes
protected  java.util.Hashtable<java.lang.String,DrawingAttributes> VPFFeatureGraphicWarehouse.featureDrawingAttributes
           
 

Methods in com.bbn.openmap.layer.vpf that return DrawingAttributes
 DrawingAttributes VPFLayer.getDrawingAttributes()
          Get the DrawingAttributes used for the coverage type.
 DrawingAttributes LayerGraphicWarehouseSupport.getDrawingAttributes()
          Get the DrawingAttributes used for the coverage type.
 

Methods in com.bbn.openmap.layer.vpf that return types with arguments of type DrawingAttributes
 java.util.Hashtable<java.lang.String,DrawingAttributes> VPFFeatureGraphicWarehouse.getFeatureDrawingAttributes()
          Get the Hashtable used for the feature DrawingAttributes lookup.
 

Methods in com.bbn.openmap.layer.vpf with parameters of type DrawingAttributes
 void VPFLayer.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the coverage type.
 void LayerGraphicWarehouseSupport.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the coverage type.
 void FeatureCacheGraphicList.setTo(DrawingAttributes da)
           
 

Method parameters in com.bbn.openmap.layer.vpf with type arguments of type DrawingAttributes
 void VPFFeatureGraphicWarehouse.setFeatureDrawingAttributes(java.util.Hashtable<java.lang.String,DrawingAttributes> attributes)
          Don't do this lightly, or everything will be colored the default value.
 

Uses of DrawingAttributes in com.bbn.openmap.omGraphics
 

Subclasses of DrawingAttributes in com.bbn.openmap.omGraphics
 class GraphicAttributes
          The GraphicAttributes provides an extension to DrawingAttributes by provideing a mechanism for loading and managing different graphic attributes that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE, LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY, RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
 

Fields in com.bbn.openmap.omGraphics declared as DrawingAttributes
static DrawingAttributes DrawingAttributes.DEFAULT
          A good ol' generic DrawingAttributes object for all to use.
protected  DrawingAttributes OMRangeRings.drawingAttributes
          The DrawingAttributes object used to reflect the outer circle properties to the inner circles.
protected  DrawingAttributes DrawingAttributesPropertyEditor.drawingAttributes
           
protected  DrawingAttributes EditableOMGraphic.holder
          A DrawingAttributes object used to hold OMGraphic settings while it is being moved.
 

Methods in com.bbn.openmap.omGraphics that return DrawingAttributes
 DrawingAttributes DrawingAttributes.Builder.build()
           
static DrawingAttributes DrawingAttributes.getDefaultClone()
          If you want to get a DEFAULT DrawingAttributes object that you may modify, get your own copy.
 DrawingAttributes DrawingAttributesPropertyEditor.getDrawingAttributes()
           
 

Methods in com.bbn.openmap.omGraphics with parameters of type DrawingAttributes
static javax.swing.ImageIcon DrawingAttributes.getDrawingAttributesIcon(DrawingAttributes attributes, int width, int height, boolean horizontalOrientation)
          Given a BasicStroke, create an ImageIcon that shows it.
 void DrawingAttributesPropertyEditor.setDrawingAttributes(DrawingAttributes drawingAttributes)
           
 DrawingAttributes.Builder DrawingAttributes.Builder.setFrom(DrawingAttributes anotherDa)
           
 void DrawingAttributes.setTo(DrawingAttributes clone)
          Shallow.
 

Constructors in com.bbn.openmap.omGraphics with parameters of type DrawingAttributes
DrawingAttributes.DrawingAttributesGUIButton(DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.omGraphics.rule
 

Fields in com.bbn.openmap.omGraphics.rule declared as DrawingAttributes
protected  DrawingAttributes Rule.drawingAttributes
           
 

Methods in com.bbn.openmap.omGraphics.rule that return DrawingAttributes
 DrawingAttributes Rule.getDrawingAttribtues()
           
 

Methods in com.bbn.openmap.omGraphics.rule with parameters of type DrawingAttributes
 void Rule.setDrawingAttributes(DrawingAttributes da)
           
 

Uses of DrawingAttributes in com.bbn.openmap.plugin.esri
 

Fields in com.bbn.openmap.plugin.esri declared as DrawingAttributes
protected  DrawingAttributes EsriPlugIn.drawingAttributes
           
protected  DrawingAttributes EsriLayer.drawingAttributes
           
 

Methods in com.bbn.openmap.plugin.esri that return DrawingAttributes
 DrawingAttributes EsriPlugIn.getDrawingAttributes()
          Get the drawing attributes for the graphics on the list.
 

Methods in com.bbn.openmap.plugin.esri with parameters of type DrawingAttributes
 void EsriPlugIn.setDrawingAttributes(DrawingAttributes da)
          Set the drawing attributes for the graphics on the list.
 

Constructors in com.bbn.openmap.plugin.esri with parameters of type DrawingAttributes
EsriLayer(java.lang.String name, java.lang.String dbf, java.lang.String shp, java.lang.String shx, DrawingAttributes da)
          Creates an EsriLayer from a set of shape files
EsriLayer(java.lang.String name, java.net.URL dbf, java.net.URL shp, java.net.URL shx, DrawingAttributes da)
          Creates an EsriLayer from a set of shape files
 

Uses of DrawingAttributes in com.bbn.openmap.tools.icon
 

Fields in com.bbn.openmap.tools.icon declared as DrawingAttributes
protected  DrawingAttributes IconPartList.renderingAttributes
           
protected  DrawingAttributes BasicIconPart.renderingAttributes
          DrawingAttributes for this IconPart.
 

Methods in com.bbn.openmap.tools.icon that return DrawingAttributes
protected  DrawingAttributes BasicIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
protected  DrawingAttributes BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
 DrawingAttributes IconPartList.getRenderingAttributes()
           
 DrawingAttributes IconPart.getRenderingAttributes()
          Get the rendering attributes for this IconPart.
 DrawingAttributes BasicIconPart.getRenderingAttributes()
           
 

Methods in com.bbn.openmap.tools.icon with parameters of type DrawingAttributes
 IconPart IconPartCollection.get(java.lang.String name, DrawingAttributes da)
          Get an icon part for the given name set with the given rendering attributes.
protected  DrawingAttributes BasicIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
protected  DrawingAttributes BasicAppIconPart.getAttributesForRendering(DrawingAttributes da)
          Get the DrawingAttributes that should be used for rendering.
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA, java.awt.geom.AffineTransform af)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA, double rot)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
 void IconPartList.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
           
 void IconPart.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
          Have the IconPart render itself into the Graphic object for a given height and width.
 void BasicIconPart.render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
           
 void IconPartList.setRenderingAttributes(DrawingAttributes da)
           
 void IconPart.setRenderingAttributes(DrawingAttributes da)
          Set the rendering attributes for this IconPart.
 void BasicIconPart.setRenderingAttributes(DrawingAttributes da)
           
 

Constructors in com.bbn.openmap.tools.icon with parameters of type DrawingAttributes
BasicIconPart(java.awt.Shape shape, java.awt.geom.AffineTransform transform, DrawingAttributes da)
          Create a BasicIconPart with a java.awt.Shape object for a geometry, along with an AffineTransform that may be applied to the geometry at rendertime.
BasicIconPart(java.awt.Shape shape, DrawingAttributes da)
          Create a BasicIconPart with a java.awt.Shape object for a geometry.
 

Uses of DrawingAttributes in com.bbn.openmap.tools.symbology.milStd2525
 

Fields in com.bbn.openmap.tools.symbology.milStd2525 declared as DrawingAttributes
protected  DrawingAttributes SymbolChooser.drawingAttributes
           
 



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