public abstract class GeoDataset extends Object implements IGeoDataset
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasName
别名
|
protected String |
name
名称
|
protected String |
parentDatasetName
父数据集名称
|
protected List<IGeoDataset> |
subsets
子数据集
|
protected GeoDatasetType |
type
数据集类型
|
protected IFeatureWorkspace |
workspace
数据源
|
| Modifier | Constructor and Description |
|---|---|
protected |
GeoDataset(IFeatureWorkspace workspace,
String name,
String aliasName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasName()
获取数据集别名
|
String |
getFullName()
获取数据集全名称
|
String |
getName()
获取数据集名称
|
String |
getParentDatasetName()
获取修改时间
|
List<IGeoDataset> |
getSubsets()
获取子数据集
|
GeoDatasetType |
getType()
获取数据集类型
|
IFeatureWorkspace |
getWorkspace()
获取数据源
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalterAliasName, canDelete, delete, getDataCount, getDataSizeprotected String name
protected String aliasName
protected GeoDatasetType type
protected String parentDatasetName
protected IFeatureWorkspace workspace
protected List<IGeoDataset> subsets
protected GeoDataset(IFeatureWorkspace workspace, String name, String aliasName)
public String getName()
getName in interface IGeoDatasetpublic String getFullName()
getFullName in interface IGeoDatasetpublic String getAliasName()
getAliasName in interface IGeoDatasetpublic GeoDatasetType getType()
getType in interface IGeoDatasetpublic String getParentDatasetName()
getParentDatasetName in interface IGeoDatasetpublic IFeatureWorkspace getWorkspace()
getWorkspace in interface IGeoDatasetpublic List<IGeoDataset> getSubsets()
getSubsets in interface IGeoDatasetCopyright © 2025. All rights reserved.