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

Packages that use OMPoint
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.event Provides the various event object and listener interfaces for using the MapBean. 
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.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.mif This package contains a Layer that displays MapInfo data (.mif files). 
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.time   
com.bbn.openmap.tools.roads Provides classes to determine routes given a set of roads and intersections. 
 

Uses of OMPoint in com.bbn.openmap.dataAccess.shape
 

Subclasses of OMPoint in com.bbn.openmap.dataAccess.shape
 class EsriPoint
          An extension to OMPoint that typecasts a specific Esri graphic type.
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMPoint
static EsriPoint EsriPoint.convert(OMPoint ompoint)
           
 

Uses of OMPoint in com.bbn.openmap.event
 

Methods in com.bbn.openmap.event with parameters of type OMPoint
protected  void RangeRingsMouseMode.preparePoint(OMPoint point)
          Customizes the given OMPoint before it is rendered.
 

Uses of OMPoint in com.bbn.openmap.graphicLoader
 

Subclasses of OMPoint in com.bbn.openmap.graphicLoader
 class GLPoint
          A GLPoint is a location on the map.
 class PathGLPoint
          The PathGLPoint is a GLPoint that follows a certain path, as opposed to just wandering around randomly.
 

Uses of OMPoint in com.bbn.openmap.graphicLoader.netmap
 

Subclasses of OMPoint in com.bbn.openmap.graphicLoader.netmap
 class Node
          Object that represents a NetMap node on the map.
 

Uses of OMPoint in com.bbn.openmap.layer.learn
 

Methods in com.bbn.openmap.layer.learn with parameters of type OMPoint
protected  void SimpleAnimationLayer.ManageGraphicsTask.moveRandomly(OMPoint point, double factor, Projection proj)
          Simple method to move an OMPoint around randomly.
 

Uses of OMPoint in com.bbn.openmap.layer.link
 

Methods in com.bbn.openmap.layer.link that return OMPoint
static OMPoint LinkPoint.read(java.io.DataInputStream dis)
          Read the DataInputStream, and create an OMPoint.
static OMPoint LinkPoint.read(java.io.DataInputStream dis, LinkProperties propertiesBuffer)
          Read the DataInputStream, and create an OMPoint.
 

Methods in com.bbn.openmap.layer.link with parameters of type OMPoint
static void LinkPoint.write(OMPoint point, Link link, LinkProperties props)
          Write an OMPoint to the Link.
 

Uses of OMPoint in com.bbn.openmap.layer.mif
 

Subclasses of OMPoint in com.bbn.openmap.layer.mif
 class MIFPoint
          Extension of OMPoint to provide basic support to ensure that the screen will not become cluttered This extension of OMPoint defines a property visibleScale.
 

Uses of OMPoint in com.bbn.openmap.layer.vpf
 

Methods in com.bbn.openmap.layer.vpf that return OMPoint
static OMPoint LayerGraphicWarehouseSupport.createOMPoint(double latitude, double longitude)
          Create an OMPoint object corresponding to a VPF node feature
 

Uses of OMPoint in com.bbn.openmap.omGraphics
 

Subclasses of OMPoint in com.bbn.openmap.omGraphics
 class GrabPoint
          A GrabPoint is used by editable graphics to show a location that can be adjusted.
 class HorizontalGrabPoint
          A GrabPoint that can only move in the horizontal direction.
 class OffsetGrabPoint
          An OffsetGrabPoint is one that manages other grab points.
static class OMPoint.Image
           
 class VerticalGrabPoint
          A GrabPoint that can only move in the vertical direction.
 

Fields in com.bbn.openmap.omGraphics declared as OMPoint
protected  OMPoint OMRangeRings.centerPoint
          The center point of the range rings.
protected  OMPoint EditableOMPoint.point
           
 

Methods in com.bbn.openmap.omGraphics that return OMPoint
protected  OMPoint OMRangeRings.createCenterPoint()
           
 

Constructors in com.bbn.openmap.omGraphics with parameters of type OMPoint
EditableOMPoint(OMPoint omc)
          Create the EditableOMPoint with an OMPoint already defined, ready for editing.
 

Uses of OMPoint in com.bbn.openmap.omGraphics.time
 

Subclasses of OMPoint in com.bbn.openmap.omGraphics.time
 class TemporalOMPoint
          A ScenarioPoint is a ScenarioGraphic representing an object on the map.
 

Uses of OMPoint in com.bbn.openmap.tools.roads
 

Subclasses of OMPoint in com.bbn.openmap.tools.roads
protected  class RoadFinder.RedPoint
          a red point for displaying when we can't find a route between two points
protected  class RoadFinder.YellowPoint
          a yellow point for displaying intersections
 



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