public class RasterDataInputParams extends Object
| Constructor and Description |
|---|
RasterDataInputParams() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getAutoCreateIndex()
导入后自动创建渲染索引
|
String[] |
getDataPathArray()
数据文件路径数组
|
String |
getDatasetId()
数据集ID
|
Boolean |
getOverwrite()
是否覆盖已有数据
|
int |
hashCode() |
void |
setAutoCreateIndex(Boolean autoCreateIndex)
导入后自动创建渲染索引
|
void |
setDataPathArray(String[] dataPathArray)
数据文件路径数组
|
void |
setDatasetId(String datasetId)
数据集ID
|
void |
setOverwrite(Boolean overwrite)
是否覆盖已有数据
|
String |
toString() |
public String getDatasetId()
public String[] getDataPathArray()
public Boolean getOverwrite()
public Boolean getAutoCreateIndex()
public void setDatasetId(String datasetId)
public void setDataPathArray(String[] dataPathArray)
public void setOverwrite(Boolean overwrite)
public void setAutoCreateIndex(Boolean autoCreateIndex)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.