Package | Description |
---|---|
com.bbn.openmap.dataAccess.iso8211 |
This is a package containing classes that parse ISO 8211 files.
|
Modifier and Type | Field and Description |
---|---|
protected DDFSubfieldDefinition |
DDFSubfield.defn
A DDFSubfieldDefinition defining the admin part of the file
that contains the subfield data.
|
Modifier and Type | Method and Description |
---|---|
DDFSubfieldDefinition |
DDFFieldDefinition.findSubfieldDefn(java.lang.String pszMnemonic)
Find a subfield definition by it's mnemonic tag.
|
DDFSubfieldDefinition |
DDFSubfield.getDefn() |
DDFSubfieldDefinition |
DDFFieldDefinition.getSubfieldDefn(int i)
Fetch a subfield by index.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
DDFField.getSubfieldData(DDFSubfieldDefinition poSFDefn,
MutableInt pnMaxBytes,
int iSubfieldIndex)
Fetch raw data pointer for a particular subfield of this field.
|
void |
DDFSubfield.setDefn(DDFSubfieldDefinition ddsfd) |
protected int |
View8211.viewSubfield(DDFSubfieldDefinition poSFDefn,
byte[] pachFieldData,
int nBytesRemaining) |
Constructor and Description |
---|
DDFSubfield(DDFSubfieldDefinition poSFDefn,
byte[] pachFieldData,
int nBytesRemaining)
Create a subfield with a definition and the bytes containing
the information for the value.
|
DDFSubfield(DDFSubfieldDefinition ddfsd,
java.lang.Object value)
Create a subfield with a definition and a value.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details