Uses of Class
com.bbn.openmap.dataAccess.shape.DbfHandler.Op

Packages that use DbfHandler.Op
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
 

Uses of DbfHandler.Op in com.bbn.openmap.dataAccess.shape
 

Fields in com.bbn.openmap.dataAccess.shape declared as DbfHandler.Op
protected  DbfHandler.Op DbfHandler.Rule.op
           
static DbfHandler.Op DbfHandler.Op.EQUALS
          equals: equals
static DbfHandler.Op DbfHandler.Op.LESS_THAN
          lt: less than
static DbfHandler.Op DbfHandler.Op.LESS_THAN_EQUALS
          lte: less than or equals
static DbfHandler.Op DbfHandler.Op.GREATER_THAN
          gt: greater than
static DbfHandler.Op DbfHandler.Op.GREATER_THAN_EQUALS
          gte: greater than or equals
static DbfHandler.Op DbfHandler.Op.NOT_EQUALS
          ne: not equals
static DbfHandler.Op DbfHandler.Op.NONE
          noop: no-op (nothing passes rule)
static DbfHandler.Op DbfHandler.Op.ALL
          all: all (everything passes rule)
static DbfHandler.Op DbfHandler.Op.STARTS_WITH
          starts: starts with
static DbfHandler.Op DbfHandler.Op.ENDS_WITH
          ends: ends with
static DbfHandler.Op[] DbfHandler.Op.POSSIBLES
           
 

Methods in com.bbn.openmap.dataAccess.shape that return DbfHandler.Op
 DbfHandler.Op DbfHandler.Rule.getOp()
           
static DbfHandler.Op DbfHandler.Op.resolve(java.lang.String opString)
           
 

Methods in com.bbn.openmap.dataAccess.shape with parameters of type DbfHandler.Op
 void DbfHandler.Rule.setOp(DbfHandler.Op op)
           
 



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