Geotools.Net

WktStreamTokenizer.ReadToken Method 

Reads a token and checks it is what is expected.

[Visual Basic]
Public Sub ReadToken( _
   ByVal expectedToken As String _
)
[C#]
public void ReadToken(
   string expectedToken
);

Parameters

expectedToken
The expected token.

Remarks

Missing <remarks> documentation for M:Geotools.IO.WktStreamTokenizer.ReadToken(System.String)

Exceptions

Exception TypeCondition
ParseExceptionIf the token is not what is expected.

See Also

WktStreamTokenizer Class | WktStreamTokenizer Members | Geotools.IO Namespace