public class GeoDatasetUtil extends Object
| Constructor and Description |
|---|
GeoDatasetUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.geoway.adf.gis.geodb.GeoDatasetType |
convertDatasetType(DatasetTypeEnum datasetTypeEnum) |
static DatasetTypeEnum |
convertDatasetType(com.geoway.adf.gis.geodb.GeoDatasetType geoDatasetType) |
static DatasetDTO |
getGeoDatasetDetail(DataSourceDTO dataSourceDTO,
com.geoway.adf.gis.geodb.IGeoDataset dataset) |
static DatasetDTO |
getGeoDatasetDTO(String dsKey,
com.geoway.adf.gis.geodb.IGeoDataset dataset)
数据集对象转换
|
static String |
getGeoDatasetId(String dsKey,
com.geoway.adf.gis.geodb.IGeoDataset dataset)
生成数据的id
|
static SimpleDatasetDTO |
getSimpleDatasetDTO(String dsKey,
com.geoway.adf.gis.geodb.IGeoDataset dataset)
数据集对象转换
|
static SimpleDatasetDTO |
getSimpleDatasetDTO(String dsKey,
com.geoway.adf.gis.geodb.IGeoDataset dataset,
boolean containSubsets)
数据集对象转换
|
static com.geoway.adf.gis.geodb.IGeoDataset |
openDataset(com.geoway.adf.gis.geodb.IFeatureWorkspace workspace,
com.geoway.adf.gis.geodb.GeoDatasetType datasetType,
String name)
打开空间数据集
|
static com.geoway.adf.gis.basic.geometry.IEnvelope |
toEnvelope(ExtentDTO extentDTO)
范围对象转换
|
static ExtentDTO |
toExtentDTO(com.geoway.adf.gis.basic.geometry.IEnvelope envelope)
范围对象转换
|
static SpatialRefDTO |
toSpatialRefDTO(com.geoway.adf.gis.basic.geometry.ISpatialReferenceSystem spatialReferenceSystem)
空间参考对象转换
|
public static String getGeoDatasetId(String dsKey, com.geoway.adf.gis.geodb.IGeoDataset dataset)
dsKey - dataset - public static com.geoway.adf.gis.geodb.IGeoDataset openDataset(com.geoway.adf.gis.geodb.IFeatureWorkspace workspace,
com.geoway.adf.gis.geodb.GeoDatasetType datasetType,
String name)
workspace - datasetType - name - public static SimpleDatasetDTO getSimpleDatasetDTO(String dsKey, com.geoway.adf.gis.geodb.IGeoDataset dataset)
dsKey - dataset - public static SimpleDatasetDTO getSimpleDatasetDTO(String dsKey, com.geoway.adf.gis.geodb.IGeoDataset dataset, boolean containSubsets)
dsKey - dataset - public static DatasetDTO getGeoDatasetDTO(String dsKey, com.geoway.adf.gis.geodb.IGeoDataset dataset)
dsKey - dataset - public static DatasetDTO getGeoDatasetDetail(DataSourceDTO dataSourceDTO, com.geoway.adf.gis.geodb.IGeoDataset dataset)
public static ExtentDTO toExtentDTO(com.geoway.adf.gis.basic.geometry.IEnvelope envelope)
envelope - public static com.geoway.adf.gis.basic.geometry.IEnvelope toEnvelope(ExtentDTO extentDTO)
extentDTO - public static SpatialRefDTO toSpatialRefDTO(com.geoway.adf.gis.basic.geometry.ISpatialReferenceSystem spatialReferenceSystem)
spatialReferenceSystem - public static DatasetTypeEnum convertDatasetType(com.geoway.adf.gis.geodb.GeoDatasetType geoDatasetType)
public static com.geoway.adf.gis.geodb.GeoDatasetType convertDatasetType(DatasetTypeEnum datasetTypeEnum)
Copyright © 2025. All rights reserved.