|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDFModule | |
---|---|
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.iso8211 | This is a package containing classes that parse ISO 8211 files. |
Uses of DDFModule in com.bbn.openmap.dataAccess.asrp |
---|
Fields in com.bbn.openmap.dataAccess.asrp declared as DDFModule | |
---|---|
protected DDFModule |
GeneralASRPFile.info
|
Methods in com.bbn.openmap.dataAccess.asrp that return DDFModule | |
---|---|
protected DDFModule |
GeneralASRPFile.getInfo()
|
protected DDFModule |
GeneralASRPFile.load(java.lang.String fileName)
|
Uses of DDFModule in com.bbn.openmap.dataAccess.iso8211 |
---|
Fields in com.bbn.openmap.dataAccess.iso8211 declared as DDFModule | |
---|---|
protected DDFModule |
DDFRecord.poModule
|
protected DDFModule |
DDFFieldDefinition.poModule
|
Methods in com.bbn.openmap.dataAccess.iso8211 that return DDFModule | |
---|---|
DDFModule |
DDFRecord.getModule()
Fetch the DDFModule with which this record is associated. |
Methods in com.bbn.openmap.dataAccess.iso8211 with parameters of type DDFModule | |
---|---|
boolean |
DDFFieldDefinition.initialize(DDFModule poModuleIn,
java.lang.String pszTagIn,
byte[] pachFieldArea)
Initialize the field definition from the information in the DDR record. |
Constructors in com.bbn.openmap.dataAccess.iso8211 with parameters of type DDFModule | |
---|---|
DDFFieldDefinition(DDFModule poModuleIn,
java.lang.String pszTagIn,
byte[] pachFieldArea)
|
|
DDFRecord(DDFModule poModuleIn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |