Uses of Class
com.bbn.openmap.io.BinaryBufferedFile

Packages that use BinaryBufferedFile
com.bbn.openmap.io This package provides classes that let you read data from local files, URLs and resources, using the BinaryFile and BinaryBufferedFile. 
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
 

Uses of BinaryBufferedFile in com.bbn.openmap.io
 

Methods in com.bbn.openmap.io that return BinaryBufferedFile
static BinaryBufferedFile BinaryBufferedFile.create(java.lang.String name)
          A simple factory method that lets you try to create something without having to really deal with failure.
static BinaryBufferedFile BinaryBufferedFile.create(java.lang.String name, int buffersize)
          A simple factory method that lets you try to create something without having to really deal with failure.
 

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

Fields in com.bbn.openmap.layer.shape declared as BinaryBufferedFile
protected  BinaryBufferedFile SpatialIndex.ssx
          The spatial index file.
protected  BinaryBufferedFile SpatialIndex.shp
          The shape file.
 

Methods in com.bbn.openmap.layer.shape with parameters of type BinaryBufferedFile
static int ShapeUtils.readLEInt(BinaryBufferedFile in)
          Reads a little endian int from the current location of the given file.
 



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