|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMGraphicList | |
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.dted | |
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.dataAccess.shape.output | This package provides OutputStreams for .shp, .dbf and .shx files that make up the ESRI Shape file format. |
com.bbn.openmap.examples.beanbox | Provides a sample openmap application that uses the openmap beanbox. |
com.bbn.openmap.examples.crew | Provides a sample application that uses OpenMap. |
com.bbn.openmap.examples.simple | Provides more sample code for using OpenMap. |
com.bbn.openmap.graphicLoader | The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. |
com.bbn.openmap.graphicLoader.netmap | The netmap plugin package provides the capability to receive output from a NetMap server. |
com.bbn.openmap.graphicLoader.scenario | The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. |
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.daynight | Provides an OpenMap layer that displays day/night shading. |
com.bbn.openmap.layer.dted | Provides a layer that displays DTED (Digital Terrain Elevation Data) data. |
com.bbn.openmap.layer.e00 | This package contains a Layer that displays e00 data. |
com.bbn.openmap.layer.etopo | Provides a layer that displays ETOPO data. |
com.bbn.openmap.layer.imageTile | |
com.bbn.openmap.layer.learn | |
com.bbn.openmap.layer.link | Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. |
com.bbn.openmap.layer.link.amp | This package contains a Layer that can use the drawing tool to create certain OMGraphic shapes, which in turn are sent to a LinkServer. |
com.bbn.openmap.layer.mif | This package contains a Layer that displays MapInfo data (.mif files). |
com.bbn.openmap.layer.mysql | |
com.bbn.openmap.layer.nexrad | Provides an OpenMap Layer that display Nexrad rainfall data. |
com.bbn.openmap.layer.plotLayer | Provide a demo layer for displaying non-geographic data over a map. |
com.bbn.openmap.layer.policy | Contains policy objects that affect the behavior of OMGraphicHandlerLayers. |
com.bbn.openmap.layer.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
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.terrain | This package contains the TerrainLayer, which lets you run LOS and path elevation profile queries over the map. |
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.event | Provides classes for event notification of OMGraphic changes. |
com.bbn.openmap.omGraphics.util | This package contains simple utility classes used specifically for OMGraphics. |
com.bbn.openmap.plugin | Provides support for writing OpenMap PlugIns. |
com.bbn.openmap.plugin.earthImage | This package contains a plugin that can read in an image, assumed to be in the Mercator projection and covering the entire Earth, and warp it to any OpenMap projection. |
com.bbn.openmap.plugin.esri | A PlugIn package that handles ESRI shape files. |
com.bbn.openmap.plugin.graphicLoader | The GraphicLoader PlugIn package is designed to provide support for GraphicLoaders, which in turn are objects that need to drive changes in OMGraphics over a map. |
com.bbn.openmap.tools.roads | Provides classes to determine routes given a set of roads and intersections. |
Uses of OMGraphicList in com.bbn.openmap.dataAccess.asrp |
Methods in com.bbn.openmap.dataAccess.asrp that return OMGraphicList | |
OMGraphicList |
ASRPDirectoryHandler.getCoverageBounds(Projection proj,
DrawingAttributes da)
|
OMGraphicList |
ASRPDirectoryHandler.getImagesForProjection(EqualArc proj)
|
OMGraphicList |
ASRPDirectory.checkProjAndGetTiledImages(Projection proj)
Get an OMGraphicList of files that cover the projection. |
OMGraphicList |
ASRPDirectory.getTiledImages(Projection proj)
Assumes that the projection checks have occured, have passed, and just fetches the image tiles. |
protected OMGraphicList |
ASRPDirectory.getTiledImages(java.awt.Rectangle rect,
Projection proj)
Provide an OMGraphicList containing the tile blocks described by the rectangle. |
Uses of OMGraphicList in com.bbn.openmap.dataAccess.dted |
Subclasses of OMGraphicList in com.bbn.openmap.dataAccess.dted | |
class |
OMDTEDGrid
The OMDTEDGrid is an extended OMGrid with information about the lat/lons of the corners of the grids, so the generators can use OMScalingRasters for precise alignment. |
Methods in com.bbn.openmap.dataAccess.dted that return OMGraphicList | |
OMGraphicList |
DTEDFrameCacheHandler.getRectangle(EqualArc proj)
The call to the cache that lets you choose what kind of information is returned. |
protected OMGraphicList |
DTEDFrameCacheHandler.loadListFromHandler(OMGraphicList graphics)
Method that pings the cache for images based on the projection that has been set on it. |
Methods in com.bbn.openmap.dataAccess.dted with parameters of type OMGraphicList | |
protected OMGraphicList |
DTEDFrameCacheHandler.loadListFromHandler(OMGraphicList graphics)
Method that pings the cache for images based on the projection that has been set on it. |
Uses of OMGraphicList in com.bbn.openmap.dataAccess.shape |
Subclasses of OMGraphicList in com.bbn.openmap.dataAccess.shape | |
class |
EsriGraphicList
EsriGraphicList ensures that only supported geometry types are added to its list. |
class |
EsriPointList
An EsriGraphicList ensures that only EsriPoints are added to its list. |
class |
EsriPolygonList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
class |
EsriPolygonMList
An EsriGraphicList ensures that only EsriPolygonMs are added to its list. |
class |
EsriPolygonZList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
class |
EsriPolylineList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
class |
EsriPolylineMList
An EsriGraphicList ensures that only EsriPolygonMs are added to its list. |
class |
EsriPolylineZList
An EsriGraphicList ensures that only EsriPolygons are added to its list. |
Fields in com.bbn.openmap.dataAccess.shape declared as OMGraphicList | |
protected OMGraphicList |
EsriShapeExport.graphicList
The source graphics to write to a shape file. |
Methods in com.bbn.openmap.dataAccess.shape that return OMGraphicList | |
OMGraphicList |
EsriShapeExport.getGraphicList()
|
static OMGraphicList |
EsriPolygonList.convert(OMRangeRings omRR,
Projection proj)
|
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(BinaryFile shp,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
|
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
|
Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMGraphicList | |
void |
EsriShapeExport.setGraphicList(OMGraphicList list)
Set the OMGraphicList to use for export. |
protected void |
EsriShapeExport.export(OMGraphicList list,
java.util.ArrayList record)
Deprecated. use export(OMGraphicList, ArrayList, boolean) instead. |
protected void |
EsriShapeExport.export(OMGraphicList list,
java.util.ArrayList masterRecord,
boolean writeFiles)
This method is intended to allow embedded OMGraphicLists to be handled. |
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(BinaryFile shp,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
|
OMGraphicList |
EsriGraphicFactory.getEsriGraphics(LittleEndianInputStream iStream,
DrawingAttributes drawingAttributes,
java.lang.Object pointRepresentation,
Projection mapProj,
OMGraphicList list)
|
protected void |
EsriGraphicFactory.projGraphicAndAdd(OMGraphic eg,
OMGraphicList list,
Projection mapProj)
|
OMGraphic |
DbfHandler.evaluate(OMGraphic omg,
OMGraphicList labelList,
Projection proj)
This is the main call that a layer would use to modify/update an OMGraphic based on dbf file contents. |
OMGraphic |
DbfHandler.evaluate(int index,
OMGraphic omg,
OMGraphicList labelList,
Projection proj)
This is the main call that a layer would use to modify/update an OMGraphic based on dbf file contents. |
Constructors in com.bbn.openmap.dataAccess.shape with parameters of type OMGraphicList | |
EsriShapeExport(OMGraphicList list,
Projection proj,
java.lang.String pathToFile)
Create an EsriShapeExport object. |
Uses of OMGraphicList in com.bbn.openmap.dataAccess.shape.input |
Methods in com.bbn.openmap.dataAccess.shape.input with parameters of type OMGraphicList | |
protected int[] |
ShpInputStream.getPartOffsets(OMGraphicList sublist)
Deprecated. not used. |
protected int |
ShpInputStream.getPointsPerShape(OMGraphicList sublist)
Deprecated. not used. |
Uses of OMGraphicList in com.bbn.openmap.dataAccess.shape.output |
Methods in com.bbn.openmap.dataAccess.shape.output with parameters of type OMGraphicList | |
protected int[][] |
ShpOutputStream.createPointIndex(OMGraphicList list)
Calculates the content length for each record, in terms of words as defined by ESRI documentation. |
protected int[] |
ShpOutputStream.getPartOffsets(OMGraphicList sublist)
Creates an array whose elements specifies at what index a parts geometry begins |
protected int |
ShpOutputStream.getPointsPerShape(OMGraphicList sublist)
Iterates through a list of shapes, summing the points per part to determine the number of points per shape |
Uses of OMGraphicList in com.bbn.openmap.examples.beanbox |
Subclasses of OMGraphicList in com.bbn.openmap.examples.beanbox | |
class |
ContainerGraphic
A custom graphic class for representing objects of type SimpleBeanContainer as a
rectangular box. |
class |
CustomGraphic
A custom graphic class for representing SimpleBeanObject beans on the map. |
Uses of OMGraphicList in com.bbn.openmap.examples.crew |
Methods in com.bbn.openmap.examples.crew that return OMGraphicList | |
OMGraphicList |
RouteLayer.createGraphics(OMGraphicList graphics)
Clears and then fills the given OMGraphicList. |
Methods in com.bbn.openmap.examples.crew with parameters of type OMGraphicList | |
OMGraphicList |
RouteLayer.createGraphics(OMGraphicList graphics)
Clears and then fills the given OMGraphicList. |
Uses of OMGraphicList in com.bbn.openmap.examples.simple |
Methods in com.bbn.openmap.examples.simple that return OMGraphicList | |
OMGraphicList |
RouteLayer.createGraphics(OMGraphicList graphics)
Clears and then fills the given OMGraphicList. |
Methods in com.bbn.openmap.examples.simple with parameters of type OMGraphicList | |
OMGraphicList |
RouteLayer.createGraphics(OMGraphicList graphics)
Clears and then fills the given OMGraphicList. |
Uses of OMGraphicList in com.bbn.openmap.graphicLoader |
Methods in com.bbn.openmap.graphicLoader with parameters of type OMGraphicList | |
boolean |
LOSGraphicLoader.isLOS(GLPoint pt1,
GLPoint pt2,
OMGraphicList list)
|
Uses of OMGraphicList in com.bbn.openmap.graphicLoader.netmap |
Fields in com.bbn.openmap.graphicLoader.netmap declared as OMGraphicList | |
protected OMGraphicList |
NetMapGraphicLoader.omList
The list that gets sent to the GraphicLoaderPlugIn. |
Methods in com.bbn.openmap.graphicLoader.netmap that return OMGraphicList | |
protected OMGraphicList |
NetMapGraphicLoader.getOMList()
Internal method used to create a single OMGraphicList from the NodeCache and the LineCache. |
Uses of OMGraphicList in com.bbn.openmap.graphicLoader.scenario |
Subclasses of OMGraphicList in com.bbn.openmap.graphicLoader.scenario | |
class |
ScenarioGraphicLoader.ScenarioGraphicList
An OMGraphicList that knows what a ScenarioGraphic is, and knows when to tell it to draw itself at a particular time, or if it should draw its entire scenario path. |
Fields in com.bbn.openmap.graphicLoader.scenario declared as OMGraphicList | |
protected OMGraphicList |
ScenarioPoint.renderList
A list of graphics to be used to render this point, and any other symbology it needs during the scenario. |
Uses of OMGraphicList in com.bbn.openmap.layer |
Fields in com.bbn.openmap.layer declared as OMGraphicList | |
protected OMGraphicList |
OMGraphicHandlerLayer.selectedList
A current list of select OMGraphics. |
protected OMGraphicList |
GraticuleLayer.tenDegreeLines
The ten degree latitude and longitude lines, premade. |
protected OMGraphicList |
GraticuleLayer.markerLines
The equator, dateline and meridian lines, premade. |
protected OMGraphicList |
CacheLayer.omgraphics
A list of graphics to be painted on the map. |
Methods in com.bbn.openmap.layer that return OMGraphicList | |
OMGraphicList |
ScaleDisplayLayer.prepare()
|
OMGraphicList |
OMGraphicHandlerLayer.filter(java.awt.Shape withinThisShape)
Sets all the OMGraphics outside of this shape to be invisible. |
OMGraphicList |
OMGraphicHandlerLayer.filter(java.awt.Shape shapeBoundary,
boolean getInsideBoundary)
|
OMGraphicList |
OMGraphicHandlerLayer.filter(java.lang.String SQLQuery)
Depending on the filter's SQL support, returns an OMGraphicList that fit the query. |
OMGraphicList |
OMGraphicHandlerLayer.getList()
Get the OMGraphicList held by the layer. |
OMGraphicList |
OMGraphicHandlerLayer.prepare()
This is the main method you should be concerned with when overriding this class. |
OMGraphicList |
OMGraphicHandlerLayer.getSelected()
Retrieve the list of currently selected OMGraphics. |
OMGraphicList |
OMGraphicHandlerLayer.cut(OMGraphicList omgl)
Remove OMGraphics from the layer. |
OMGraphicList |
OMGraphicHandlerLayer.copy(OMGraphicList omgl)
Return a copy of an OMGraphic. |
OMGraphicList |
GraticuleLayer.prepare()
Creates the OMGraphic list with graticule lines. |
protected OMGraphicList |
GraticuleLayer.constructGraticuleLines()
Create the graticule lines. |
protected OMGraphicList |
GraticuleLayer.constructGraticuleLines(float up,
float down,
float left,
float right,
int showWhichLines)
Construct the five degree and one degree graticule lines, depending on the showWhichLines setting. |
protected OMGraphicList |
GraticuleLayer.constructTenDegreeLines()
Create the ten degree lines. |
protected OMGraphicList |
GraticuleLayer.constructTensLabels(float up,
float down,
float left,
float right,
boolean doLats)
Constructs the labels for the tens lines. |
protected OMGraphicList |
GraticuleLayer.constructMarkerLines()
Constructs the Dateline and Prime Meridian lines. |
OMGraphicList |
EarthquakeLayer.prepare()
Fetch data from finger sites, if needed, generate the OMGraphics with the current projection regardless. |
protected OMGraphicList |
EarthquakeLayer.generateGraphics()
Create the graphics. |
OMGraphicList |
DrawingToolLayer.prepare()
|
OMGraphicList |
DrawingToolLayer.load()
Load the data from the file set in this layer. |
OMGraphicList |
DemoLayer.init()
|
OMGraphicList |
DemoLayer.prepare()
This is an important Layer method to override. |
Methods in com.bbn.openmap.layer with parameters of type OMGraphicList | |
void |
OMGraphicHandlerLayer.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
void |
OMGraphicHandlerLayer.select(OMGraphicList list)
Designate a list of OMGraphics as selected. |
void |
OMGraphicHandlerLayer.deselect(OMGraphicList list)
Designate a list of OMGraphics as deselected. |
OMGraphicList |
OMGraphicHandlerLayer.cut(OMGraphicList omgl)
Remove OMGraphics from the layer. |
OMGraphicList |
OMGraphicHandlerLayer.copy(OMGraphicList omgl)
Return a copy of an OMGraphic. |
void |
OMGraphicHandlerLayer.paste(OMGraphicList omgl)
Add OMGraphics to the Layer. |
protected void |
GraticuleLayer.setLineTypeAndProject(OMGraphicList list,
int lineType)
Take a graphic list, and set all the items on the list to the line type specified, and project them into the current projection. |
void |
DrawingToolLayer.select(OMGraphicList omgl)
GestureResponsePolicy method. |
void |
DemoLayer.select(OMGraphicList list)
Called if isSelectable(OMGraphic) was true, so the list has the OMGraphic. |
Uses of OMGraphicList in com.bbn.openmap.layer.asrp |
Methods in com.bbn.openmap.layer.asrp that return OMGraphicList | |
OMGraphicList |
ASRPLayer.prepare()
|
Uses of OMGraphicList in com.bbn.openmap.layer.daynight |
Methods in com.bbn.openmap.layer.daynight that return OMGraphicList | |
OMGraphicList |
DayNightLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.dted |
Fields in com.bbn.openmap.layer.dted declared as OMGraphicList | |
protected OMGraphicList |
DTEDLayer.omGraphics
The graphics list used for display. |
protected OMGraphicList[] |
DTEDCoverageLayer.omGraphics
The graphic list of objects to draw. |
Methods in com.bbn.openmap.layer.dted that return OMGraphicList | |
OMGraphicList |
DTEDLayer.getGraphicList()
Retrieves the current graphics list. |
OMGraphicList |
DTEDLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
DTEDFrameCacheLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList[] |
DTEDCoverageManager.getCoverageRects(Projection proj)
Method organizes the query based on the projection, and returns the applicable rectangles representing the frame coverages. |
OMGraphicList[] |
DTEDCoverageManager.getCoverageRects(int startx,
int starty,
int endx,
int endy,
int LineType)
Method looks at the coverage arrays, and returns the applicable rectangles representing the frame coverages. |
OMGraphicList[] |
DTEDCoverageLayer.getGraphicLists()
Retrieves the current graphics lists. |
OMGraphicList |
DTEDCoverageLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
DTEDCacheManager.getRectangle(EqualArc proj)
The call to the cache that lets you choose what kind of information is returned. |
Methods in com.bbn.openmap.layer.dted with parameters of type OMGraphicList | |
void |
DTEDLayer.setGraphicList(OMGraphicList aList)
Sets the current graphics list to the given list. |
void |
DTEDCoverageLayer.setGraphicLists(OMGraphicList[] aList)
Sets the current graphics lists to the given list. |
Uses of OMGraphicList in com.bbn.openmap.layer.e00 |
Fields in com.bbn.openmap.layer.e00 declared as OMGraphicList | |
protected OMGraphicList |
E00Parser.labs
|
protected OMGraphicList |
E00Parser.arcs
|
protected OMGraphicList |
E00Parser.tx7
|
protected OMGraphicList |
E00Layer.arcs
|
protected OMGraphicList |
E00Layer.labs
|
protected OMGraphicList |
E00Layer.tx7
|
Methods in com.bbn.openmap.layer.e00 that return OMGraphicList | |
OMGraphicList |
E00Parser.getOMGraphics()
Gets the result of the parse process |
OMGraphicList |
E00Parser.getArcList()
|
OMGraphicList |
E00Parser.getLabList()
|
OMGraphicList |
E00Parser.getTx7List()
|
OMGraphicList |
E00Layer.prepare()
OMGraphicHandlerLayer method, get the OMGraphics from the data in the file. |
Uses of OMGraphicList in com.bbn.openmap.layer.etopo |
Methods in com.bbn.openmap.layer.etopo that return OMGraphicList | |
OMGraphicList |
ETOPOLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.imageTile |
Methods in com.bbn.openmap.layer.imageTile that return OMGraphicList | |
OMGraphicList |
ImageTileLayer.prepare()
OMGraphicHandlerLayer method called when projection changes or when doPrepare() is called. |
protected OMGraphicList |
ImageTileLayer.loadImages()
Gets the filePaths and loads the images found in those places. |
Methods in com.bbn.openmap.layer.imageTile with parameters of type OMGraphicList | |
protected void |
ImageTileLayer.loadImage(java.lang.String filePath,
OMGraphicList ret)
If filePath is a file, the ImageReaderLoaders are used to try to load and place the image. |
protected void |
ImageTileLayer.addImageToLists(ImageTile imageTile,
OMGraphicList ret,
java.net.URL fileURL)
A method to handle a newly created ImageTile object from the loadImage method. |
Uses of OMGraphicList in com.bbn.openmap.layer.learn |
Methods in com.bbn.openmap.layer.learn that return OMGraphicList | |
OMGraphicList |
InteractionLayer.init()
Called from the prepare() method if the layer discovers that its OMGraphicList is null. |
OMGraphicList |
BasicLayer.prepare()
This is an important Layer method to override. |
OMGraphicList |
BasicLayer.init()
Called from the prepare() method if the layer discovers that its OMGraphicList is null. |
Methods in com.bbn.openmap.layer.learn with parameters of type OMGraphicList | |
void |
InteractionLayer.select(OMGraphicList list)
Designate a list of OMGraphics as selected. |
void |
InteractionLayer.deselect(OMGraphicList list)
Designate a list of OMGraphics as deselected. |
Uses of OMGraphicList in com.bbn.openmap.layer.link |
Subclasses of OMGraphicList in com.bbn.openmap.layer.link | |
class |
LinkOMGraphicList
This class extends the OMGraphicList by allowing searches on the AppObject contained by the OMGraphics on the list. |
Methods in com.bbn.openmap.layer.link that return OMGraphicList | |
OMGraphicList |
LinkLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
BufferedLinkLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.link.amp |
Fields in com.bbn.openmap.layer.link.amp declared as OMGraphicList | |
protected OMGraphicList |
AmpLinkLayer.extraGraphics
|
Methods in com.bbn.openmap.layer.link.amp that return OMGraphicList | |
OMGraphicList |
AmpLinkLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.mif |
Methods in com.bbn.openmap.layer.mif that return OMGraphicList | |
OMGraphicList |
MIFLoader.getList()
Get the OMGraphicList from the loader, creating it from the file if it hasn't been created yet. |
OMGraphicList |
MIFLoader.getList(boolean reloadList)
Get the OMGraphicList from the loader, with the option of forcing it to be recreated from the source file if desired. |
OMGraphicList |
MIFLoader.loadFile()
|
OMGraphicList |
MIFLayer.prepare()
OMGraphicHandlerLayer method for gathering data. |
Uses of OMGraphicList in com.bbn.openmap.layer.mysql |
Methods in com.bbn.openmap.layer.mysql that return OMGraphicList | |
OMGraphicList |
MysqlGeometryLayer.prepare()
|
Uses of OMGraphicList in com.bbn.openmap.layer.nexrad |
Methods in com.bbn.openmap.layer.nexrad that return OMGraphicList | |
OMGraphicList |
NexradLayer.createGraphics(int ulhrapx,
int ulhrapy,
int xcount,
int ycount,
int[][] rain)
|
Uses of OMGraphicList in com.bbn.openmap.layer.plotLayer |
Fields in com.bbn.openmap.layer.plotLayer declared as OMGraphicList | |
protected OMGraphicList |
ScatterGraph.plot_graphics_
|
protected OMGraphicList |
ScatterGraph.plot_points_
|
protected OMGraphicList |
ScatterGraph.plot_background_
|
Methods in com.bbn.openmap.layer.plotLayer that return OMGraphicList | |
OMGraphicList |
ScatterGraph.getPlotGraphics()
|
OMGraphicList |
PlotLayer.prepare()
|
Uses of OMGraphicList in com.bbn.openmap.layer.policy |
Methods in com.bbn.openmap.layer.policy that return OMGraphicList | |
OMGraphicList |
StandardRenderPolicy.prepare()
|
OMGraphicList |
RenderPolicy.prepare()
Called when an OMGraphicHandlerLayer should begin preparing OMGraphics for the map. |
OMGraphicList |
BufferedImageRenderPolicy.prepare()
|
Methods in com.bbn.openmap.layer.policy with parameters of type OMGraphicList | |
void |
StandardPCPolicy.workerComplete(OMGraphicList aList)
This is a subtle call, that dictates what should happen when the LayerWorker has completed working in it's thread. |
void |
ProjectionChangePolicy.workerComplete(OMGraphicList aList)
The method that gets called when the SwingWorker thread finishes. |
void |
ListResetPCPolicy.workerComplete(OMGraphicList aList)
This is a subtle call, that dictates what should happen when the LayerWorker has completed working in it's thread. |
protected java.awt.image.BufferedImage |
BufferedImageRenderPolicy.createAndPaintImageBuffer(OMGraphicList list)
|
Uses of OMGraphicList in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as OMGraphicList | |
OMGraphicList |
RpfCacheManager.RpfMaps.maps
|
OMGraphicList |
RpfCacheManager.RpfMaps.infos
|
Methods in com.bbn.openmap.layer.rpf that return OMGraphicList | |
OMGraphicList |
RpfLayer.getGraphicList()
Retrieves the current graphics list. |
OMGraphicList |
RpfLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
RpfCacheManager.getRectangle(Projection proj)
The call to the cache that lets you choose what kind of information is returned. |
Methods in com.bbn.openmap.layer.rpf with parameters of type OMGraphicList | |
void |
RpfLayer.setGraphicList(OMGraphicList aList)
Sets the current graphics list to the given list. |
Uses of OMGraphicList in com.bbn.openmap.layer.shape |
Fields in com.bbn.openmap.layer.shape declared as OMGraphicList | |
protected OMGraphicList |
SpatialIndexHandler.bufferedList
Master list for buffering. |
protected OMGraphicList |
BufferedShapeLayer.bufferedList
|
Methods in com.bbn.openmap.layer.shape that return OMGraphicList | |
OMGraphicList |
SpatialIndexHandler.getGraphics(double xmin,
double ymin,
double xmax,
double ymax)
Create the OMGraphics out of the records that fall inside the bounding box. |
OMGraphicList |
SpatialIndexHandler.getGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list)
Given a bounding box, create OMGraphics from the ESRI records in the shape file. |
OMGraphicList |
SpatialIndexHandler.getGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list,
Projection proj)
Given a bounding box, create OMGraphics from the ESRI records in the shape file. |
protected OMGraphicList |
SpatialIndexHandler.getWholePlanet()
Get the graphics for the entire planet. |
protected OMGraphicList |
SpatialIndexHandler.getWholePlanet(GeoCoordTransformation dataTransform)
Get the graphics for the entire planet. |
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. |
protected OMGraphicList |
ShapeLayer.computeGraphics()
Deprecated. use prepare() instead. |
OMGraphicList |
ShapeLayer.prepare()
Create the OMGraphics using the shape file and SpatialIndex. |
OMGraphicList |
MultiShapeLayer.prepare()
Creates an OMGraphicList containing graphics from all SpatialIndex objects and shapefiles. |
protected OMGraphicList |
BufferedShapeLayer.getWholePlanet()
Get the graphics for the entire planet. |
OMGraphicList |
BufferedShapeLayer.prepare()
This overridden method checks to see if the buffered OMGraphicList is created, and then returns a subset of OMGraphics that are actually on the map. |
Methods in com.bbn.openmap.layer.shape with parameters of type OMGraphicList | |
OMGraphicList |
SpatialIndexHandler.getGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list)
Given a bounding box, create OMGraphics from the ESRI records in the shape file. |
OMGraphicList |
SpatialIndexHandler.getGraphics(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList list,
Projection proj)
Given a bounding box, create OMGraphics from the ESRI records in the shape file. |
protected void |
SpatialIndexHandler.checkSpatialIndexEntries(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList retList,
Projection proj)
|
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. |
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. |
void |
CSVShapeInfoFile.loadIntoGraphics(OMGraphicList list)
This function takes an OMGraphicList and loads each one with the vector representing the records in the csv file. |
protected void |
BufferedShapeLayer.checkSpatialIndexEntries(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList retList,
Projection proj)
|
Uses of OMGraphicList in com.bbn.openmap.layer.shape.areas |
Fields in com.bbn.openmap.layer.shape.areas declared as OMGraphicList | |
protected OMGraphicList |
AreaHandler.omgraphics
The graphics list |
Methods in com.bbn.openmap.layer.shape.areas that return OMGraphicList | |
OMGraphicList |
AreaShapeLayer.prepare()
Gets the layer graphics. |
OMGraphicList |
AreaHandler.readCachedGraphics(java.net.URL url)
Read a cache of OMGraphics |
OMGraphicList |
AreaHandler.getGraphics()
Get all the graphics from the shapefile, colored appropriately. |
OMGraphicList |
AreaHandler.getGraphics(float ulLat,
float ulLon,
float lrLat,
float lrLon)
Get the graphics for a particular lat/lon area. |
OMGraphicList |
AreaHandler.getGraphics(float ulLat,
float ulLon,
float lrLat,
float lrLon,
Projection proj)
Get the graphics for a particular lat/lon area. |
Methods in com.bbn.openmap.layer.shape.areas with parameters of type OMGraphicList | |
protected void |
AreaHandler.checkSpatialIndexEntries(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList retList,
Projection proj)
Uses the SpatialIndex object to create the OMGraphics that fit within the boundaries. |
void |
AreaHandler.loadDbfModelIntoGraphics(OMGraphicList list)
This function takes an OMGraphicList and loads each one with the array representing the records in the dbf file. |
java.util.Hashtable |
AreaHandler.determinePoliticalAreas(OMGraphicList graphicList)
DeterminePoliticalAreas goes over a list of omgraphics, and spits out a hashtable that holds PoliticalArea objects for every area key. |
java.util.Hashtable |
AreaHandler.determinePoliticalAreas(OMGraphicList graphicList,
java.util.Hashtable poli_areas)
DeterminePoliticalAreas goes over a list of omgraphics, and spits out a hashtable that holds PoliticalArea objects for every area key. |
Uses of OMGraphicList in com.bbn.openmap.layer.terrain |
Fields in com.bbn.openmap.layer.terrain declared as OMGraphicList | |
protected OMGraphicList |
ProfileGenerator.graphics
The list of graphics to draw. |
protected OMGraphicList |
LOSGenerator.graphics
|
Methods in com.bbn.openmap.layer.terrain that return OMGraphicList | |
OMGraphicList |
TerrainTool.getGraphics()
Get the current list of graphics from the tool. |
OMGraphicList |
TerrainLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
ProfileGenerator.getGraphics()
|
OMGraphicList |
LOSGenerator.getGraphics()
|
Uses of OMGraphicList in com.bbn.openmap.layer.test |
Fields in com.bbn.openmap.layer.test declared as OMGraphicList | |
protected OMGraphicList |
HelloWorldLayer.graphics
|
protected OMGraphicList |
GeoIntersectionLayer.drawnList
This list holds the OMGraphics that have been drawn. |
protected OMGraphicList |
GeoIntersectionLayer.fileDataList
This list holds the EsriGraphicLists from the Shape files. |
protected OMGraphicList |
GeoIntersectionLayer.intersectionResultList
This list holds the BoundaryCrossings and the image masks created from Intersection queries. |
protected OMGraphicList |
GeoIntersectionLayer.RemoveShapesActionListener.mainDataList
|
protected OMGraphicList |
GeoIntersectionLayer.RemoveShapesActionListener.toBeRemoved
|
protected OMGraphicList |
GeoCrossDemoLayer.lines
|
Methods in com.bbn.openmap.layer.test that return OMGraphicList | |
OMGraphicList |
TestLayer.prepare()
|
protected OMGraphicList |
TestLayer.generateGraphics()
Create and project the graphics. |
OMGraphicList |
GeoIntersectionLayer.prepare()
|
OMGraphicList |
GeoIntersectionLayer.getDrawnIntersectorList()
|
OMGraphicList |
GeoCrossDemoLayer.prepare()
|
Methods in com.bbn.openmap.layer.test with parameters of type OMGraphicList | |
protected void |
HelloWorldLayer.createGraphics(OMGraphicList list)
Create graphics. |
protected void |
GeoIntersectionLayer.addToRegionIndex(OMGraphicList omgl,
ExtentIndex regionIndex)
|
void |
GeoIntersectionLayer.select(OMGraphicList omgl)
|
void |
GeoIntersectionLayer.deselect(OMGraphicList omgl)
|
Constructors in com.bbn.openmap.layer.test with parameters of type OMGraphicList | |
GeoIntersectionLayer.RemoveShapesActionListener(OMGraphicList mdl,
OMGraphicList tbr)
|
Uses of OMGraphicList in com.bbn.openmap.layer.vpf |
Subclasses of OMGraphicList in com.bbn.openmap.layer.vpf | |
class |
FeatureCacheGraphicList
The FeatureCacheGraphicList is an extended OMGraphicList that knows what types of VPF features it holds. |
static class |
FeatureCacheGraphicList.AREA
|
static class |
FeatureCacheGraphicList.DEFAULT
|
static class |
FeatureCacheGraphicList.EDGE
|
static class |
FeatureCacheGraphicList.POINT
|
static class |
FeatureCacheGraphicList.TEXT
|
Fields in com.bbn.openmap.layer.vpf declared as OMGraphicList | |
protected OMGraphicList |
LayerGraphicWarehouseSupport.graphics
hang on to the graphics that we build |
protected OMGraphicList |
LayerGraphicWarehouseSupport.areaSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.edgeSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.textSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.pointSubList
|
Methods in com.bbn.openmap.layer.vpf that return OMGraphicList | |
OMGraphicList |
VPFRoadLayer.prepare()
Creates an OMGraphicList containing graphics from all SpatialIndex objects and shapefiles. |
OMGraphicList |
VPFLayer.getRectangle()
Deprecated. use prepare() instead of getRectangle(); |
OMGraphicList |
VPFLayer.prepare()
Create the OMGraphicList to use on the map. |
OMGraphicList |
VPFCachedFeatureGraphicWarehouse.getGraphics()
Overridden method of VPFFeatureGraphicWarehouse, clones cached OMGraphicLst and sets the proper DrawingAttributes settings for the particular features. |
protected static OMGraphicList |
VMAP2Shape.joinCommonLines(OMGraphicList list,
float zero_eps)
Iterates through graphic list finding non-connected polylines. |
OMGraphicList |
VMAP2Shape.getRectangle()
|
OMGraphicList |
LayerGraphicWarehouseSupport.getGraphics()
Get the current graphics list. |
protected OMGraphicList |
LayerGraphicWarehouseSupport.getGraphics(OMGraphicList addToList)
Add the area, edge, text and point sublists to the provided list. |
Methods in com.bbn.openmap.layer.vpf with parameters of type OMGraphicList | |
boolean |
VPFFeatureCache.loadCachedGraphicList(java.lang.String featureType,
java.lang.String tilePath,
OMGraphicList requestor)
Returns true if the features from a tile (as described by the key) existed and was added to the warehouse graphics list. |
boolean |
VPFFeatureCache.needToFetchTileContents(java.lang.String currentFeature,
TileDirectory currentTile,
OMGraphicList requestor)
Query that the CoverageTable makes to decide whether to read the file contents or to used the cached version. |
void |
VMAP2Shape.writeShapeFile(java.lang.String shapeFileName,
OMGraphicList graphics)
Write the shape file, assumes that the properties have been loaded and the graphics fetched from the VPF database. |
protected static OMGraphicList |
VMAP2Shape.joinCommonLines(OMGraphicList list,
float zero_eps)
Iterates through graphic list finding non-connected polylines. |
protected OMGraphicList |
LayerGraphicWarehouseSupport.getGraphics(OMGraphicList addToList)
Add the area, edge, text and point sublists to the provided list. |
Constructors in com.bbn.openmap.layer.vpf with parameters of type OMGraphicList | |
VPFFeatureCache.VPFListCacheObject(java.lang.String id,
OMGraphicList obj)
Construct a VPFListCacheObject, just calls superclass constructor |
Uses of OMGraphicList in com.bbn.openmap.omGraphics |
Subclasses of OMGraphicList in com.bbn.openmap.omGraphics | |
class |
OMAreaList
This class encapsulates a list of OMGeometries that are connected to form one area. |
class |
OMGeometryList
This class encapsulates a List of OMGeometries. |
class |
OMGraphicHash
This is an OMGraphicsList cub-class with a Map interface. |
class |
OMGrid
An OMGrid object is a two-dimensional container object for data. |
Fields in com.bbn.openmap.omGraphics declared as OMGraphicList | |
protected OMGraphicList |
OMDistance.labels
|
protected OMGraphicList |
OMDistance.points
|
protected OMGraphicList |
FilterSupport.list
The source graphic list. |
protected OMGraphicList |
EditableOMGraphicList.list
The list of OMGraphics being selected and moved. |
Methods in com.bbn.openmap.omGraphics that return OMGraphicList | |
OMGraphicList |
OMGraphicList.findAll(int x,
int y,
float limit)
Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location. |
protected OMGraphicList |
OMGraphicList.findAll(int x,
int y,
float limit,
boolean resetSelect,
OMGraphicList addTo)
Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location. |
OMGraphicList |
OMGraphicHandler.filter(java.awt.Shape withinThisShape)
Filters the OMGraphicHandler graphic list so that graphics within the given shape will be visible. |
OMGraphicList |
OMGraphicHandler.filter(java.awt.Shape shapeBoundary,
boolean getInsideBoundary)
Filters the OMGraphicHandler graphic list so that graphics inside or outside the given shape will be visible. |
OMGraphicList |
OMGraphicHandler.filter(java.lang.String SQLQuery)
Filters the OMGraphicHandler graphic list so that graphics meeting the SQL query statement will be visible. |
OMGraphicList |
OMGraphicHandler.getList()
Return the graphic list currently being used by the OMGraphicHandler. |
OMGraphicList |
FilterSupport.filter(java.awt.Shape withinThisShape)
Filters the OMGraphicHandler graphic list so that graphics within the given shape will be visible. |
OMGraphicList |
FilterSupport.filter(java.awt.Shape shapeBoundary,
boolean getInsideBoundary)
Filters the OMGraphicHandler graphic list so that graphics inside or outside the given shape will be visible. |
protected OMGraphicList |
FilterSupport.filterList(OMGraphicList omgl,
java.awt.geom.Area area,
boolean getInsideArea)
Method that provides a recursive mechanism to go through OMGraphicsLists to filter out areas, inside or outside another. |
OMGraphicList |
FilterSupport.filter(java.lang.String SQLQuery)
Filters the OMGraphicHandler graphic list so that graphics meeting the SQL query statement will be visible. |
OMGraphicList |
FilterSupport.getList()
Return the graphic list currently being used by the OMGraphicHandler. |
Methods in com.bbn.openmap.omGraphics with parameters of type OMGraphicList | |
protected OMGraphicList |
OMGraphicList.findAll(int x,
int y,
float limit,
boolean resetSelect,
OMGraphicList addTo)
Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location. |
protected boolean |
OMGraphicList.findAllTest(int x,
int y,
float limit,
boolean resetSelect,
OMGraphicList addTo,
OMGeometry omg,
OMGraphicList.OMDist omd)
Test to find out if an OMGeometry is located within the pixel limit of the x, y pixel location. |
void |
OMGraphicHandler.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
protected OMGraphicList |
FilterSupport.filterList(OMGraphicList omgl,
java.awt.geom.Area area,
boolean getInsideArea)
Method that provides a recursive mechanism to go through OMGraphicsLists to filter out areas, inside or outside another. |
void |
FilterSupport.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
void |
EditableOMGraphicList.add(OMGraphicList list,
OMDrawingTool drawingTool)
|
Constructors in com.bbn.openmap.omGraphics with parameters of type OMGraphicList | |
FilterSupport(OMGraphicList omgl)
|
|
EditableOMGraphicList(OMGraphicList oml)
Create the EditableOMGraphicList with an OMGraphicList already defined, ready for editing. |
Uses of OMGraphicList in com.bbn.openmap.omGraphics.event |
Fields in com.bbn.openmap.omGraphics.event declared as OMGraphicList | |
protected OMGraphicList |
TestResponsePolicy.selected
|
Methods in com.bbn.openmap.omGraphics.event that return OMGraphicList | |
OMGraphicList |
TestResponsePolicy.getSelected()
|
OMGraphicList |
TestResponsePolicy.cut(OMGraphicList omgl)
|
OMGraphicList |
TestResponsePolicy.copy(OMGraphicList omgl)
|
OMGraphicList |
GestureResponsePolicy.getSelected()
A query to get a list of all the OMGraphics that are current selected. |
OMGraphicList |
GestureResponsePolicy.cut(OMGraphicList omgl)
A notification that the OMGraphics on the list should be cut (deleted and returned) from the list and deselected. |
OMGraphicList |
GestureResponsePolicy.copy(OMGraphicList omgl)
A notification that the OMGraphics on the list should be copied (duplicated and returned) and deselected. |
Methods in com.bbn.openmap.omGraphics.event with parameters of type OMGraphicList | |
void |
TestResponsePolicy.select(OMGraphicList omgl)
|
void |
TestResponsePolicy.deselect(OMGraphicList omgl)
|
OMGraphicList |
TestResponsePolicy.cut(OMGraphicList omgl)
|
OMGraphicList |
TestResponsePolicy.copy(OMGraphicList omgl)
|
void |
TestResponsePolicy.paste(OMGraphicList omgl)
|
void |
GestureResponsePolicy.select(OMGraphicList omgl)
A notification that the OMGraphics on the list should be considered to be selected. |
void |
GestureResponsePolicy.deselect(OMGraphicList omgl)
A notification that the OMGraphics on the list should be considered to be deselected. |
OMGraphicList |
GestureResponsePolicy.cut(OMGraphicList omgl)
A notification that the OMGraphics on the list should be cut (deleted and returned) from the list and deselected. |
OMGraphicList |
GestureResponsePolicy.copy(OMGraphicList omgl)
A notification that the OMGraphics on the list should be copied (duplicated and returned) and deselected. |
void |
GestureResponsePolicy.paste(OMGraphicList omgl)
A notification that the OMGraphics on the list should be added to the list and selected. |
Uses of OMGraphicList in com.bbn.openmap.omGraphics.util |
Fields in com.bbn.openmap.omGraphics.util declared as OMGraphicList | |
protected OMGraphicList |
ArcCalc.arcGraphics
Debugging list showing algorithm points. |
Methods in com.bbn.openmap.omGraphics.util that return OMGraphicList | |
OMGraphicList |
ArcCalc.getArcGraphics()
|
Uses of OMGraphicList in com.bbn.openmap.plugin |
Fields in com.bbn.openmap.plugin declared as OMGraphicList | |
protected OMGraphicList |
UTMGridPlugIn.labelList
Used for UTM zone labels. |
protected OMGraphicList |
UTMGridPlugIn.verticalList
The vertical list of OMLines used for UTM zones. |
protected OMGraphicList |
UTMGridPlugIn.horizontalList
The horizontal list of OMLines used for UTM zones. |
protected OMGraphicList |
OMGraphicHandlerPlugIn.list
|
Methods in com.bbn.openmap.plugin that return OMGraphicList | |
OMGraphicList |
WebImagePlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
protected OMGraphicList |
UTMGridPlugIn.createEquiDistanceLines(UTMPoint utm,
int gridLineInterval)
Called to create 100km distance grid lines. |
OMGraphicList |
UTMGridPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
OMGraphicList |
PlugInLayer.getGraphicList()
Deprecated. call getList() instead. |
OMGraphicList |
PlugInLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
PlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
OMGraphicList |
OMGraphicHandlerPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.awt.Shape withinThisShape)
|
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.awt.Shape shapeBoundary,
boolean getInsideBoundary)
|
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.lang.String SQLQuery)
|
OMGraphicList |
OMGraphicHandlerPlugIn.getList()
|
OMGraphicList |
CSVTiledImagePlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
abstract OMGraphicList |
AbstractPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
Methods in com.bbn.openmap.plugin with parameters of type OMGraphicList | |
void |
PlugInLayer.setGraphicList(OMGraphicList aList)
Deprecated. call setList() instead. |
void |
OMGraphicHandlerPlugIn.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
Uses of OMGraphicList in com.bbn.openmap.plugin.earthImage |
Methods in com.bbn.openmap.plugin.earthImage that return OMGraphicList | |
OMGraphicList |
EarthImagePlugIn.getRectangle(Projection p)
|
Uses of OMGraphicList in com.bbn.openmap.plugin.esri |
Fields in com.bbn.openmap.plugin.esri declared as OMGraphicList | |
protected OMGraphicList |
EsriPlugIn.selectedGraphics
A simple list mechanism that will let selected OMGraphics to be drawn on top of all the others. |
Methods in com.bbn.openmap.plugin.esri that return OMGraphicList | |
OMGraphicList |
EsriPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
Uses of OMGraphicList in com.bbn.openmap.plugin.graphicLoader |
Methods in com.bbn.openmap.plugin.graphicLoader that return OMGraphicList | |
OMGraphicList |
GraphicLoaderPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
Methods in com.bbn.openmap.plugin.graphicLoader with parameters of type OMGraphicList | |
void |
GraphicLoaderPlugIn.setList(OMGraphicList graphics)
OMGraphicHandler method. |
Uses of OMGraphicList in com.bbn.openmap.tools.roads |
Methods in com.bbn.openmap.tools.roads with parameters of type OMGraphicList | |
abstract void |
Waypoint.render(OMGraphicList gl,
boolean projectionIsNew)
Add the visual representation of this Waypoint to the graphics list. |
void |
RoadPoint.render(OMGraphicList gl,
boolean forceNew)
|
void |
RoadObject.render(OMGraphicList gl,
boolean forceNew)
|
void |
RoadLine.render(OMGraphicList gl,
boolean forceNew)
|
void |
Road.render(OMGraphicList gl,
boolean projectionIsNew)
|
void |
Intersection.render(OMGraphicList gl,
boolean forceNew)
Render the graphics for this intersection. |
void |
Intersection.renderRoads(OMGraphicList gl,
boolean forceNew)
Render the graphics for the roads leaving this intersection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |