Package | Description |
---|---|
com.bbn.openmap.dataAccess.shape |
This package provides read and write access to ESRI shape files,
including the .shp, .dbf and .shx files.
|
Modifier and Type | Field and Description |
---|---|
static DbfHandler.Op |
DbfHandler.Op.ALL
all: all (everything passes rule)
|
static DbfHandler.Op |
DbfHandler.Op.ENDS_WITH
ends: ends with
|
static DbfHandler.Op |
DbfHandler.Op.EQUALS
equals: 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.LESS_THAN
lt: less than
|
static DbfHandler.Op |
DbfHandler.Op.LESS_THAN_EQUALS
lte: less than or equals
|
static DbfHandler.Op |
DbfHandler.Op.NONE
noop: no-op (nothing passes rule)
|
static DbfHandler.Op |
DbfHandler.Op.NOT_EQUALS
ne: not equals
|
protected DbfHandler.Op |
DbfHandler.Rule.op |
static DbfHandler.Op[] |
DbfHandler.Op.POSSIBLES |
static DbfHandler.Op |
DbfHandler.Op.STARTS_WITH
starts: starts with
|
Modifier and Type | Method and Description |
---|---|
DbfHandler.Op |
DbfHandler.Rule.getOp() |
static DbfHandler.Op |
DbfHandler.Op.resolve(java.lang.String opString) |
Modifier and Type | Method and Description |
---|---|
void |
DbfHandler.Rule.setOp(DbfHandler.Op op) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details