◆ WktString()
| fiftyone.pipeline.core.data.WktString.WktString | ( | String | value | ) |
Construct a new instance of WktString.
- Parameters
-
- value - internal text value
\r\n
Well-known text representation of geometry.
| WktString (String value) | |
| String | getValue ()
Get the WKT string value. More...
|
| boolean | equals (WktString other)
Check if the specified value is equal to this instance. More...
|
| boolean | equals (String other)
Check if the specified value is equal to this instance. More...
|
| boolean | equals (Object obj)
Check if the specified value is equal to this instance. More...
|
| int | hashCode ()
Get a hash code for this instance. More...
|
| String | toString ()
Get the string representation of this instance. More...
|
| fiftyone.pipeline.core.data.WktString.WktString | ( | String | value | ) |
Construct a new instance of WktString.
| boolean fiftyone.pipeline.core.data.WktString.equals | ( | WktString | other | ) |
Check if the specified value is equal to this instance.
| boolean fiftyone.pipeline.core.data.WktString.equals | ( | String | other | ) |
Check if the specified value is equal to this instance.
| boolean fiftyone.pipeline.core.data.WktString.equals | ( | Object | obj | ) |
Check if the specified value is equal to this instance.
| String fiftyone.pipeline.core.data.WktString.getValue | ( | ) |
Get the WKT string value.
| int fiftyone.pipeline.core.data.WktString.hashCode | ( | ) |
Get a hash code for this instance.
The hash code is taken directly from the string representation of this instance.
| String fiftyone.pipeline.core.data.WktString.toString | ( | ) |
Get the string representation of this instance.