|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DDFFieldDefinition | |
|---|---|
| com.bbn.openmap.dataAccess.iso8211 | This is a package containing classes that parse ISO 8211 files. |
| Uses of DDFFieldDefinition in com.bbn.openmap.dataAccess.iso8211 |
|---|
| Fields in com.bbn.openmap.dataAccess.iso8211 declared as DDFFieldDefinition | |
|---|---|
protected DDFFieldDefinition |
DDFField.poDefn
|
| Methods in com.bbn.openmap.dataAccess.iso8211 that return DDFFieldDefinition | |
|---|---|
DDFFieldDefinition |
DDFModule.findFieldDefn(java.lang.String pszFieldName)
Fetch the definition of the named field. |
DDFFieldDefinition |
DDFModule.getField(int i)
Fetch a field definition by index. |
DDFFieldDefinition |
DDFField.getFieldDefn()
Fetch the corresponding DDFFieldDefn. |
| Methods in com.bbn.openmap.dataAccess.iso8211 with parameters of type DDFFieldDefinition | |
|---|---|
void |
DDFField.initialize(DDFFieldDefinition poDefnIn,
byte[] pachDataIn)
|
| Constructors in com.bbn.openmap.dataAccess.iso8211 with parameters of type DDFFieldDefinition | |
|---|---|
DDFField(DDFFieldDefinition poDefnIn,
byte[] pachDataIn)
|
|
DDFField(DDFFieldDefinition poDefnIn,
byte[] pachDataIn,
boolean doSubfields)
|
|
DDFField(DDFFieldDefinition poDefnIn,
int dataPositionIn,
int dataLengthIn)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||