Uses of Class
com.bbn.openmap.omGraphics.OMLine

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.graphicLoader.netmap The netmap plugin package provides the capability to receive output from a NetMap server. 
com.bbn.openmap.gui.time   
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.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.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.gui.time
 

Subclasses of OMLine in com.bbn.openmap.gui.time
 class TimelineLayer.EventMarkerLine
           
 

Fields in com.bbn.openmap.gui.time declared as OMLine
protected  OMLine TimelineLayer.CurrentTimeMarker.startingLine
           
 

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.
static OMLine LinkLine.read(java.io.DataInputStream dis, LinkProperties propertiesBuffer)
          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.test
 

Fields in com.bbn.openmap.layer.test declared as OMLine
protected  OMLine TestLayer.omline
           
 

Methods in com.bbn.openmap.layer.test with parameters of type OMLine
protected  GeoPath GeoIntersectionLayer.getPath(OMLine oml)
           
 

Constructors in com.bbn.openmap.layer.test with parameters of type OMLine
GeoIntersectionLayer.OMLineSegment(OMLine oml)
           
 

Uses of OMLine in com.bbn.openmap.omGraphics
 

Fields in com.bbn.openmap.omGraphics declared as OMLine
protected  OMLine EditableOMLine.line
           
 

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
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details