WktCompositeValue Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.formats.wkt
Full Name: aspose.gis.common.formats.wkt.WktCompositeValue
Inheritance: WktValue
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| count | int | r | |
| name | string | r | |
| parent | WktCompositeValue | r |
Methods
Method: create(wkt) [static]
create(wkt)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| wkt | string |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_composite_value(index)
get_composite_value(index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_composite_value(index, expected_name)
get_composite_value(index, expected_name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | |
| expected_name | string |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_composite_value(other_names)
get_composite_value(other_names)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other_names | string |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_composite_value(regular_name, other_name)
get_composite_value(regular_name, other_name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| regular_name | string | |
| other_name | string |
Returns
| Type | Description |
|---|---|
| WktCompositeValue |
Method: get_composite_value_index(value_name)
get_composite_value_index(value_name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value_name | string |
Returns
| Type | Description |
|---|---|
| int |
Method: get_double(index)
get_double(index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns
| Type | Description |
|---|---|
| double |
Method: get_hash_code()
get_hash_code()
Returns
| Type | Description |
|---|---|
| int |
Method: get_integer(index)
get_integer(index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns
| Type | Description |
|---|---|
| int |
Method: get_keyword(index)
get_keyword(index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns
| Type | Description |
|---|---|
| string |
Method: get_or_default_integer(index, default_value)
get_or_default_integer(index, default_value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | |
| default_value | int |
Returns
| Type | Description |
|---|---|
| int |
Method: get_string(index)
get_string(index)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns
| Type | Description |
|---|---|
| string |
Method: to_string()
to_string()
Returns
| Type | Description |
|---|---|
| string |
Method: try_get_composite_value(index, expected_name, output)
try_get_composite_value(index, expected_name, output)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | |
| expected_name | string | |
| output | WktCompositeValue[] |
Returns
| Type | Description |
|---|---|
| bool |
Method: try_get_composite_value(index, output)
try_get_composite_value(index, output)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | |
| output | WktCompositeValue[] |
Returns
| Type | Description |
|---|---|
| bool |
Method: try_get_composite_value(value_name, value)
try_get_composite_value(value_name, value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value_name | string | |
| value | WktCompositeValue[] |
Returns
| Type | Description |
|---|---|
| bool |
Method: try_get_double(index, output)
try_get_double(index, output)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | |
| output | float[] |
Returns
| Type | Description |
|---|---|
| bool |