| Package | Description |
|---|---|
| com.geoway.adf.gis.geodb | |
| com.geoway.adf.gis.geodb.cursor | |
| com.geoway.adf.gis.geodb.field |
| Modifier and Type | Method and Description |
|---|---|
IFields |
IFeatureClass.getFields()
获取字段列表
|
IFields |
ITable.getFields()
获取字段列表
|
| Modifier and Type | Method and Description |
|---|---|
IFeatureClass |
IFeatureDataset.createFeatureClass(String name,
IFields fields,
FeatureType eType,
String shapeField,
String subtypeName)
创建要素类
|
IFeatureClass |
IFeatureWorkspace.createFeatureClass(String name,
IFields fields,
FeatureType eType,
String shapeFieldName,
String subtypeName)
创建要素类
|
IFeatureClass |
IGroupDataset.createFeatureClass(String name,
IFields fields,
FeatureType eType,
String shapeFieldName,
String subtypeName)
创建要素类
|
IMosaicDataset |
IFeatureWorkspace.createMosaicDataset(String name,
IFields exFields,
com.geoway.adf.gis.basic.geometry.ISpatialReferenceSystem spatialReferenceSystem,
int nBandCount,
com.geoway.adf.gis.raster.info.PixelDataType nPixelDataType)
创建镶嵌数据集
|
ITable |
IFeatureWorkspace.createTable(String name,
IFields fields)
创建表格
|
ITable |
IGroupDataset.createTable(String name,
IFields fields)
创建表格
|
| Modifier and Type | Field and Description |
|---|---|
protected IFields |
Row.fields |
| Modifier and Type | Method and Description |
|---|---|
IFields |
ICursor.getFields()
获取字段列表
|
IFields |
IFeatureCursor.getFields()
获取字段列表
|
IFields |
IRow.getFields()
获取字段列表
|
IFields |
Row.getFields()
获取字段列表
|
| Constructor and Description |
|---|
Feature(IFeatureClass featureClass,
String objectIdField,
String shapeField,
IFields fields) |
Row(ITable table,
String objectIdField,
IFields fields) |
| Modifier and Type | Class and Description |
|---|---|
class |
Fields
字段列表
|
Copyright © 2025. All rights reserved.