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
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ReadToken ( string expectedToken ) : void

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

Method Details

ReadDoubleQuotedWord() public méthode

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

WktStreamTokenizer() public méthode

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