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
 

Fields in com.bbn.openmap.layer.shape declared as OMGeometryList
protected  OMGeometryList SpatialIndexHandler.masterList
          Master list for buffering.
 

Methods in com.bbn.openmap.layer.shape that return OMGeometryList
protected  OMGeometryList ShapeLayer2.RecordList(ESRIRecord rec)
          Add the graphics to one OMGeometryList, which will be created.
protected  OMGeometryList ShapeLayer2.RecordList(OMGeometryList list, ESRIRecord rec)
          Add all the graphics to one OMGeometryList.
 

Methods in com.bbn.openmap.layer.shape with parameters of type OMGeometryList
protected  OMGeometryList ShapeLayer2.RecordList(OMGeometryList list, ESRIRecord rec)
          Add all the graphics to one 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 PoliticalArea.getGeometry()
          Get the value of geometry.
 OMGeometryList AreaHandler.findGraphics(java.lang.String area_key)
          Find the graphics that are represented by an search key.
 

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
 

Methods in com.bbn.openmap.plugin that return OMGeometryList
protected  OMGeometryList UTMGridPlugIn.createUTMZoneVerticalLines()
           
protected  OMGeometryList UTMGridPlugIn.createUTMZoneHorizontalLines()
           
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.
 



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