Package | Description |
---|---|
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.io |
This package provides classes that let you read data from local
files, URLs and resources, using the BinaryFile and BinaryBufferedFile.
|
Modifier and Type | Method and Description |
---|---|
static int |
ShapeUtils.readLEInt(BinaryBufferedFile in)
Reads a little endian int from the current location of the given file.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details