C# Class Strabo.Core.TextRecognition.QGISJson

Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation

Méthodes publiques

Свойство Type Description
Ny double
Wx double
filename string
path string
srid string
xscale double
yscale double

Méthodes publiques

Méthode Description
AddFeature ( int x, int y, int h, int w, int geo_Ref, string>.List items ) : void
Start ( ) : void
WriteGeojsonFiles ( ) : void

Private Methods

Méthode Description
AddCordinationFeature ( int x, int y, int h, int w, string>.List items ) : void

Method Details

AddFeature() public static méthode

public static AddFeature ( int x, int y, int h, int w, int geo_Ref, string>.List items ) : void
x int
y int
h int
w int
geo_Ref int
items string>.List
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void

WriteGeojsonFiles() public static méthode

public static WriteGeojsonFiles ( ) : void
Résultat void

Property Details

Ny public_oe static_oe property

public static double Ny
Résultat double

Wx public_oe static_oe property

public static double Wx
Résultat double

filename public_oe static_oe property

public static string filename
Résultat string

path public_oe static_oe property

public static string path
Résultat string

srid public_oe static_oe property

public static string srid
Résultat string

xscale public_oe static_oe property

public static double xscale
Résultat double

yscale public_oe static_oe property

public static double yscale
Résultat double