public class Shapefile extends VectorFile
| 构造器和说明 |
|---|
Shapefile(boolean isMultiShp) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
deleteTempDir() |
protected void |
executeValidityVerification(Path path) |
List<GeojsonResponse> |
parseAsGeojsonExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
将Shapefile文件解析为GeoJSON格式并输出
|
List<String> |
parseAsWktExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs)
将Shapefile文件转为WKT格式并输出
|
parseAsGeojson, parseAsWktprotected void executeValidityVerification(Path path)
executeValidityVerification 在类中 VectorFilepublic List<String> parseAsWktExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) throws IOException
VectorFileparseAsWktExecutor 在类中 VectorFileIOExceptionpublic List<GeojsonResponse> parseAsGeojsonExecutor(org.opengis.referencing.crs.CoordinateReferenceSystem targetCrs) throws IOException
VectorFileparseAsGeojsonExecutor 在类中 VectorFileIOExceptionprotected void deleteTempDir()
deleteTempDir 在类中 VectorFileCopyright © 2024. All rights reserved.