MifToken Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.mapinfo.interchangeformat
Full Name: aspose.gis.common.formats.mapinfo.interchangeformat.MifToken
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MifToken() | Initializes a new instance of the MifToken class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| close [static] | MifToken | r | |
| comma [static] | MifToken | r | |
| eof [static] | MifToken | r | |
| newline [static] | MifToken | r | |
| open [static] | MifToken | r | |
| text | string | r | |
| token_type | MifTokenType | r |
Methods
| Name | Description |
|---|---|
| is_keyword(keyword) | |
| keyword(text) | |
| number(text) | |
| string(text) |
Constructor: MifToken()
MifToken()
Initializes a new instance of the MifToken class
Method: is_keyword(keyword)
is_keyword(keyword)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| keyword | string |
Returns
| Type | Description |
|---|---|
| bool |
Method: keyword(text) [static]
keyword(text)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns
| Type | Description |
|---|---|
| MifToken |
Method: number(text) [static]
number(text)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns
| Type | Description |
|---|---|
| MifToken |
Method: string(text) [static]
string(text)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns
| Type | Description |
|---|---|
| MifToken |