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

Packages that use ESRIPoint
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.layer.shape Provides an OpenMap layer for dealing with shape files. 
 

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

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

Methods in com.bbn.openmap.dataAccess.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.
 

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

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

Methods in com.bbn.openmap.layer.shape with parameters of type ESRIPoint
 void ESRIBoundingBox.addPoint(ESRIPoint point)
          Increase the extents of this bounding box to enclose the given point.
 void ESRIBoundingBox.addPoints(ESRIPoint[] points)
          Increase the extents of this bounding box to enclose all of the given points.
 

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