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

Packages that use OMPoly
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 The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
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.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.labeled Provides a simple extension to the OMGraphics, where a text string can be attached to a graphic object. 
com.bbn.openmap.omGraphics.meteo   
 

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

Subclasses of OMPoly in com.bbn.openmap.dataAccess.shape
 class EsriPolygon
          An extension to OMPoly for polygons that typecasts a specific Esri graphic type.
 class EsriPolyline
          An extension to OMPoly for polylines that typecasts a specific Esri graphic type.
 

Methods in com.bbn.openmap.dataAccess.shape that return OMPoly
static OMPoly EsriPolylineList.convert(OMLine omLine)
           
static OMPoly EsriPolygonList.convert(OMRect omRect)
           
static OMPoly EsriPolygonList.convert(OMCircle omCircle, Projection proj)
           
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type OMPoly
static boolean EsriShapeExport.isPolygon(OMPoly omPoly)
          Takes an OMPoly as the parameter and checks whether or not it is a polygon or polyline.
static EsriPolyline EsriPolyline.convert(OMPoly ompoly)
           
static EsriPolygon EsriPolygon.convert(OMPoly ompoly)
           
 

Uses of OMPoly in com.bbn.openmap.graphicLoader
 

Methods in com.bbn.openmap.graphicLoader that return OMPoly
 OMPoly PathGLPoint.getPoly()
           
 

Methods in com.bbn.openmap.graphicLoader with parameters of type OMPoly
 void PathGLPoint.setPoly(OMPoly p)
           
 

Constructors in com.bbn.openmap.graphicLoader with parameters of type OMPoly
PathGLPoint(OMPoly path, int radius, boolean isOval)
           
 

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

Methods in com.bbn.openmap.layer.link that return OMPoly
static OMPoly LinkPoly.read(java.io.DataInputStream dis)
          Read the DataInputStream to create a OMPoly.
 

Methods in com.bbn.openmap.layer.link with parameters of type OMPoly
static void LinkPoly.write(OMPoly poly, Link link, LinkProperties props)
          Write a poly to the link.
 

Uses of OMPoly in com.bbn.openmap.layer.terrain
 

Fields in com.bbn.openmap.layer.terrain declared as OMPoly
 OMPoly ProfileGenerator.profileLine
          The line drawn on the screen representing the profile line path.
 

Uses of OMPoly in com.bbn.openmap.layer.test
 

Fields in com.bbn.openmap.layer.test declared as OMPoly
protected  OMPoly TestLayer.ompoly
           
 

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

Methods in com.bbn.openmap.layer.vpf that return OMPoly
static OMPoly LayerGraphicWarehouseSupport.createAreaOMPoly(java.util.List ipts, int totalSize, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon, boolean doAntarcticaWorkaround)
          create a filled polygon
static OMPoly LayerGraphicWarehouseSupport.createEdgeOMPoly(CoordFloatString coords, LatLonPoint ll1, LatLonPoint ll2, float dpplat, float dpplon)
          Create an OMPoly corresponding to a VPF edge feature
 

Methods in com.bbn.openmap.layer.vpf with parameters of type OMPoly
protected  boolean VMAP2Shape.maybeThrowAwayPoly(OMPoly poly)
           
 

Uses of OMPoly in com.bbn.openmap.omGraphics
 

Subclasses of OMPoly in com.bbn.openmap.omGraphics
 class OMDecoratedSpline
          A decorated splined OMPoly.
 class OMDistance
          OMGraphic object that represents a polyline, labeled with distances.
 class OMSpline
          A splined OMPoly.
 

Fields in com.bbn.openmap.omGraphics declared as OMPoly
protected  OMPoly EditableOMPoly.poly
           
 

Constructors in com.bbn.openmap.omGraphics with parameters of type OMPoly
EditableOMPoly(OMPoly omp)
          Create the EditableOMPoly with an OMPoly already defined, ready for editing.
 

Uses of OMPoly in com.bbn.openmap.omGraphics.labeled
 

Subclasses of OMPoly in com.bbn.openmap.omGraphics.labeled
 class LabeledOMPoly
          This is an OMPoly that has been extended to manage a text label.
 class LabeledOMSpline
          LabeledOMSpline Copied from LabeledOMPoly, because both OMSpline and LabeledOMPoly inherits from OMPoly
 

Uses of OMPoly in com.bbn.openmap.omGraphics.meteo
 

Subclasses of OMPoly in com.bbn.openmap.omGraphics.meteo
 class OMColdSurfaceFront
          OMColdSurfaceFront.
 class OMHotSurfaceFront
          OMHotSurfaceFront Just need to init the decorations.
 class OMOcclusion
          OMOcclusion Just need to init the decorations.
 



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