MifTokenizer Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.mapinfo.interchangeformat
Full Name: aspose.gis.common.formats.mapinfo.interchangeformat.MifTokenizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MifTokenizer(path) | Initializes a new instance of the MifTokenizer class |
| MifTokenizer(path) | Initializes a new instance of the MifTokenizer class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| encoding | System.Text.Encoding | r/w | |
| line_number | long | r | |
| position | long | r |
Methods
| Name | Description |
|---|---|
| peek_token() | |
| read_char(description) | |
| read_double(description) | |
| read_int(description) | |
| read_keyword(description) | |
| read_string(description) | |
| read_token() | |
| read_token(expected_type, description) | |
| seek(new_position, new_line_number) | |
| skip_to_new_line() |
Constructor: MifTokenizer(path)
MifTokenizer(path)
Initializes a new instance of the MifTokenizer class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Constructor: MifTokenizer(path)
MifTokenizer(path)
Initializes a new instance of the MifTokenizer class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPathInternal |
Method: peek_token()
peek_token()
Returns
| Type | Description |
|---|---|
| MifToken |
Method: read_char(description)
read_char(description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | string |
Returns
| Type | Description |
|---|---|
| char |
Method: read_double(description)
read_double(description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | string |
Returns
| Type | Description |
|---|---|
| double |
Method: read_int(description)
read_int(description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | string |
Returns
| Type | Description |
|---|---|
| int |
Method: read_keyword(description)
read_keyword(description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | string |
Returns
| Type | Description |
|---|---|
| string |
Method: read_string(description)
read_string(description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | string |
Returns
| Type | Description |
|---|---|
| string |
Method: read_token()
read_token()
Returns
| Type | Description |
|---|---|
| MifToken |
Method: read_token(expected_type, description)
read_token(expected_type, description)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| expected_type | MifTokenType | |
| description | string |
Returns
| Type | Description |
|---|---|
| MifToken |