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

Packages that use OMGeometryList
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.shape.areas Provides an extension to the ShapeLayer that deals with attributes files for shapefiles. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.plugin Provides support for writing OpenMap PlugIns. 
 

Uses of OMGeometryList in com.bbn.openmap.layer.shape
 

Methods in com.bbn.openmap.layer.shape with parameters of type OMGeometryList
abstract  OMGeometry ESRIRecord.addOMGeometry(OMGeometryList list)
          Generates OMGeometry and adds them to the given list.
 OMGeometry ESRIPolygonRecord.addOMGeometry(OMGeometryList list)
          Generates OMGeometry and adds them to the given list.
 OMGeometry ESRIPointRecord.addOMGeometry(OMGeometryList list)
          Generates Points and adds them to the given list.
 OMGeometry ESRIMultiPointRecord.addOMGeometry(OMGeometryList list)
          Generates OMGeometry and adds it to the list.
 

Uses of OMGeometryList in com.bbn.openmap.layer.shape.areas
 

Fields in com.bbn.openmap.layer.shape.areas declared as OMGeometryList
protected  OMGeometryList PoliticalArea.geometry
           
 

Methods in com.bbn.openmap.layer.shape.areas that return OMGeometryList
 OMGeometryList AreaHandler.findGraphics(java.lang.String area_key)
          Find the graphics that are represented by an search key.
 OMGeometryList PoliticalArea.getGeometry()
          Get the value of geometry.
 

Methods in com.bbn.openmap.layer.shape.areas with parameters of type OMGeometryList
 void PoliticalArea.setGeometry(OMGeometryList v)
          Set the value of geometry.
 

Uses of OMGeometryList in com.bbn.openmap.omGraphics
 

Subclasses of OMGeometryList in com.bbn.openmap.omGraphics
 class OMAreaList
          This class encapsulates a list of OMGeometries that are connected to form one area.
 

Uses of OMGeometryList in com.bbn.openmap.plugin
 

Fields in com.bbn.openmap.plugin declared as OMGeometryList
protected  OMGeometryList UTMGridPlugIn.horizontalList
          The horizontal list of OMLines used for UTM zones.
protected  OMGeometryList UTMGridPlugIn.verticalList
          The vertical list of OMLines used for UTM zones.
 

Methods in com.bbn.openmap.plugin that return OMGeometryList
protected  OMGeometryList UTMGridPlugIn.createMGRSRectangles(LatLonPoint llp, int accuracy, int numRects)
          Create a list of rectangles representing equal areas of MGRS coordinates around a lat/lon location.
protected  OMGeometryList UTMGridPlugIn.createMGRSRectangles(LatLonPoint llp, int accuracy, int numRects, Ellipsoid ellipsoid)
          Create a list of rectangles representing equal areas of MGRS coordinates around a lat/lon location.
protected  OMGeometryList UTMGridPlugIn.createUTMZoneHorizontalLines()
           
protected  OMGeometryList UTMGridPlugIn.createUTMZoneVerticalLines()
           
 



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