|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbfHandler.Rule | |
---|---|
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.Rule in com.bbn.openmap.dataAccess.shape |
---|
Fields in com.bbn.openmap.dataAccess.shape with type parameters of type DbfHandler.Rule | |
---|---|
protected java.util.List<DbfHandler.Rule> |
DbfHandler.rules
|
Methods in com.bbn.openmap.dataAccess.shape that return types with arguments of type DbfHandler.Rule | |
---|---|
java.util.Iterator<DbfHandler.Rule> |
DbfHandler.getRuleIterator()
Return an iterator for all of the Rules that the DbfHandler knows about. |
java.util.List<DbfHandler.Rule> |
DbfHandler.getRules()
|
Methods in com.bbn.openmap.dataAccess.shape with parameters of type DbfHandler.Rule | |
---|---|
void |
DbfHandler.addRule(DbfHandler.Rule rule)
|
boolean |
DbfHandler.removeRule(DbfHandler.Rule rule)
|
Method parameters in com.bbn.openmap.dataAccess.shape with type arguments of type DbfHandler.Rule | |
---|---|
void |
DbfHandler.setRules(java.util.List<DbfHandler.Rule> rules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |