Package | Description |
---|---|
com.bbn.openmap.dataAccess.iso8211 |
This is a package containing classes that parse ISO 8211 files.
|
com.bbn.openmap.layer.vpf |
This package contains code for dealing with NIMA data distributed in
Vector Product Format.
|
Modifier and Type | Method and Description |
---|---|
double |
DDFSubfieldDefinition.extractFloatData(byte[] pachSourceData,
int nMaxBytes,
MutableInt pnConsumedBytes)
Extract a subfield value as a float.
|
int |
DDFSubfieldDefinition.extractIntData(byte[] pachSourceData,
int nMaxBytes,
MutableInt pnConsumedBytes)
Extract a subfield value as an integer.
|
static java.lang.String |
DDFUtils.fetchVariable(byte[] pszRecord,
int nMaxChars,
char nDelimChar1,
char nDelimChar2,
MutableInt pnConsumedChars) |
int |
DDFSubfieldDefinition.getDataLength(byte[] pachSourceData,
int nMaxBytes,
MutableInt pnConsumedBytes)
Scan for the end of variable length data.
|
byte[] |
DDFField.getSubfieldData(DDFSubfieldDefinition poSFDefn,
MutableInt pnMaxBytes,
int iSubfieldIndex)
Fetch raw data pointer for a particular subfield of this field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
CoverageTable.getAreaDescription(java.util.List<java.lang.Object> areaid,
MutableInt retval) |
protected java.lang.String |
FeatureClassInfo.getAttribute(DcwColumnInfo dci,
java.lang.Object colObj,
MutableInt type) |
java.lang.String |
FeatureClassInfo.getAttribute(int ftid,
int colIndex,
MutableInt type)
Given a row from the primitive table, this function returns a full string
description of the row
|
java.lang.String |
CoverageTable.getCPointDescription(java.util.List<java.lang.Object> pointid,
MutableInt retval) |
java.lang.String |
FeatureClassInfo.getDescription(java.util.List<java.lang.Object> l,
MutableInt type)
Given a row from the primitive table, this function returns a full string
description of the row
|
java.lang.String |
CoverageTable.getEPointDescription(java.util.List<java.lang.Object> pointid,
MutableInt retval) |
java.lang.String |
CoverageTable.getLineDescription(java.util.List<java.lang.Object> lineid,
MutableInt retval) |
java.lang.String |
CoverageTable.getTextDescription(java.util.List<java.lang.Object> textid,
MutableInt retval) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details