public class UserCoreResultUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FIELD_TYPE_BLOB
Blob field type
|
static int |
FIELD_TYPE_FLOAT
Float field type
|
static int |
FIELD_TYPE_INTEGER
Integer field type
|
static int |
FIELD_TYPE_NULL
Null field type
|
static int |
FIELD_TYPE_STRING
String field type
|
| Constructor and Description |
|---|
UserCoreResultUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getFloatValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the float value from the cursor of the column
|
static Object |
getIntegerValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the integer value from the cursor of the column
|
static Object |
getValue(UserCoreResult<?,?,?> result,
int index,
GeoPackageDataType dataType)
Get the value from the cursor from the provided column
|
public static final int FIELD_TYPE_INTEGER
public static final int FIELD_TYPE_FLOAT
public static final int FIELD_TYPE_STRING
public static final int FIELD_TYPE_BLOB
public static final int FIELD_TYPE_NULL
public static Object getValue(UserCoreResult<?,?,?> result, int index, GeoPackageDataType dataType)
result - index - dataType - public static Object getIntegerValue(UserCoreResult<?,?,?> result, int index, GeoPackageDataType dataType)
index - dataType - public static Object getFloatValue(UserCoreResult<?,?,?> result, int index, GeoPackageDataType dataType)
index - dataType - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.