| Modifier and Type | Class and Description |
|---|---|
class |
AtlasDatasetDTO |
class |
AtlasFeatureClassDTO |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureClassDTO
要素类
|
class |
FeatureDatasetDTO
要素数据集
|
class |
GroupDatasetDTO
分组数据集
|
class |
MosaicDatasetDTO
镶嵌数据集
|
class |
RasterDatasetDTO |
class |
ServiceDatasetDTO
服务数据集
|
class |
TableDatasetDTO
表格数据集
|
class |
TableViewDTO
表格视图
|
class |
TileDatasetDTO |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetDTO> |
FeatureDatasetDTO.getSubsets()
子数据集
|
List<DatasetDTO> |
GroupDatasetDTO.getSubsets()
子数据集
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureDatasetDTO.setSubsets(List<DatasetDTO> subsets)
子数据集
|
void |
GroupDatasetDTO.setSubsets(List<DatasetDTO> subsets)
子数据集
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatumDatasetDTO |
class |
GeoDatumDatasetDTO |
class |
GeoMosaicDatumDatasetDTO
镶嵌数据集空间型文件数据集
|
| Modifier and Type | Class and Description |
|---|---|
class |
HotDistrictDatasetDTO |
| Modifier and Type | Method and Description |
|---|---|
DatasetDTO |
DistrictLevelDTO.getDataset()
数据源
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistrictLevelDTO.setDataset(DatasetDTO dataset)
数据源
|
| Modifier and Type | Method and Description |
|---|---|
DatasetDTO |
InputDataResultDTO.getTargetDataset()
目标数据集
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDataResultDTO.setTargetDataset(DatasetDTO targetDataset)
目标数据集
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelDatasetDTO |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceManager.setDatasetMeta(DatasetDTO datasetDTO)
设置数据集元数据信息
|
| 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)
获取数据集详情
|
DatasetDTO |
DataSourceService.getDatasetDetail(String id)
获取数据集详情
|
DatasetDTO |
GeoDatabaseService.getDatasetDetail(String id)
获取数据集详情
|
DatasetDTO |
DataSourceService.getDatasetDetail(String dsKey,
String datasetName)
获取数据集详情
|
DatasetDTO |
DataSourceService.getDatasetDetailWithoutException(String id)
获取数据集详情(失败不抛出异常)
|
DatasetDTO |
DataSourceService.getDatasetDetailWithoutPwd(String id)
获取数据集详情(不包括数据源连接密码)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DatasetDTO> |
DatasetRelationService.getRelateDatasetDetail(String datasetId) |
List<DatasetDTO> |
GeoDatabaseService.listSubFeatureClass(String featureDatasetId,
Boolean withDetail)
获取要素数据集下的要素类
|
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.gis.geosrv.publish.PublishDataset |
RenderIndexService.getPublishDataset(DatasetDTO datasetDTO,
com.geoway.adf.gis.geosrv.ServiceType serviceType)
根据数据集构建发布数据信息
|
| 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) |
DatasetDTO |
DataSourceServiceImpl.getDatasetDetail(String id) |
DatasetDTO |
GeoDatabaseServiceImpl.getDatasetDetail(String id) |
DatasetDTO |
DataSourceServiceImpl.getDatasetDetail(String dsKey,
String datasetName) |
DatasetDTO |
DataSourceServiceImpl.getDatasetDetailWithoutException(String id) |
DatasetDTO |
DataSourceServiceImpl.getDatasetDetailWithoutPwd(String id) |
DatasetDTO |
DataInputS57ServiceImpl.uploadS57DataInput(org.springframework.web.multipart.MultipartFile file) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DatasetDTO> |
DatasetRelationServiceImpl.getRelateDatasetDetail(String datasetId) |
List<DatasetDTO> |
GeoDatabaseServiceImpl.listSubFeatureClass(String featureDatasetId,
Boolean withDetail) |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.gis.geosrv.publish.PublishDataset |
RenderIndexServiceImpl.getPublishDataset(DatasetDTO datasetDTO,
com.geoway.adf.gis.geosrv.ServiceType serviceType) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDTO |
GeoDatasetUtil.getGeoDatasetDetail(DataSourceDTO dataSourceDTO,
com.geoway.adf.gis.geodb.IGeoDataset dataset) |
static DatasetDTO |
GeoDatasetUtil.getGeoDatasetDTO(String dsKey,
com.geoway.adf.gis.geodb.IGeoDataset dataset)
数据集对象转换
|
| Modifier and Type | Method and Description |
|---|---|
static ExtentDTO |
DatasetUtil.getDatasetExtent(DatasetDTO dataset)
获取数据集范围
|
Copyright © 2025. All rights reserved.