| Package | Description |
|---|---|
| com.geoway.adf.gis.geodb |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
FeatureType.getByGeometryType(com.geoway.adf.gis.basic.geometry.GeometryType geometryType) |
static FeatureType |
FeatureType.getByValue(Integer value) |
FeatureType |
IFeatureClass.getFeatureType()
获取要素类型
|
FeatureType |
ITableView.getFeatureType() |
FeatureType |
RegisterDatasetParams.getFeatureType() |
static FeatureType |
FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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)
创建要素类
|
void |
RegisterDatasetParams.setFeatureType(FeatureType featureType) |
Copyright © 2025. All rights reserved.