|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMLine | |
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.examples.crew | Provides a sample application that uses OpenMap. |
com.bbn.openmap.examples.simple | Provides more sample code for using OpenMap. |
com.bbn.openmap.graphicLoader.netmap | The netmap plugin package provides the capability to receive output from a NetMap server. |
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.location | Provides a layer that can display location data - data that represents a location with a graphic and a name. |
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 OMLine in com.bbn.openmap.dataAccess.shape |
Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMLine | |
static OMPoly |
EsriPolylineList.convert(OMLine omLine)
|
Uses of OMLine in com.bbn.openmap.examples.crew |
Methods in com.bbn.openmap.examples.crew that return OMLine | |
OMLine |
RouteLayer.createLine(float lat1,
float lng1,
float lat2,
float lng2,
int lineType,
java.awt.Color color,
java.awt.Color selColor)
Creates an OMLine from the given parameters. |
Uses of OMLine in com.bbn.openmap.examples.simple |
Methods in com.bbn.openmap.examples.simple that return OMLine | |
OMLine |
RouteLayer.createLine(float lat1,
float lon1,
float lat2,
float lon2,
java.awt.Color color)
Creates an OMLine from the given parameters. |
Uses of OMLine in com.bbn.openmap.graphicLoader.netmap |
Subclasses of OMLine in com.bbn.openmap.graphicLoader.netmap | |
class |
Line
Object that represents a NetMap link on the map. |
Uses of OMLine in com.bbn.openmap.layer.link |
Methods in com.bbn.openmap.layer.link that return OMLine | |
static OMLine |
LinkLine.read(java.io.DataInputStream dis)
Read the line Link protocol off a DataInputStream, and create an OMLine from it. |
Methods in com.bbn.openmap.layer.link with parameters of type OMLine | |
static void |
LinkLine.write(OMLine line,
Link link,
LinkProperties props)
Write an OMLine to the link. |
Uses of OMLine in com.bbn.openmap.layer.location |
Methods in com.bbn.openmap.layer.location that return OMLine | |
OMLine |
Link.getLink()
|
Methods in com.bbn.openmap.layer.location with parameters of type OMLine | |
void |
Link.setLinkDrawingParameters(OMLine link,
java.awt.Paint paint,
float thickness,
boolean dashed)
Set the drawing attributes of the link |
Uses of OMLine in com.bbn.openmap.layer.test |
Fields in com.bbn.openmap.layer.test declared as OMLine | |
protected OMLine |
TestLayer.omline
|
Uses of OMLine in com.bbn.openmap.omGraphics |
Fields in com.bbn.openmap.omGraphics declared as OMLine | |
protected OMLine |
EditableOMLine.line
|
Methods in com.bbn.openmap.omGraphics with parameters of type OMLine | |
static java.awt.geom.GeneralPath |
OMArrowHead.createArrowHeads(int arrowDirectionType,
int location,
OMLine line)
|
static java.awt.geom.GeneralPath |
OMArrowHead.createArrowHeads(int arrowDirectionType,
int location,
OMLine line,
int wingTip,
int wingLength)
|
static void |
OMArrowHead.addArrowHeads(int arrowDirectionType,
int location,
OMLine line)
|
protected static java.awt.Point[] |
OMArrowHead.locateArrowHeads(int arrowDirection,
int arrowLocation,
OMLine line)
Create the ArrowHead objects for the lines, based on the settings. |
Constructors in com.bbn.openmap.omGraphics with parameters of type OMLine | |
EditableOMLine(OMLine oml)
Create the EditableOMLine with an OMLine already defined, ready for editing. |
Uses of OMLine in com.bbn.openmap.tools.roads |
Subclasses of OMLine in com.bbn.openmap.tools.roads | |
protected class |
RoadFinder.BlueLine
a blue line to indicate the found route |
protected class |
RoadFinder.YellowLine
a yellow line for display routes between intersections |
class |
RoadLine.Graphic
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |