Method | Description | |
---|---|---|
ReadAuthority ( string &authority, long &authorityCode ) : void |
Reads the authority and authority code.
|
|
ReadDoubleQuotedWord ( ) : string |
Reads a string inside double quotes. White space inside quotes is preserved. |
|
WktStreamTokenizer ( |
Initializes a new instance of the WktStreamTokenizer class. The WktStreamTokenizer class ais in reading WKT streams. |
Method | Description | |
---|---|---|
ReadToken ( string expectedToken ) : void |
Reads a token and checks it is what is expected.
|
public ReadAuthority ( string &authority, long &authorityCode ) : void | ||
authority | string | String to place the authority in. |
authorityCode | long | String to place the authority code in. |
return | void |
public WktStreamTokenizer ( |
||
reader | A TextReader that contains | |
return | System |