public abstract class ShpGenerator extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Path |
shpFilePath |
| 限定符 | 构造器和说明 |
|---|---|
protected |
ShpGenerator(Path shpFilePath) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract GeneratorContent |
buildGeneratorContent() |
protected String |
cutFieldName(String str) |
protected abstract Class<?> |
geometryType() |
void |
run() |
protected void |
validateGeneratorContent() |
protected final Path shpFilePath
protected ShpGenerator(Path shpFilePath)
public void run()
protected abstract GeneratorContent buildGeneratorContent()
protected void validateGeneratorContent()
protected abstract Class<?> geometryType()
Copyright © 2024. All rights reserved.