GeoVar
topojson.GeoVar
¶
Object used for mesh filter argument as a filter condition on geometry
objects.
__add__
¶
__and__
¶
Indicates to associate the current value to a boolean (and respectively the same for other value) and to apply a 'and' operator between the two booleans.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
GeoVar
|
Another value |
required |
Returns:
| Type | Description |
|---|---|
GeoVar
|
New object with updated internal state |
__eq__
¶
__getitem__
¶
__mul__
¶
__ne__
¶
__or__
¶
Indicates to associate the current value to a boolean (and respectively the same for other value) and to apply a 'or' operator between the two booleans.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
object
|
Another value |
required |
Returns:
| Type | Description |
|---|---|
GeoVar
|
New object with updated internal state |
__str__
¶
Converts the object into a string.
Returns:
| Type | Description |
|---|---|
str
|
The current object as a string. |
__sub__
¶
__truediv__
¶
float
¶
float() -> GeoVar
Indicates to cast the current value as an float.
Returns:
| Type | Description |
|---|---|
GeoVar
|
New object with updated internal state |