C# 클래스 MapAround.IO.WktStreamTokenizer

Reads an input stream containing well-known text of object and constructs wkt-tokens from the data read.
상속: StreamTokenizer
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
ReadDoubleQuotedWord ( ) : string

Reads a quoted string.

All the whitespace tokens between quotes are ignored.

WktStreamTokenizer ( TextReader reader ) : System

Initializes a new instance of MapAround.IO.WktStreamTokenizer

비공개 메소드들

메소드 설명
ReadToken ( string expectedToken ) : void

Reads a token and checks whether it corresponds the specified token.

메소드 상세

ReadDoubleQuotedWord() 공개 메소드

Reads a quoted string.
All the whitespace tokens between quotes are ignored.
public ReadDoubleQuotedWord ( ) : string
리턴 string

WktStreamTokenizer() 공개 메소드

Initializes a new instance of MapAround.IO.WktStreamTokenizer
public WktStreamTokenizer ( TextReader reader ) : System
reader TextReader A System.IO.TextReader instance
리턴 System