|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMGraphicList | |
---|---|
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.dted | |
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.dataAccess.shape.output | This package provides OutputStreams for .shp, .dbf and .shx files that make up the ESRI Shape file format. |
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.gui | This package contains the main OpenMap Swing GUI components. |
com.bbn.openmap.gui.time | |
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.beanbox | Provides a sample openmap application that uses the openmap beanbox. |
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.event | |
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.location | Provides a layer that can display location data - data that represents a location with a graphic and a name. |
com.bbn.openmap.layer.location.csv | Provides a LocationHandler that can retrieve data from CSV (comma-separated values) files. |
com.bbn.openmap.layer.location.db | Provides a LocationHandler that can retrieve data through JDBC. |
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.rule | |
com.bbn.openmap.omGraphics.time | |
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 |
ASRPDirectory.checkProjAndGetTiledImages(Projection proj)
Get an OMGraphicList of files that cover the projection. |
OMGraphicList |
ASRPDirectoryHandler.getCoverageBounds(Projection proj,
DrawingAttributes da)
|
OMGraphicList |
ASRPDirectoryHandler.getImagesForProjection(EqualArc proj)
|
OMGraphicList |
ASRPDirectory.getTiledImages(Projection proj)
Assumes that the projection checks have occurred, 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(Projection 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.mapTile |
---|
Fields in com.bbn.openmap.dataAccess.mapTile declared as OMGraphicList | |
---|---|
protected OMGraphicList |
ZoomLevelMakerFace.boundaries
|
Methods in com.bbn.openmap.dataAccess.mapTile that return OMGraphicList | |
---|---|
OMGraphicList |
StandardMapTileFactory.getTiles(Projection proj)
Returns projected tiles for the given projection. |
OMGraphicList |
MapTileFactory.getTiles(Projection proj)
Create an OMGraphicList with a set of tiles on it. |
OMGraphicList |
StandardMapTileFactory.getTiles(Projection proj,
int zoomLevel)
Returns projected tiles for given projection at specified zoom level. |
OMGraphicList |
MapTileFactory.getTiles(Projection proj,
int zoomLevel)
Create an OMGraphicList that covers the projection with tiles that suit the specified zoom level. |
OMGraphicList |
StandardMapTileFactory.getTiles(Projection proj,
int zoomLevel,
OMGraphicList list)
Returns projected tiles for given projection at specified zoom level. |
OMGraphicList |
MapTileFactory.getTiles(Projection proj,
int zoomLevel,
OMGraphicList list)
Add tiles to OMGraphicList provided that suit the given projection. |
Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type OMGraphicList | |
---|---|
protected void |
StandardMapTileFactory.getTiles(int uvleft,
int uvright,
int uvup,
int uvbottom,
ZoomLevelInfo zoomLevelInfo,
Projection proj,
OMGraphicList list)
|
OMGraphicList |
StandardMapTileFactory.getTiles(Projection proj,
int zoomLevel,
OMGraphicList list)
Returns projected tiles for given projection at specified zoom level. |
OMGraphicList |
MapTileFactory.getTiles(Projection proj,
int zoomLevel,
OMGraphicList list)
Add tiles to OMGraphicList provided that suit the given projection. |
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 | |
---|---|
static OMGraphicList |
EsriPolygonList.convert(OMRangeRings omRR,
Projection proj)
|
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. |
OMGraphicList |
EsriShapeExport.getGraphicList()
|
static OMGraphicList |
EsriShapeExport.read(java.net.URL shpFileURL,
DrawingAttributes drawingAttributes,
GeoCoordTransformation coordTransform)
|
Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMGraphicList | |
---|---|
DbfTableModel |
DbfTableModelFactory.createDbf(OMGraphicList omgl)
|
void |
DbfTableModel.doAction(OMGraphicList list,
OMGraphic graphic,
OMAction action,
DbfTableModelFactory dbfFactory)
|
protected void |
EsriShapeExport.export(OMGraphicList list,
java.util.List<java.lang.Object> record)
Deprecated. use export(OMGraphicList, ArrayList, boolean) instead. |
protected void |
EsriShapeExport.export(OMGraphicList list,
java.util.List<java.lang.Object> 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)
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 void |
EsriGraphicFactory.projGraphicAndAdd(OMGraphic eg,
OMGraphicList list,
Projection mapProj)
|
void |
EsriShapeExport.setGraphicList(OMGraphicList list)
Set the OMGraphicList to use for export. |
static void |
EsriShapeExport.syncDrawingAttributesToTableModel(DbfTableModel model,
OMGraphicList list,
boolean clearUpdatedStatus)
|
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.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.gui |
---|
Fields in com.bbn.openmap.gui declared as OMGraphicList | |
---|---|
protected OMGraphicList |
DistQuickTool.MouseMode.distanceList
|
protected OMGraphicList |
EmbeddedScaleDisplayPanel.legend
|
Methods in com.bbn.openmap.gui that return OMGraphicList | |
---|---|
OMGraphicList |
EmbeddedScaleDisplayPanel.getLegend()
|
Methods in com.bbn.openmap.gui with parameters of type OMGraphicList | |
---|---|
void |
EmbeddedScaleDisplayPanel.setLegend(OMGraphicList legend)
|
Uses of OMGraphicList in com.bbn.openmap.gui.time |
---|
Subclasses of OMGraphicList in com.bbn.openmap.gui.time | |
---|---|
static class |
TimelineLayer.CurrentTimeMarker
|
static class |
TimelineLayer.PlayFilter
|
static class |
TimelineLayer.TimeHashMarks
|
static class |
TimelineLayer.TimeHashMarks.Days
|
static class |
TimelineLayer.TimeHashMarks.Hours
|
static class |
TimelineLayer.TimeHashMarks.Minutes
|
static class |
TimelineLayer.TimeHashMarks.Seconds
|
static class |
TimelineLayer.TimeHashMarks.Years
|
Fields in com.bbn.openmap.gui.time declared as OMGraphicList | |
---|---|
protected OMGraphicList |
TimelineLayer.currentTimeMarker
|
protected OMGraphicList |
TimelineLayer.eventGraphicList
|
protected OMGraphicList |
TimelineLayer.ratingAreas
|
protected OMGraphicList |
TimelineLayer.timeLinesList
|
Methods in com.bbn.openmap.gui.time that return OMGraphicList | |
---|---|
protected OMGraphicList |
TimelineLayer.constructTimeLines(Projection projection)
|
OMGraphicList |
TimeSliderLayer.getControlWidgetList(Projection proj)
All we want to do here is reset the current position of all of the widgets, and generate them with the projection for the new position. |
OMGraphicList |
TimelineLayer.getEventGraphicList()
|
protected OMGraphicList |
TimelineLayer.getEventList(java.util.Iterator<OMEvent> it,
Projection projection)
|
protected OMGraphicList |
TimelineLayer.getEventList(Projection projection)
|
OMGraphicList |
TimelineLayer.TimeHashFactory.getHashMarks(Projection proj,
boolean realTimeMode,
long gameStartTimeMillis)
|
OMGraphicList |
TimeSliderLayer.prepare()
Called with the projection changes, should just generate the current markings for the new projection. |
OMGraphicList |
TimelineLayer.prepare()
Creates the OMGraphic list with the time and event markings. |
Methods in com.bbn.openmap.gui.time with parameters of type OMGraphicList | |
---|---|
void |
TimelineLayer.setEventGraphicList(OMGraphicList eventGraphicList)
|
Uses of OMGraphicList in com.bbn.openmap.layer |
---|
Fields in com.bbn.openmap.layer declared as OMGraphicList | |
---|---|
protected OMGraphicList |
GraticuleLayer.markerLines
The equator, dateline and meridian lines, premade. |
protected OMGraphicList |
DemoLayer.objects
This is a list to hold the non-changing OMGraphics to display on the layer. |
protected OMGraphicList |
CacheLayer.omgraphics
A list of graphics to be painted on the map. |
protected OMGraphicList |
DrawingToolLayer.omGraphics
|
protected OMGraphicList |
OMGraphicHandlerLayer.selectedList
A current list of select OMGraphics. |
protected OMGraphicList |
GraticuleLayer.tenDegreeLines
The ten degree latitude and longitude lines, premade. |
Fields in com.bbn.openmap.layer with type parameters of type OMGraphicList | |
---|---|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.layerWorker
A SwingWorker that can be used for gathering OMGraphics or doing other work in a different thread. |
Methods in com.bbn.openmap.layer that return OMGraphicList | |
---|---|
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.constructMarkerLines(double ctrLon)
Constructs the Dateline and Prime Meridian lines. |
protected OMGraphicList |
GraticuleLayer.constructTenDegreeLines(double ctrLon)
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. |
OMGraphicList |
OMGraphicHandlerLayer.copy(OMGraphicList omgl)
Return a copy of OMGraphics. |
OMGraphicList |
OMGraphicHandlerLayer.cut(OMGraphicList omgl)
Remove OMGraphics from the layer. |
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. |
protected OMGraphicList |
EarthquakeLayer.generateGraphics()
Create the graphics. |
OMGraphicList |
OMGraphicHandlerLayer.getList()
Get the OMGraphicList held by the layer. |
OMGraphicList |
DrawingToolLayer.getOMGraphics()
|
OMGraphicList |
OMGraphicHandlerLayer.getSelected()
Retrieve the list of currently selected OMGraphics. |
OMGraphicList |
DemoLayer.init()
|
OMGraphicList |
DrawingToolLayer.load()
Load the data from the file set in this layer. |
OMGraphicList |
ScaleDisplayLayer.prepare()
|
OMGraphicList |
OMGraphicHandlerLayer.prepare()
This is the main method you should be concerned with when overriding this class. |
OMGraphicList |
GraticuleLayer.prepare()
Creates the OMGraphic list with graticule lines. |
OMGraphicList |
EarthquakeLayer.prepare()
Fetch data from finger sites, if needed, generate the OMGraphics with the current projection regardless. |
OMGraphicList |
DrawingToolLayer.prepare()
|
OMGraphicList |
DemoLayer.prepare()
This is an important Layer method to override. |
Methods in com.bbn.openmap.layer that return types with arguments of type OMGraphicList | |
---|---|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.createLayerWorker()
Called from within the layer to create a LayerWorker to use for the prepare() method. |
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.getLayerWorker()
|
Methods in com.bbn.openmap.layer with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
OMGraphicHandlerLayer.copy(OMGraphicList omgl)
Return a copy of OMGraphics. |
OMGraphicList |
OMGraphicHandlerLayer.cut(OMGraphicList omgl)
Remove OMGraphics from the layer. |
void |
OMGraphicHandlerLayer.deselect(OMGraphicList list)
Designate a list of OMGraphics as de-selected. |
void |
OMGraphicHandlerLayer.paste(OMGraphicList omgl)
Add OMGraphics to the Layer. |
void |
OMGraphicHandlerLayer.select(OMGraphicList list)
Designate a list of OMGraphics as selected. |
void |
DrawingToolLayer.select(OMGraphicList omgl)
GestureResponsePolicy method. |
void |
DemoLayer.select(OMGraphicList list)
Called if isSelectable(OMGraphic) was true, so the list has the OMGraphic. |
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 |
OMGraphicHandlerLayer.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
void |
DrawingToolLayer.setOMGraphics(OMGraphicList omgList)
This is the managed list of OMGraphics, the internal list used for rendering. |
Method parameters in com.bbn.openmap.layer with type arguments of type OMGraphicList | |
---|---|
protected void |
OMGraphicHandlerLayer.setLayerWorker(ISwingWorker<OMGraphicList> worker)
Sets the SwingWorker off to call prepare(). |
protected void |
OMGraphicHandlerLayer.workerComplete(ISwingWorker<OMGraphicList> worker)
The LayerWorker calls this method on the layer when it is done working. |
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.beanbox |
---|
Subclasses of OMGraphicList in com.bbn.openmap.layer.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.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 |
---|
Subclasses of OMGraphicList in com.bbn.openmap.layer.dted | |
---|---|
class |
DTEDCoverageManager
A DTEDCoverageManager knows how to look at DTED data and figure out what coverage is available. |
Fields in com.bbn.openmap.layer.dted declared as OMGraphicList | |
---|---|
protected OMGraphicList[] |
DTEDCoverageManager.levelRects
|
Methods in com.bbn.openmap.layer.dted that return OMGraphicList | |
---|---|
OMGraphicList |
DTEDCoverageManager.getCoverageRects(int startx,
int starty,
int endx,
int endy,
int lineType,
Projection proj)
Method looks at the coverage arrays, and returns the applicable rectangles representing the frame coverages. |
OMGraphicList |
DTEDCoverageManager.getCoverageRects(Projection proj)
Method organizes the query based on the projection, and returns the applicable rectangles representing the frame coverage. |
OMGraphicList |
DTEDCacheManager.getRectangle(Projection proj)
The call to the cache that lets you choose what kind of information is returned. |
OMGraphicList |
DTEDLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
DTEDFrameCacheLayer.prepare()
Prepares the graphics for the layer. |
OMGraphicList |
DTEDCoverageLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.e00 |
---|
Fields in com.bbn.openmap.layer.e00 declared as OMGraphicList | |
---|---|
protected OMGraphicList |
E00Parser.arcs
|
protected OMGraphicList |
E00Layer.arcs
|
protected OMGraphicList |
E00Parser.labs
|
protected OMGraphicList |
E00Layer.labs
|
protected OMGraphicList |
E00Parser.tx7
|
protected OMGraphicList |
E00Layer.tx7
|
Methods in com.bbn.openmap.layer.e00 that return OMGraphicList | |
---|---|
OMGraphicList |
E00Parser.getArcList()
|
OMGraphicList |
E00Parser.getLabList()
|
OMGraphicList |
E00Parser.getOMGraphics()
Gets the result of the parse process |
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.event |
---|
Methods in com.bbn.openmap.layer.event that return OMGraphicList | |
---|---|
OMGraphicList |
EventLayer.prepare()
The main method call in the EventLayer that actually modifies the OMGraphics and updates the map. |
Uses of OMGraphicList in com.bbn.openmap.layer.imageTile |
---|
Fields in com.bbn.openmap.layer.imageTile declared as OMGraphicList | |
---|---|
protected OMGraphicList |
MapTileUtilLayer.omgraphics
|
Methods in com.bbn.openmap.layer.imageTile that return OMGraphicList | |
---|---|
protected OMGraphicList |
MapTileUtilLayer.getOMGraphics()
|
protected OMGraphicList |
ImageTileLayer.loadImages()
Gets the filePaths and loads the images found in those places. |
OMGraphicList |
MapTileUtilLayer.prepare()
|
OMGraphicList |
MapTileLayer.prepare()
OMGraphicHandlerLayer method, called with projection changes or whenever else doPrepare() is called. |
OMGraphicList |
ImageTileLayer.prepare()
OMGraphicHandlerLayer method called when projection changes or when doPrepare() is called. |
Methods in com.bbn.openmap.layer.imageTile with parameters of type OMGraphicList | |
---|---|
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. |
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 |
MapTileUtilLayer.setOMGraphics(OMGraphicList omgl)
|
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.init()
Called from the prepare() method if the layer discovers that its OMGraphicList is null. |
OMGraphicList |
SimpleAnimationLayer.prepare()
The prepare method always returns the OMGraphicList to be drawn on the map. |
OMGraphicList |
ProjectionResponseLayer.prepare()
This is an important Layer method to override. |
OMGraphicList |
BasicLayer.prepare()
This is an important Layer method to override. |
Methods in com.bbn.openmap.layer.learn with parameters of type OMGraphicList | |
---|---|
void |
InteractionLayer.deselect(OMGraphicList list)
Designate a list of OMGraphics as deselected. |
protected void |
ProjectionResponseLayer.getPoints(DataBounds dataBounds,
OMGraphicList retList,
Projection proj)
Using this method to look at data source and create OMGraphics based on DataBounds, and render them differently depending on where they are. |
void |
InteractionLayer.select(OMGraphicList list)
Designate a list of OMGraphics as selected. |
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.location |
---|
Fields in com.bbn.openmap.layer.location declared as OMGraphicList | |
---|---|
protected OMGraphicList |
BasicLocationHandler.graphicList
|
Methods in com.bbn.openmap.layer.location that return OMGraphicList | |
---|---|
OMGraphicList |
LocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
Fill a vector of OMGraphics to represent the data from this handler. |
OMGraphicList |
BasicLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
|
OMGraphicList |
LocationLayer.prepare()
Prepares the graphics for the layer. |
Methods in com.bbn.openmap.layer.location with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
LocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
Fill a vector of OMGraphics to represent the data from this handler. |
OMGraphicList |
BasicLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
|
Uses of OMGraphicList in com.bbn.openmap.layer.location.csv |
---|
Methods in com.bbn.openmap.layer.location.csv that return OMGraphicList | |
---|---|
OMGraphicList |
CSVLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer. |
Methods in com.bbn.openmap.layer.location.csv with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
CSVLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.location.db |
---|
Methods in com.bbn.openmap.layer.location.db that return OMGraphicList | |
---|---|
OMGraphicList |
DBLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer. |
Methods in com.bbn.openmap.layer.location.db with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
DBLocationHandler.get(double nwLat,
double nwLon,
double seLat,
double seLon,
OMGraphicList graphicList)
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_background_
|
protected OMGraphicList |
ScatterGraph.plot_graphics_
|
protected OMGraphicList |
ScatterGraph.plot_points_
|
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 |
PanningImageRenderPolicy.prepare()
|
OMGraphicList |
BufferedImageRenderPolicy.prepare()
|
Methods in com.bbn.openmap.layer.policy with parameters of type OMGraphicList | |
---|---|
protected java.awt.image.BufferedImage |
PanningImageRenderPolicy.createAndPaintImageBuffer(OMGraphicList list)
|
protected void |
BufferedImageRenderPolicy.ImageBuffer.update(OMGraphicList list,
Projection proj)
Get the updated BufferedImage, with current OMGraphics rendered into it. |
void |
ProjectionChangePolicy.workerComplete(OMGraphicList aList)
The method that gets called when the SwingWorker thread finishes. |
void |
AbstractProjectionChangePolicy.workerComplete(OMGraphicList aList)
This is a subtle call, that dictates what should happen when the LayerWorker has completed working in it's thread. |
Uses of OMGraphicList in com.bbn.openmap.layer.rpf |
---|
Subclasses of OMGraphicList in com.bbn.openmap.layer.rpf | |
---|---|
class |
RpfCoverage
This is a tool that provides coverage information on the Rpf data. |
static class |
RpfCoverage.RpfCoverageControl
|
Methods in com.bbn.openmap.layer.rpf that return OMGraphicList | |
---|---|
OMGraphicList |
RpfCacheManager.getRectangle(Projection proj)
The call to the cache that lets you choose what kind of information is returned. |
protected OMGraphicList |
RpfCacheHandler.getSubframes(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
OMGraphicList omGraphics)
|
OMGraphicList |
RpfLayer.prepare()
Prepares the graphics for the layer. |
Methods in com.bbn.openmap.layer.rpf with parameters of type OMGraphicList | |
---|---|
protected OMGraphicList |
RpfCacheHandler.getSubframes(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
OMGraphicList omGraphics)
|
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 | |
---|---|
protected OMGraphicList |
ShapeLayer.computeGraphics()
Deprecated. use prepare() instead. |
OMGraphicList |
SpatialIndex.evaluateDbf(OMGraphicList retList,
Projection mapProj)
Takes the contents of the list and evaluates them against the information contained in the DbfHandler set in this SpatialIndex class. |
OMGraphicList |
SpatialIndex.getAllOMGraphics(OMGraphicList retList,
DrawingAttributes drawingAttributes,
Projection mapProj,
GeoCoordTransformation dataProj)
Retrieves all OMGraphics in the shape file. |
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. |
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 |
SpatialIndexHandler.getWholePlanet()
Get the graphics for the entire planet. |
protected OMGraphicList |
BufferedShapeLayer.getWholePlanet()
Get the graphics for the entire planet. |
protected OMGraphicList |
SpatialIndexHandler.getWholePlanet(GeoCoordTransformation dataTransform)
Get the graphics for the entire planet. |
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. |
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 | |
---|---|
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. |
protected void |
SpatialIndexHandler.checkSpatialIndexEntries(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList retList,
Projection proj)
Checks the buffered list of OMGraphics from the shp file and figures out of they intersect the provided bounds. |
protected void |
BufferedShapeLayer.checkSpatialIndexEntries(double xmin,
double ymin,
double xmax,
double ymax,
OMGraphicList retList,
Projection proj)
|
OMGraphic |
SpatialIndex.evaluate(OMGraphic omg,
OMGraphicList labels,
Projection mapProj)
Evaluates the OMGraphic against the DbfHandler rules. |
OMGraphicList |
SpatialIndex.evaluateDbf(OMGraphicList retList,
Projection mapProj)
Takes the contents of the list and evaluates them against the information contained in the DbfHandler set in this SpatialIndex class. |
OMGraphicList |
SpatialIndex.getAllOMGraphics(OMGraphicList retList,
DrawingAttributes drawingAttributes,
Projection mapProj,
GeoCoordTransformation dataProj)
Retrieves all OMGraphics in the shape file. |
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. |
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 |
CSVShapeInfoFile.loadIntoGraphics(OMGraphicList list)
This function takes an OMGraphicList and loads each one with the vector representing the records in the csv file. |
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 |
AreaHandler.getGraphics()
Get all the graphics from the shapefile, colored appropriately. |
OMGraphicList |
AreaHandler.getGraphics(double ulLat,
double ulLon,
double lrLat,
double lrLon)
Get the graphics for a particular lat/lon area. |
OMGraphicList |
AreaHandler.getGraphics(double ulLat,
double ulLon,
double lrLat,
double lrLon,
Projection proj)
Get the graphics for a particular lat/lon area. |
OMGraphicList |
AreaShapeLayer.prepare()
Gets the layer graphics. |
OMGraphicList |
AreaHandler.readCachedGraphics(java.net.URL url)
Read a cache of OMGraphics |
Methods in com.bbn.openmap.layer.shape.areas with parameters of type OMGraphicList | |
---|---|
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. |
void |
AreaHandler.loadDbfModelIntoGraphics(OMGraphicList list)
This function takes an OMGraphicList and loads each one with the array representing the records in the dbf file. |
protected void |
AreaHandler.updateDrawingParameters(OMGraphicList omgl)
|
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 |
ProfileGenerator.getGraphics()
|
OMGraphicList |
LOSGenerator.getGraphics()
|
OMGraphicList |
TerrainLayer.prepare()
Prepares the graphics for the layer. |
Uses of OMGraphicList in com.bbn.openmap.layer.test |
---|
Fields in com.bbn.openmap.layer.test declared as OMGraphicList | |
---|---|
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 |
HelloWorldLayer.graphics
|
protected OMGraphicList |
GeoIntersectionLayer.intersectionResultList
This list holds the BoundaryCrossings and the image masks created from Intersection queries. |
protected OMGraphicList |
GeoCrossDemoLayer.lines
|
protected OMGraphicList |
GeoIntersectionLayer.RemoveShapesActionListener.mainDataList
|
protected OMGraphicList |
GeoIntersectionLayer.RemoveShapesActionListener.toBeRemoved
|
Methods in com.bbn.openmap.layer.test that return OMGraphicList | |
---|---|
protected OMGraphicList |
TestLayer.generateGraphics()
Create and project the graphics. |
OMGraphicList |
GeoIntersectionLayer.getDrawnIntersectorList()
|
OMGraphicList |
TestLayer.prepare()
|
OMGraphicList |
GeoTestLayer.prepare()
|
OMGraphicList |
GeoIntersectionLayer.prepare()
|
OMGraphicList |
GeoCrossDemoLayer.prepare()
|
OMGraphicList |
BoundsTestLayer.prepare()
|
Methods in com.bbn.openmap.layer.test with parameters of type OMGraphicList | |
---|---|
protected void |
GeoIntersectionLayer.addToRegionIndex(OMGraphicList omgl,
ExtentIndex regionIndex)
|
protected void |
HelloWorldLayer.createGraphics(OMGraphicList list)
Create graphics. |
void |
GeoIntersectionLayer.deselect(OMGraphicList omgl)
|
void |
GeoIntersectionLayer.select(OMGraphicList omgl)
|
void |
BoundsTestLayer.select(OMGraphicList list)
Called if isSelectable(OMGraphic) was true, so the list has the OMGraphic. |
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.areaSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.edgeSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.graphics
hang on to the graphics that we build |
protected OMGraphicList |
VPFAutoFeatureGraphicWarehouse.FeaturePriorityHolder.list
The OMGraphicList containing all the matching feature OMGraphics. |
protected OMGraphicList |
LayerGraphicWarehouseSupport.pointSubList
|
protected OMGraphicList |
LayerGraphicWarehouseSupport.textSubList
|
Methods in com.bbn.openmap.layer.vpf that return OMGraphicList | |
---|---|
OMGraphicList |
VPFAutoFeatureGraphicWarehouse.getFeatures(LibrarySelectionTable lst,
LatLonPoint ll1,
LatLonPoint ll2,
Projection proj,
OMGraphicList omgList)
This is where the magic happens. |
OMGraphicList |
VPFCachedFeatureGraphicWarehouse.getGraphics()
Overridden method of VPFFeatureGraphicWarehouse, clones cached OMGraphicLst and sets the proper DrawingAttributes settings for the particular features. |
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. |
OMGraphicList |
VPFAutoFeatureGraphicWarehouse.FeaturePriorityHolder.getList()
|
OMGraphicList |
VPFLayer.getRectangle()
Deprecated. use prepare() instead of getRectangle(); |
OMGraphicList |
VMAP2Shape.getRectangle()
|
protected static OMGraphicList |
VMAP2Shape.joinCommonLines(OMGraphicList list,
float zero_eps)
Iterates through graphic list finding non-connected polylines. |
OMGraphicList |
VPFRoadLayer.prepare()
Creates an OMGraphicList containing graphics from all SpatialIndex objects and shapefiles. |
OMGraphicList |
VPFLayer.prepare()
Create the OMGraphicList to use on the map. |
OMGraphicList |
VPFFeatureLayer.prepare()
Create the OMGraphicList to use on the map. |
Methods in com.bbn.openmap.layer.vpf with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
VPFAutoFeatureGraphicWarehouse.getFeatures(LibrarySelectionTable lst,
LatLonPoint ll1,
LatLonPoint ll2,
Projection proj,
OMGraphicList omgList)
This is where the magic happens. |
void |
CoverageTable.getFeatures(VPFAutoFeatureGraphicWarehouse warehouse,
LatLonPoint ll1,
LatLonPoint ll2,
double dpplat,
double dpplon,
OMGraphicList omgList)
This is a method specifically designed for the VPFAutoFeatureGraphicWarehouse, and the CoverageTable knows to check with the warehouse and use the PriorityHolders to fetch features. |
protected OMGraphicList |
LayerGraphicWarehouseSupport.getGraphics(OMGraphicList addToList)
Add the area, edge, text and point sublists to the provided list. |
protected static OMGraphicList |
VMAP2Shape.joinCommonLines(OMGraphicList list,
float zero_eps)
Iterates through graphic list finding non-connected polylines. |
FeatureCacheGraphicList |
VPFFeatureCache.loadCachedGraphicList(java.lang.String libraryName,
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. |
FeatureCacheGraphicList |
VPFFeatureCache.needToFetchTileContents(java.lang.String libraryName,
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. |
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 |
OMGraphicHash
This is an OMGraphicsList sub-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 |
FilterSupport.list
The source graphic list. |
protected OMGraphicList |
EditableOMGraphicList.list
The list of OMGraphics being selected and moved. |
protected OMGraphicList |
OMDistance.points
|
Methods in com.bbn.openmap.omGraphics that return OMGraphicList | |
---|---|
OMGraphicList |
OMGraphicHandler.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 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 |
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. |
OMGraphicList |
OMGraphicHandler.filter(java.lang.String SQLQuery)
Filters the OMGraphicHandler graphic list so that graphics meeting the SQL query statement will be visible. |
OMGraphicList |
FilterSupport.filter(java.lang.String SQLQuery)
Filters the OMGraphicHandler graphic list so that graphics meeting the SQL query statement 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 |
OMGraphicHandler.getList()
Return the graphic list currently being used by the OMGraphicHandler. |
OMGraphicList |
FilterSupport.getList()
Return the graphic list currently being used by the OMGraphicHandler. |
Methods in com.bbn.openmap.omGraphics with parameters of type OMGraphicList | |
---|---|
void |
EditableOMGraphicList.add(OMGraphicList list,
OMDrawingTool drawingTool)
|
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 |
OMGraphicHandler.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
void |
FilterSupport.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler. |
Constructors in com.bbn.openmap.omGraphics with parameters of type OMGraphicList | |
---|---|
EditableOMGraphicList(OMGraphicList oml)
Create the EditableOMGraphicList with an OMGraphicList already defined, ready for editing. |
|
FilterSupport(OMGraphicList omgl)
|
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.copy(OMGraphicList omgl)
|
OMGraphicList |
GestureResponsePolicy.copy(OMGraphicList omgl)
A notification that the OMGraphics on the list should be copied (duplicated and returned) and deselected. |
OMGraphicList |
TestResponsePolicy.cut(OMGraphicList omgl)
|
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 |
TestResponsePolicy.getSelected()
|
OMGraphicList |
GestureResponsePolicy.getSelected()
A query to get a list of all the OMGraphics that are current selected. |
Methods in com.bbn.openmap.omGraphics.event with parameters of type OMGraphicList | |
---|---|
OMGraphicList |
TestResponsePolicy.copy(OMGraphicList omgl)
|
OMGraphicList |
GestureResponsePolicy.copy(OMGraphicList omgl)
A notification that the OMGraphics on the list should be copied (duplicated and returned) and deselected. |
OMGraphicList |
TestResponsePolicy.cut(OMGraphicList omgl)
|
OMGraphicList |
GestureResponsePolicy.cut(OMGraphicList omgl)
A notification that the OMGraphics on the list should be cut (deleted and returned) from the list and deselected. |
void |
TestResponsePolicy.deselect(OMGraphicList omgl)
|
void |
GestureResponsePolicy.deselect(OMGraphicList omgl)
A notification that the OMGraphics on the list should be considered to be deselected. |
void |
TestResponsePolicy.paste(OMGraphicList omgl)
|
void |
GestureResponsePolicy.paste(OMGraphicList omgl)
A notification that the OMGraphics on the list should be added to the list and selected. |
void |
TestResponsePolicy.select(OMGraphicList omgl)
|
void |
GestureResponsePolicy.select(OMGraphicList omgl)
A notification that the OMGraphics on the list should be considered to be selected. |
Uses of OMGraphicList in com.bbn.openmap.omGraphics.rule |
---|
Methods in com.bbn.openmap.omGraphics.rule with parameters of type OMGraphicList | |
---|---|
OMGraphic |
RuleHandler.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. |
Uses of OMGraphicList in com.bbn.openmap.omGraphics.time |
---|
Subclasses of OMGraphicList in com.bbn.openmap.omGraphics.time | |
---|---|
class |
TemporalOMGraphicList
A TemporalOMGeometryList object contains OMGeometries that change over time. |
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. |
Methods in com.bbn.openmap.plugin that return OMGraphicList | |
---|---|
protected OMGraphicList |
UTMGridPlugIn.createEquiDistanceLines(UTMPoint utm,
int gridLineInterval)
Called to create 100km distance grid lines. |
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.awt.Shape withinThisShape)
|
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.awt.Shape shapeBoundary,
boolean getInsideBoundary)
|
OMGraphicList |
OMGraphicHandlerPlugIn.filter(java.lang.String SQLQuery)
|
OMGraphicList |
PlugInLayer.getGraphicList()
Deprecated. call getList() instead. |
OMGraphicList |
OMGraphicHandlerPlugIn.getList()
|
OMGraphicList |
WebImagePlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
OMGraphicList |
UTMGridPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module. |
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 |
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. |
OMGraphicList |
PlugInLayer.prepare()
Prepares the graphics for the layer. |
Methods in com.bbn.openmap.plugin with parameters of type OMGraphicList | |
---|---|
protected void |
WebImagePlugIn.fetchImageAndAddToList(Projection p,
OMGraphicList list)
Image fetching code, where the query is created based on the provided projection. |
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 |