C# Class MapAround.IO.WktStreamTokenizer

Reads an input stream containing well-known text of object and constructs wkt-tokens from the data read.
Inheritance: StreamTokenizer
ファイルを表示 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

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

Private Methods

Method Description
ReadToken ( string expectedToken ) : void

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

Method Details

ReadDoubleQuotedWord() public method

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

WktStreamTokenizer() public method

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