| 构造器和说明 |
|---|
VectorFile() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
deleteTempDir() |
protected abstract void |
executeValidityVerification(Path path) |
List<GeojsonResponse> |
parseAsGeojson(Path path,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) |
abstract List<GeojsonResponse> |
parseAsGeojsonExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
将Shapefile文件解析为GeoJSON格式并输出
|
List<String> |
parseAsWkt(Path path,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) |
abstract List<String> |
parseAsWktExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
将Shapefile文件转为WKT格式并输出
|
protected abstract void executeValidityVerification(Path path)
public List<String> parseAsWkt(Path path, org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
public List<GeojsonResponse> parseAsGeojson(Path path, org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
public abstract List<String> parseAsWktExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) throws IOException
IOExceptionpublic abstract List<GeojsonResponse> parseAsGeojsonExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) throws IOException
IOExceptionprotected abstract void deleteTempDir()
Copyright © 2024. All rights reserved.