public class GeoPoint extends Object implements Serializable
| Constructor and Description |
|---|
GeoPoint(double x,
double y) |
GeoPoint(double x,
double y,
double z) |
public GeoPoint(double x,
double y,
double z)
x - y - z - public GeoPoint(double x,
double y)
x - y - public String getId()
public void setId(String id)
id - public double getX()
public void setX(double x)
x - public double getY()
public void setY(double y)
y - public double getZ()
public void setZ(double z)
z - Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.