\r\n

51Degrees Pipeline Java  4.5

51Degrees Pipeline for Java

fiftyone.pipeline.core.data.WktString Class Reference

Detailed Description

Well-known text representation of geometry.

See Well-known text representation of geometry

Public Member Functions

 WktString (String value)
Construct a new instance of WktString. More...
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...

Constructor & Destructor Documentation

◆ WktString()

fiftyone.pipeline.core.data.WktString.WktString ( String   value )

Construct a new instance of WktString.

Parameters
value - internal text value

Member Function Documentation

◆ equals() [1/3]

boolean fiftyone.pipeline.core.data.WktString.equals ( WktString   other )

Check if the specified value is equal to this instance.

Parameters
other - the value to check for equality
Returns
true if the values are equal, false otherwise

◆ equals() [2/3]

boolean fiftyone.pipeline.core.data.WktString.equals ( String   other )

Check if the specified value is equal to this instance.

Parameters
other - the value to check for equality
Returns
true if the values are equal, false otherwise

◆ equals() [3/3]

boolean fiftyone.pipeline.core.data.WktString.equals ( Object   obj )

Check if the specified value is equal to this instance.

Parameters
obj - the value to check for equality
Returns
true if the values are equal, false otherwise

◆ getValue()

String fiftyone.pipeline.core.data.WktString.getValue ( )

Get the WKT string value.

Returns
the WKT string value

◆ hashCode()

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.

Returns
the hash code for this instance

◆ toString()

String fiftyone.pipeline.core.data.WktString.toString ( )

Get the string representation of this instance.

Returns
the string representation of this instance