| Package | Description |
|---|---|
| com.revolsys.gis.esri.gdb.file | |
| com.revolsys.gis.esri.gdb.file.capi.swig |
| Modifier and Type | Method and Description |
|---|---|
EnumRows |
CapiFileGdbRecordStore.query(String sql,
boolean recycling) |
EnumRows |
CapiFileGdbRecordStore.search(Table table,
String fields,
String whereClause,
boolean recycling) |
EnumRows |
CapiFileGdbRecordStore.search(Table table,
String fields,
String whereClause,
Envelope boundingBox,
boolean recycling) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapiFileGdbRecordStore.closeEnumRows(EnumRows rows) |
boolean |
CapiFileGdbRecordStore.isOpen(EnumRows enumRows) |
protected Row |
CapiFileGdbRecordStore.nextRow(EnumRows rows) |
| Modifier and Type | Method and Description |
|---|---|
EnumRows |
Geodatabase.query(String sql,
boolean recycling) |
EnumRows |
Table.search(String subfields,
String whereClause,
boolean recycling) |
EnumRows |
Table.search(String subfields,
String whereClause,
Envelope envelope,
boolean recycling) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EsriFileGdbJNI.EnumRows_Close(long jarg1,
EnumRows jarg1_) |
static int |
EsriFileGdbJNI.EnumRows_GetFieldInformation(long jarg1,
EnumRows jarg1_,
long jarg2,
FieldInfo jarg2_) |
static long |
EsriFileGdbJNI.EnumRows_getFields(long jarg1,
EnumRows jarg1_) |
static long |
EsriFileGdbJNI.EnumRows_next(long jarg1,
EnumRows jarg1_) |
protected static long |
EnumRows.getCPtr(EnumRows obj) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.