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

Exibir arquivo Open project: synhershko/Spatial4n

Protected Properties

Property Type Description
@out System.IO.TextWriter
bbox bool
ctx Spatial4n.Core.Context.SpatialContext
maxLength int

Public Methods

Method 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 method

public Close ( ) : void
return void

SampleDataWriter() public method

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

Write() public method

public Write ( String id, String name, Shape shape ) : void
id String
name String
shape Shape
return void

Write() public method

public Write ( String id, String name, double x, double y ) : void
id String
name String
x double
y double
return void

Property Details

@out protected_oe property

protected TextWriter,System.IO @out
return System.IO.TextWriter

bbox protected_oe property

protected bool bbox
return bool

ctx protected_oe property

protected SpatialContext,Spatial4n.Core.Context ctx
return Spatial4n.Core.Context.SpatialContext

maxLength protected_oe property

protected int maxLength
return int