deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.dbaseapi.DBaseException

Packages that use DBaseException
org.deegree.io.dbaseapi   
org.deegree.io.quadtree   
org.deegree.io.shpapi   
org.deegree.io.shpapi.shape_new   
org.deegree.tools.app3d   
org.deegree.tools.raster   
org.deegree.tools.shape   
 

Uses of DBaseException in org.deegree.io.dbaseapi
 

Methods in org.deegree.io.dbaseapi that throw DBaseException
 String DBaseFile.getColumn(String col_name)
           
 int DBaseFile.getDataLength(String field)
           
 String[] DBaseFile.getDataTypes()
           
 String[] DBaseFile.getDataTypes(String[] fields)
           
 Feature DBaseFile.getFRow(int rowNo)
          Returns a row of the dBase file as a Feature instance.
 String[] DBaseFile.getProperties()
           
 int DBaseFile.getRecordNum()
           
 void DBaseFile.goTop()
          Positions the record pointer at the top of the table.
 boolean DBaseFile.nextRecord()
          Advance the record pointer to the next record.
 void DBaseFile.setRecord(ArrayList recData)
          writes a data record to byte array representing the data section of the dBase file.
 void DBFDataSection.setRecord(ArrayList recData)
          method: public setRecord(ArrayList recData) writes a data record to byte array representing the data section of the dBase file.
 void DBaseFile.setRecord(int index, ArrayList recData)
          writes a data record to byte array representing the data section of the dBase file.
 void DBFDataSection.setRecord(int index, ArrayList recData)
          method: public setRecord(int index, ArrayList recData) writes a data record to byte array representing the data section of the dBase file.
 void DBaseFile.writeAllToFile()
          creates the dbase file and writes all data to it if the file specified by fname (s.o.) exists it will be deleted!
 

Constructors in org.deegree.io.dbaseapi that throw DBaseException
DBaseFile(String url, FieldDescriptor[] fieldDesc)
          constructor
only for writing a dBase file
DBFHeader(FieldDescriptor[] fieldDesc)
          constructor retrieves number of fields
FieldDescriptor(String name, String type, byte fieldlength, byte decimalcount)
          constructor recieves name and type of the field, the length of the field in bytes and the decimalcount. the decimalcount is only considered if type id "N" or "F", it's maxvalue if fieldlength - 2!
 

Uses of DBaseException in org.deegree.io.quadtree
 

Methods in org.deegree.io.quadtree that throw DBaseException
 void DBQuadtreeManager.importShape(String fileName)
          imports a shape into the database and builds a quadtree on it
 

Uses of DBaseException in org.deegree.io.shpapi
 

Methods in org.deegree.io.shpapi that throw DBaseException
 int[] ShapeFile.getDataLengths()
           
 String[] ShapeFile.getDataTypes()
          returns the datatype of each column of the database file
associated to the shape-file
 String[] ShapeFile.getDataTypes(String[] fields)
          returns the datatype of each column of the dBase associated
to the shape-file specified by fields
 Feature ShapeFile.getFeatureByRecNo(int RecNo)
          Returns the given entry of the shape file as a Feature instance.
 String[] ShapeFile.getProperties()
          returns the properties (column headers) of the dBase-file
associated to the shape-file
 

Uses of DBaseException in org.deegree.io.shpapi.shape_new
 

Methods in org.deegree.io.shpapi.shape_new that throw DBaseException
 FeatureCollection ShapeFile.getFeatureCollection()
          This method destroys the internal list of shapes and the associated .dbf structure!
 void ShapeFileWriter.write()
          Writes the shapes to file.
 void ShapeFileWriter.write(String baseName)
          Deprecated.  
 void ShapeFile.writeDBF()
          This writes the DBF file.
 

Constructors in org.deegree.io.shpapi.shape_new that throw DBaseException
ShapeFile(FeatureCollection fc, String baseName)
          Creates shapefile datastructures from the feature collection.
 

Uses of DBaseException in org.deegree.tools.app3d
 

Methods in org.deegree.tools.app3d that throw DBaseException
 void CityGML2Shape.write()
           
 

Uses of DBaseException in org.deegree.tools.raster
 

Methods in org.deegree.tools.raster that throw DBaseException
 void ImportIndexIntoDB.perform()
          main method to perform indexing of raster tile via a spatial DB
 void RasterTreeUpdater.update()
          Updates the images.
 

Uses of DBaseException in org.deegree.tools.shape
 

Methods in org.deegree.tools.shape that throw DBaseException
 void GML2Shape_new.write()
           
 

Constructors in org.deegree.tools.shape that throw DBaseException
ShapefileMerger(String[] args)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org