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

Packages that use FormatException
com.bbn.openmap.dataAccess.dted   
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.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.layer.shape Provides an OpenMap layer for dealing with shape files. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.tools.symbology.milStd2525 This package provides a way to create MIL-STD-2525B compliant symbols. 
 

Uses of FormatException in com.bbn.openmap.dataAccess.dted
 

Methods in com.bbn.openmap.dataAccess.dted that throw FormatException
 void StandardDTEDNameTranslator.set(java.lang.String filePath)
          Set the internal parameters based on the given file path.
 void StandardDTEDNameTranslator.setName(java.lang.String fileName)
          Configure the internal settings based on a path to a DTED frame file.
protected  void StandardDTEDNameTranslator.evaluate(java.lang.String filePath)
          Update all the other settings based on these.
 void DTEDNameTranslator.set(java.lang.String filePath)
          Set the internal parameters based on the given file path.
 void DTEDNameTranslator.setName(java.lang.String fileName)
          Configure the internal settings based on a path to a DTED frame file.
 

Uses of FormatException in com.bbn.openmap.io
 

Subclasses of FormatException in com.bbn.openmap.io
 class InvalidCharException
          An invalid character occured on in input stream.
 

Methods in com.bbn.openmap.io that throw FormatException
 byte[] StreamInputReader.readBytes(int howmany, boolean allowless)
          Read from the file.
 byte[] InputReader.readBytes(int howmany, boolean allowless)
          Read from the file.
 byte[] FileInputReader.readBytes(int howmany, boolean allowless)
          Read from the file.
 byte[] BinaryFile.readBytes(int howmany, boolean allowless)
          Read from the file.
 char BinaryFile.readChar()
          Reads and returns a single byte, cast to a char
 short BinaryFile.readShort()
          Reads and returns a short.
 int BinaryFile.readInteger()
          Reads and returns a long
 void BinaryFile.readIntegerArray(int[] vec, int offset, int len)
           
 long BinaryFile.readLong()
          Reads and returns a long
 float BinaryFile.readFloat()
          Reads and returns a float
 void BinaryFile.readFloatArray(float[] vec, int offset, int len)
           
 double BinaryFile.readDouble()
          Reads and returns a double
 java.lang.String BinaryFile.readFixedLengthString(int length)
          Reads length bytes and returns a string composed of the bytes cast to chars
 void BinaryFile.assertChar(char expected)
          Read a bytes and throw an InvalidCharException if it doesn't match expected
 java.lang.String BinaryFile.readToDelimiter(char delim)
          Reads a string until the specified delimiter or EOF is encountered
 byte[] BinaryBufferedFile.readBytes(int howmany, boolean allowless)
          Read from the file.
 char BinaryBufferedFile.readChar()
          Reads and returns a single byte, cast to a char.
 short BinaryBufferedFile.readShort()
          Reads and returns a short.
 void BinaryBufferedFile.readShortArray(short[] vec, int offset, int len)
          Reads an array of shorts.
 int BinaryBufferedFile.readInteger()
          Reads and returns a long.
 void BinaryBufferedFile.readIntegerArray(int[] vec, int offset, int len)
          Reads an array of integers.
 void BinaryBufferedFile.readFloatArray(float[] vec, int offset, int len)
          Reads an array of floats from the input.
 long BinaryBufferedFile.readLong()
          Reads and returns a long.
 java.lang.String BinaryBufferedFile.readFixedLengthString(int length)
          Reads length bytes and returns a string composed of the bytes cast to chars.
 

Uses of FormatException in com.bbn.openmap.layer.rpf
 

Methods in com.bbn.openmap.layer.rpf that throw FormatException
 void RpfTocEntry.read(BinaryFile binFile)
           
 

Constructors in com.bbn.openmap.layer.rpf that throw FormatException
RpfTocEntry(BinaryFile binFile, int entryNumber)
           
RpfTocEntry(BinaryFile binFile, int TOCNumber, int entryNumber)
           
 

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

Methods in com.bbn.openmap.layer.shape that throw FormatException
 OMGraphicList SpatialIndexHandler.getGraphics(double xmin, double ymin, double xmax, double ymax)
          Create the OMGraphics out of the records that fall inside the bounding box.
 OMGraphicList SpatialIndexHandler.getGraphics(double xmin, double ymin, double xmax, double ymax, OMGraphicList list)
          Given a bounding box, create OMGraphics from the ESRI records in the shape file.
protected  void SpatialIndexHandler.getWholePlanet()
          Get the graphics for the entire planet.
 ESRIRecord[] SpatialIndex.locateRecords(double xmin, double ymin, double xmax, double ymax)
          Locates records in the shape file that intersect with the given rectangle.
protected  OMGraphicList BufferedShapeLayer.getWholePlanet()
          Get the graphics for the entire planet.
 

Uses of FormatException in com.bbn.openmap.layer.vpf
 

Methods in com.bbn.openmap.layer.vpf that throw FormatException
 void LibrarySelectionTable.addDataPath(java.lang.String vpfpath)
          add a path to LibrarySelectionTable.
 CoverageAttributeTable LibrarySelectionTable.getCAT(java.lang.String library)
          Return the coverage attribute table (list of coverages available for the given library) for the given library name.
 java.lang.String LibrarySelectionTable.getDescription(java.lang.String coverageOrFeatureType)
          Given a string for a coverage type or feature type, return the description for that string.
static void GenerateVPFProperties.main(java.lang.String[] args)
          The main program.
static void DescribeDB.main(java.lang.String[] args)
          The main program.
 int[] DcwThematicIndex.get(java.lang.Object valueIndex)
          Returns the list of rows listed for this index
 void DcwThematicIndex.close()
          Closes the associated input file.
 void DcwThematicIndex.reopen(int offset)
          Reopen the associated input file.
 DcwSpatialIndex.PrimitiveRecord[] DcwSpatialIndex.getPrimitiveRecords(int node)
          Returns an array of primitive records
 void DcwRecordFile.finishInitialization()
          Complete initialization of this object.
 int[] DcwRecordFile.lookupSchema(java.lang.String[] names, boolean mustExist)
          Get the column number for a set of column names.
 int[] DcwRecordFile.lookupSchema(java.lang.String[] names, boolean mustExist, char[] type, int[] length, boolean strictlength)
          Get the column number for a set of column names.
 void DcwRecordFile.parseAllRowsAndPrintSome()
          Good for looking at the contents of a data file, this method dumps a bunch of rows to System.out.
 void DcwRecordFile.parseSomeRowsAndPrint()
          Good for looking at the contents of a data file, this method dumps a bunch of rows to System.out.
 java.util.List DcwRecordFile.parseRow()
          Return a row from the table.
 boolean DcwRecordFile.parseRow(java.util.List retval)
          Return a row from the table.
 int DcwRecordFile.getRecordCount()
          Gets the number of records in the table.
 java.util.List DcwRecordFile.getRow(int rownumber)
          Parses the row specified by rownumber
 boolean DcwRecordFile.getRow(java.util.List retval, int rownumber)
          Parses the row specified by rownumber
 void DcwRecordFile.seekToRow(int recordNumber)
          moves the input cursor to the specified row [affects subsequent calls parseRow.]
 void DcwRecordFile.printSchema()
          Prints the table information to System.out.
 void DcwRecordFile.reopen(int seekRow)
          Reopen the associated input file.
 void DcwColumnInfo.assertSchema(char type, int length, boolean strictlength)
          Claim that the column has a particular schema
 int DcwColumnInfo.fieldLength()
          the number of bytes a field of this type takes in the input file
 java.lang.Object DcwColumnInfo.parseField(BinaryFile inputFile)
          Read an element of the type specified by the column
 int AreaTable.computeEdgePoints(java.util.List facevec, java.util.List allLLPoints)
          Computes the full set of points that determine the edge of the area.
 

Constructors in com.bbn.openmap.layer.vpf that throw FormatException
TextTable(CoverageTable cov, TileDirectory tile)
          Construct a TextTable for reading VPF text features.
PrimitiveTable(CoverageTable cov, TileDirectory tile, java.lang.String tablename)
          Construct a PrimitiveTable.
NodeTable(CoverageTable cov, TileDirectory tile, boolean isEntityNode)
          Construct a NodeTable for reading VPF text features.
LibrarySelectionTable(java.lang.String vpfpath)
          Construct a LibrarySelectionTable with a path to data.
LibrarySelectionTable(java.lang.String[] vpfpaths)
          Construct a LibrarySelectionTable with a path to data.
FeatureClassInfo(CoverageTable cthis, java.lang.String colname, java.lang.String tablepath, java.lang.String ftname)
          Construct a FeatureClassInfo.
FeatureClassInfo(CoverageTable cthis, java.lang.String colname, java.lang.String tablepath, java.lang.String ftname, java.lang.String tileDirFile, java.lang.String tileDirFileColName)
          Construct a FeatureClassInfo that can be used for feature search
EdgeTable(CoverageTable cov, TileDirectory tile)
          Construct an EdgeTable object for a tile of a coverage.
DcwVariableLengthIndexFile(java.lang.String filename, boolean msbfirst)
          Construct a new index file.
DcwVariableLengthIndexFile(BinaryFile inputstream, boolean msbfirst)
          Construct a new index file.
DcwThematicIndex(java.lang.String filename, boolean border)
          Construct an index, assumes this is pre-VPF2407 format.
DcwThematicIndex(java.lang.String filename, boolean border, boolean vpf2407)
          Construct an index, assumes this is pre-VPF2407 format.
DcwSpatialIndex(java.lang.String filename, boolean border)
          Construct an index for a filename.
DcwSpatialIndex.PrimitiveRecord(BinaryFile inputFile)
          construct a new primitive record
DcwRecordFile(java.lang.String name)
          Open a DcwRecordFile and completely initialize it
DcwRecordFile(java.lang.String name, boolean deferInit)
          Open a DcwRecordFile
DcwCrossTileID(BinaryFile in)
          Construct a DcwCrossTileID from the specified input stream.
DcwColumnInfo(BinaryFile inputFile)
          Construct a DcwColumnInfo from the specified input stream.
CoverageAttributeTable(java.lang.String dcwpath, java.lang.String libname)
          Construct a new coverage attribute table
CoordFloatString(int tuplecount, int tuplesize, BinaryFile input)
          Construct a CoordFloatString from a file input
CoordDoubleString(int tuplecount, int tuplesize, BinaryFile input)
          Construct a CoordDoubleString from a file input
AreaTable(CoverageTable cov, EdgeTable edg, TileDirectory tile)
          Construct an AreaTable for a tile.
 

Uses of FormatException in com.bbn.openmap.tools.symbology.milStd2525
 

Methods in com.bbn.openmap.tools.symbology.milStd2525 that throw FormatException
protected  java.util.List SymbolChooser.createNodes(SymbolReferenceLibrary srl)
          Initialization method to create the SymbolTreeHolders from the SymbolReferenceLibrary.
 



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