| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.constant | |
| com.geoway.adf.dms.datasource.service | |
| com.geoway.adf.dms.datasource.service.impl | |
| com.geoway.adf.dms.datasource.util |
| Modifier and Type | Method and Description |
|---|---|
static DatasetTypeEnum |
DatasetTypeEnum.getByValue(Integer value) |
static DatasetTypeEnum |
DatasetTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetTypeEnum[] |
DatasetTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetDTO |
DataSourceService.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetTypeEnum,
String datasetName)
获取数据集详情
|
DatasetDTO |
FileStorageService.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetType,
String fullName)
获取数据集详情
|
DatasetDTO |
GeoDatabaseService.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetType,
String name)
获取数据集详情
|
| Modifier and Type | Method and Description |
|---|---|
DatasetPageList<AtlasSimpleDatasetDTO> |
AtlasDataSourceService.listDatasets(String dsKey,
List<DatasetTypeEnum> datasetTypes,
String keyword,
Integer pageIndex,
Integer rows)
获取数据源下的数据集
|
| Modifier and Type | Method and Description |
|---|---|
DatasetDTO |
DataSourceServiceImpl.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetTypeEnum,
String datasetName) |
DatasetDTO |
FileStorageServiceImpl.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetType,
String fullName) |
DatasetDTO |
GeoDatabaseServiceImpl.getDatasetDetail(DataSourceDTO dataSourceDTO,
DatasetTypeEnum datasetType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
DatasetPageList<AtlasSimpleDatasetDTO> |
AtlasDataSourceServiceImpl.listDatasets(String dsKey,
List<DatasetTypeEnum> datasetTypes,
String keyword,
Integer pageIndex,
Integer rows) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetTypeEnum |
GeoDatasetUtil.convertDatasetType(com.geoway.adf.gis.geodb.GeoDatasetType geoDatasetType) |
| Modifier and Type | Method and Description |
|---|---|
static com.geoway.adf.gis.geodb.GeoDatasetType |
GeoDatasetUtil.convertDatasetType(DatasetTypeEnum datasetTypeEnum) |
static String |
DatasetUtil.getDatasetId(String dsKey,
DatasetTypeEnum datasetTypeEnum,
String datasetName)
生成数据的id
|
Copyright © 2025. All rights reserved.