Uses of Class
org.deegree_impl.io.shpapi.DBaseIndex

Packages that use DBaseIndex
org.deegree_impl.io.shpapi   
 

Uses of DBaseIndex in org.deegree_impl.io.shpapi
 

Fields in org.deegree_impl.io.shpapi declared as DBaseIndex
private  DBaseIndex DBaseIndexException.index
           
 

Methods in org.deegree_impl.io.shpapi that return DBaseIndex
 DBaseIndex DBaseIndexException.getIndex()
           
static DBaseIndex DBaseIndex.createIndex(java.lang.String name, java.lang.String column, int keyLength, boolean uniqueFlag, boolean numbers)
          Create a new index
 

Constructors in org.deegree_impl.io.shpapi with parameters of type DBaseIndex
KeyTooLongException(java.lang.Comparable key, DBaseIndex index)
          Creates a new KeyTooLongException object.
KeyNotFoundException(java.lang.Comparable key, DBaseIndex index)
          Creates a new KeyNotFoundException object.
KeyAlreadyExistException(java.lang.Comparable key, DBaseIndex index)
          Creates a new KeyAlreadyExistException object.
InvalidKeyTypeException(java.lang.Comparable key, DBaseIndex index)
          Creates a new InvalidKeyTypeException object.
DBaseIndexException(java.lang.String error, java.lang.Comparable key, DBaseIndex index)