WktToken Class
Summary:
Module: aspose.gis.common.formats.wkt
Full Name: aspose.gis.common.formats.wkt.WktToken
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| WktToken() | Initializes a new instance of the WktToken class |
| WktToken(type, text, position) | Initializes a new instance of the WktToken class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| position | int | r | |
| text | string | r | |
| type | WktTokenType | r |
Methods
| Name | Description |
|---|---|
| is_keyword_with_text(text) |
Constructor: WktToken()
WktToken()
Initializes a new instance of the WktToken class
Constructor: WktToken(type, text, position)
WktToken(type, text, position)
Initializes a new instance of the WktToken class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | WktTokenType | |
| text | string | |
| position | int |
Method: is_keyword_with_text(text)
is_keyword_with_text(text)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns
| Type | Description |
|---|---|
| bool |