Class GeographicPoint
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicPoint
A GeographicPoint defines a geographic point through coordinates.
-
Constructor Details
-
GeographicPoint
public GeographicPoint()
-
-
Method Details
-
x
-
getX
x coordinate (usually latitude)- Returns:
- x
-
setX
-
y
-
getY
y coordinate (usually longitude)- Returns:
- y
-
setY
-
z
-
getZ
z coordinate (usually elevation)- Returns:
- z
-
setZ
-
equals
-
hashCode
public int hashCode() -
toString
-