Package | Description |
---|---|
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.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
DTEDFrameCacheHandler.loadListFromHandler(OMGraphicList graphics)
Method that pings the cache for images based on the projection that has
been set on it.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
ZoomLevelMakerFace.boundaries |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
EsriShapeExport.graphicList
The source graphics to write to a shape file.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
DbfTableModel |
DbfTableModelFactory.createDbf(OMGraphicList omgl) |
void |
DbfTableModel.doAction(OMGraphicList list,
OMGraphic graphic,
OMAction action,
DbfTableModelFactory dbfFactory) |
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.
|
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.
|
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) |
Constructor and Description |
---|
EsriShapeExport(OMGraphicList list,
Projection proj,
java.lang.String pathToFile)
Create an EsriShapeExport object.
|
Modifier and Type | Method and Description |
---|---|
protected int[] |
ShpInputStream.getPartOffsets(OMGraphicList sublist)
Deprecated.
not used.
|
protected int |
ShpInputStream.getPointsPerShape(OMGraphicList sublist)
Deprecated.
not used.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
LOSGraphicLoader.isLOS(GLPoint pt1,
GLPoint pt2,
OMGraphicList list) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
NetMapGraphicLoader.omList
The list that gets sent to the GraphicLoaderPlugIn.
|
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
NetMapGraphicLoader.getOMList()
Internal method used to create a single OMGraphicList from the NodeCache
and the LineCache.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
DistQuickTool.MouseMode.distanceList |
protected OMGraphicList |
EmbeddedScaleDisplayPanel.legend |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
EmbeddedScaleDisplayPanel.getLegend() |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedScaleDisplayPanel.setLegend(OMGraphicList legend) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
TimelineLayer.currentTimeMarker |
protected OMGraphicList |
TimelineLayer.eventGraphicList |
protected OMGraphicList |
TimelineLayer.ratingAreas |
protected OMGraphicList |
TimelineLayer.timeLinesList |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineLayer.setEventGraphicList(OMGraphicList eventGraphicList) |
Modifier and Type | Field and Description |
---|---|
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 |
OMGraphicHandlerLayer.selectedList
A current list of select OMGraphics.
|
protected OMGraphicList |
GraticuleLayer.tenDegreeLines
The ten degree latitude and longitude lines, premade.
|
Modifier and Type | Field and Description |
---|---|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.layerWorker
A SwingWorker that can be used for gathering OMGraphics or doing other
work in a different thread.
|
protected ISwingWorker<OMGraphicList> |
OMGraphicHandlerLayer.layerWorkerQueue
A SwingWorker created if the projection changes when the primary
layerworker is off doing work.
|
Modifier and Type | Method and Description |
---|---|
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 an OMGraphic.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
OMGraphicHandlerLayer.copy(OMGraphicList omgl)
Return a copy of an OMGraphic.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
ASRPLayer.prepare() |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
DayNightLayer.prepare()
Prepares the graphics for the layer.
|
Modifier and Type | Class and Description |
---|---|
class |
DTEDCoverageManager
A DTEDCoverageManager knows how to look at DTED data and figure out what
coverage is available.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
DTEDCoverageManager.level0Rects |
protected OMGraphicList |
DTEDCoverageManager.level1Rects |
protected OMGraphicList |
DTEDCoverageManager.level2Rects |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
E00Parser.arcs |
protected OMGraphicList |
E00Layer.arcs |
protected OMGraphicList |
E00Parser.labs |
protected OMGraphicList |
E00Layer.labs |
protected OMGraphicList |
E00Parser.tx7 |
protected OMGraphicList |
E00Layer.tx7 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
ETOPOLayer.prepare()
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
EventLayer.prepare()
The main method call in the EventLayer that actually modifies the
OMGraphics and updates the map.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
MapTileUtilLayer.omgraphics |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
ProjectionResponseLayer.prepare()
This is an important Layer method to override.
|
OMGraphicList |
BasicLayer.prepare()
This is an important Layer method to override.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkOMGraphicList
This class extends the OMGraphicList by allowing searches on the
AppObject contained by the OMGraphics on the list.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
LinkLayer.prepare()
Prepares the graphics for the layer.
|
OMGraphicList |
BufferedLinkLayer.prepare()
Prepares the graphics for the layer.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
AmpLinkLayer.extraGraphics |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
AmpLinkLayer.prepare()
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
LocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Fill a vector of OMGraphics to represent the data from this handler.
|
OMGraphicList |
BasicLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList) |
OMGraphicList |
LocationLayer.prepare()
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
LocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Fill a vector of OMGraphics to represent the data from this handler.
|
OMGraphicList |
BasicLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList) |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
CSVLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
CSVLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
DBLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
DBLocationHandler.get(float nwLat,
float nwLon,
float seLat,
float seLon,
OMGraphicList graphicList)
Prepares the graphics for the layer.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
MysqlGeometryLayer.prepare() |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
NexradLayer.createGraphics(int ulhrapx,
int ulhrapy,
int xcount,
int ycount,
int[][] rain) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
ScatterGraph.plot_background_ |
protected OMGraphicList |
ScatterGraph.plot_graphics_ |
protected OMGraphicList |
ScatterGraph.plot_points_ |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
ScatterGraph.getPlotGraphics() |
OMGraphicList |
PlotLayer.prepare() |
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
StandardRenderPolicy.prepare() |
OMGraphicList |
RenderPolicy.prepare()
Called when an OMGraphicHandlerLayer should begin preparing OMGraphics for
the map.
|
OMGraphicList |
PanningImageRenderPolicy.prepare() |
OMGraphicList |
BufferedImageRenderPolicy.prepare() |
Modifier and Type | Method and Description |
---|---|
protected java.awt.image.BufferedImage |
PanningImageRenderPolicy.createAndPaintImageBuffer(OMGraphicList list) |
protected OMRaster |
BufferedImageRenderPolicy.createAndPaintImageBuffer(OMGraphicList list,
Projection proj) |
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 |
NullProjectionChangePolicy.workerComplete(OMGraphicList aList) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
RpfCoverage.omGraphics
The graphic list of objects to draw.
|
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
RpfCoverageManager.getCatalogCoverage(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
java.lang.String chartSeries,
java.awt.Color[] colors,
boolean fillRects)
Looks at the paths for the A.TOC files and gets all the coverage
rectangles from them.
|
OMGraphicList |
RpfLayer.getGraphicList()
Retrieves the current graphics list.
|
OMGraphicList |
RpfCoverage.getGraphicLists() |
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.
|
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
RpfCacheHandler.getSubframes(float ullat,
float ullon,
float lrlat,
float lrlon,
Projection proj,
OMGraphicList omGraphics) |
void |
RpfLayer.setGraphicList(OMGraphicList aList)
Sets the current graphics list to the given list.
|
void |
RpfCoverage.setGraphicLists(OMGraphicList lists) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
SpatialIndexHandler.bufferedList
Master list for buffering.
|
protected OMGraphicList |
BufferedShapeLayer.bufferedList |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
AreaHandler.omgraphics
The graphics list
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
ProfileGenerator.graphics
The list of graphics to draw.
|
protected OMGraphicList |
LOSGenerator.graphics |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
TestLayer.generateGraphics()
Create and project the graphics.
|
OMGraphicList |
GeoIntersectionLayer.getDrawnIntersectorList() |
protected OMGraphicList |
GeoTestLayer.getGeos() |
OMGraphicList |
TestLayer.prepare() |
OMGraphicList |
GeoTestLayer.prepare() |
OMGraphicList |
GeoIntersectionLayer.prepare() |
OMGraphicList |
GeoCrossDemoLayer.prepare() |
OMGraphicList |
BoundsTestLayer.prepare() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GeoIntersectionLayer.RemoveShapesActionListener(OMGraphicList mdl,
OMGraphicList tbr) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
VPFFeatureCache.VPFListCacheObject(java.lang.String id,
OMGraphicList obj)
Construct a VPFListCacheObject, just calls superclass constructor
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
EditableOMGraphicList(OMGraphicList oml)
Create the EditableOMGraphicList with an OMGraphicList already
defined, ready for editing.
|
FilterSupport(OMGraphicList omgl) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
TestResponsePolicy.selected |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalOMGraphicList
A TemporalOMGeometryList object contains OMGeometries that change over time.
|
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
ArcCalc.arcGraphics
Debugging list showing algorithm points.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
ArcCalc.getArcGraphics() |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
UTMGridPlugIn.labelList
Used for UTM zone labels.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PlugInLayer.setGraphicList(OMGraphicList aList)
Deprecated.
call setList() instead.
|
void |
OMGraphicHandlerPlugIn.setList(OMGraphicList omgl)
Set the OMGraphicList within this OMGraphicHandler.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
EarthImagePlugIn.getRectangle(Projection p) |
Modifier and Type | Field and Description |
---|---|
protected OMGraphicList |
EsriPlugIn.selectedGraphics
A simple list mechanism that will let selected OMGraphics to be drawn on
top of all the others.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
EsriPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module.
|
Modifier and Type | Method and Description |
---|---|
OMGraphicList |
GraphicLoaderPlugIn.getRectangle(Projection p)
The getRectangle call is the main call into the PlugIn module.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicLoaderPlugIn.setList(OMGraphicList graphics)
OMGraphicHandler method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details