Uses of Class
com.bbn.openmap.layer.shape.ESRIPoint

Packages that use ESRIPoint
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
 

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

Fields in com.bbn.openmap.layer.shape declared as ESRIPoint
 ESRIPoint ESRIBoundingBox.min
          The minimum point.
 ESRIPoint ESRIBoundingBox.max
          The maximum point.
 

Methods in com.bbn.openmap.layer.shape that return ESRIPoint
static ESRIPoint ShapeUtils.readPoint(byte[] b, int off)
          Reads a point record.
 

Methods in com.bbn.openmap.layer.shape with parameters of type ESRIPoint
static int ShapeUtils.writePoint(byte[] b, int off, ESRIPoint point)
          Writes the given point to the given buffer at the given location.
 void ESRIBoundingBox.addPoints(ESRIPoint[] points)
          Increase the extents of this bounding box to enclose all of the given points.
 void ESRIBoundingBox.addPoint(ESRIPoint point)
          Increase the extents of this bounding box to enclose the given point.
 

Constructors in com.bbn.openmap.layer.shape with parameters of type ESRIPoint
ESRIBoundingBox(ESRIPoint point)
          Initialize a bounding box from a point.
ESRIBoundingBox(ESRIPoint _min, ESRIPoint _max)
          Initialize a bounding box to encompass a minimum and maximum point.
 



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