C# Class Spatial4n.Core.Io.Samples.SampleDataWriter

Afficher le fichier Open project: synhershko/Spatial4n

Protected Properties

Свойство Type Description
@out System.IO.TextWriter
bbox bool
ctx Spatial4n.Core.Context.SpatialContext
maxLength int

Méthodes publiques

Méthode Description
Close ( ) : void
SampleDataWriter ( string filePath, SpatialContext ctx, bool bbox, int maxLength ) : System
Write ( String id, String name, Shape shape ) : void
Write ( String id, String name, double x, double y ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

SampleDataWriter() public méthode

public SampleDataWriter ( string filePath, SpatialContext ctx, bool bbox, int maxLength ) : System
filePath string
ctx Spatial4n.Core.Context.SpatialContext
bbox bool
maxLength int
Résultat System

Write() public méthode

public Write ( String id, String name, Shape shape ) : void
id String
name String
shape Shape
Résultat void

Write() public méthode

public Write ( String id, String name, double x, double y ) : void
id String
name String
x double
y double
Résultat void

Property Details

@out protected_oe property

protected TextWriter,System.IO @out
Résultat System.IO.TextWriter

bbox protected_oe property

protected bool bbox
Résultat bool

ctx protected_oe property

protected SpatialContext,Spatial4n.Core.Context ctx
Résultat Spatial4n.Core.Context.SpatialContext

maxLength protected_oe property

protected int maxLength
Résultat int