Class GeographicPoint
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.GeographicPoint
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class GeographicPoint
extends Object
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
-