|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMRect | |
com.bbn.openmap.dataAccess.asrp | |
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.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.rpf | Provides a layer that displays RPF (Raster Product Format) data. |
com.bbn.openmap.layer.test | Provides a test layer for OpenMap. |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
com.bbn.openmap.tools.roads | Provides classes to determine routes given a set of roads and intersections. |
Uses of OMRect in com.bbn.openmap.dataAccess.asrp |
Fields in com.bbn.openmap.dataAccess.asrp declared as OMRect | |
protected OMRect |
ASRPDirectory.bounds
The OMRect used to track coverage boundaries. |
Methods in com.bbn.openmap.dataAccess.asrp that return OMRect | |
OMRect |
ASRPDirectory.getBounds()
Get the OMRect used for calculating coverage area. |
Uses of OMRect in com.bbn.openmap.dataAccess.shape |
Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMRect | |
static OMPoly |
EsriPolygonList.convert(OMRect omRect)
|
Uses of OMRect in com.bbn.openmap.layer.link |
Methods in com.bbn.openmap.layer.link that return OMRect | |
static OMRect |
LinkRectangle.read(java.io.DataInputStream dis)
Read the DataInputStream, and create an OMRect. |
static OMRect |
LinkRectangle.read(java.io.DataInputStream dis,
LinkProperties propertiesBuffer)
Read the DataInputStream, and create an OMRect. |
Methods in com.bbn.openmap.layer.link with parameters of type OMRect | |
static void |
LinkRectangle.write(OMRect rect,
Link link,
LinkProperties props)
Write an OMRect to the link. |
Uses of OMRect in com.bbn.openmap.layer.rpf |
Fields in com.bbn.openmap.layer.rpf declared as OMRect | |
OMRect |
RpfSubframe.rectangle
The subframe outline. |
Uses of OMRect in com.bbn.openmap.layer.test |
Fields in com.bbn.openmap.layer.test declared as OMRect | |
protected OMRect |
TestLayer.omrect
|
Uses of OMRect in com.bbn.openmap.omGraphics |
Fields in com.bbn.openmap.omGraphics declared as OMRect | |
protected OMRect |
EditableOMRect.rect
|
Constructors in com.bbn.openmap.omGraphics with parameters of type OMRect | |
EditableOMRect(OMRect omc)
Create the EditableOMRect with an OMRect already defined, ready for editing. |
Uses of OMRect in com.bbn.openmap.tools.roads |
Subclasses of OMRect in com.bbn.openmap.tools.roads | |
class |
Intersection.Graphic
Inner class for the visual representation of an Intersection. |
class |
RoadPoint.Graphic
|
class |
Waypoint.Graphic
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |