Package com.bbn.openmap.dataAccess.iso8211

This is a package containing classes that parse ISO 8211 files.

See:
          Description

Interface Summary
DDFConstants  
DDFSubfieldDefinition.DDFBinaryFormat  
 

Class Summary
DDFDataType  
DDFField This object represents one field in a DDFRecord.
DDFFieldDefinition Information from the DDR defining one field.
DDFFieldDefinition.DataStructCode  
DDFFieldDefinition.DataTypeCode  
DDFModule The class that represents a ISO 8211 file.
DDFRecord Contains instance data from one data record (DR).
DDFSubfield Class containing subfield information for a DDFField object.
DDFSubfieldDefinition Information from the DDR record describing one subfield of a DDFFieldDefn.
DDFUtils  
View8211 Class that uses the DDF* classes to read an 8211 file and print out the contents.
 

Package com.bbn.openmap.dataAccess.iso8211 Description

This is a package containing classes that parse ISO 8211 files. This code was ported from the iso8211lib-1.1 package created by Frank Warmerdam, with the following copyright notice:



/******************************************************************************
 * Copyright (c) 1999, Frank Warmerdam
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 ******************************************************************************/



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