C# Class Strabo.Core.TextRecognition.Geojson

显示文件 Open project: spatial-computing/strabo-learning-ocr-transformation

Public Methods

Method Description
MakeGeoJsonFile ( ) : void
readGeoJsonFile ( string path ) : FeatureInJSON
writeJsonFile ( string path ) : void

Method Details

MakeGeoJsonFile() public method

public MakeGeoJsonFile ( ) : void
return void

readGeoJsonFile() public method

public readGeoJsonFile ( string path ) : FeatureInJSON
path string
return FeatureInJSON

writeJsonFile() public method

public writeJsonFile ( string path ) : void
path string
return void