C# 클래스 Spatial4n.Core.Io.Samples.SampleDataWriter

파일 보기 프로젝트 열기: synhershko/Spatial4n

보호된 프로퍼티들

프로퍼티 타입 설명
@out System.IO.TextWriter
bbox bool
ctx Spatial4n.Core.Context.SpatialContext
maxLength int

공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

SampleDataWriter() 공개 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

@out 보호되어 있는 프로퍼티

protected TextWriter,System.IO @out
리턴 System.IO.TextWriter

bbox 보호되어 있는 프로퍼티

protected bool bbox
리턴 bool

ctx 보호되어 있는 프로퍼티

protected SpatialContext,Spatial4n.Core.Context ctx
리턴 Spatial4n.Core.Context.SpatialContext

maxLength 보호되어 있는 프로퍼티

protected int maxLength
리턴 int