Package cn.mapway.geo.shared.vector
Class Point
java.lang.Object
cn.mapway.geo.shared.vector.GeoObject
cn.mapway.geo.shared.vector.Point
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class Point
extends GeoObject
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
Point
点
- Author:
- zhang
- See Also:
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point(double x, double y) -
Point
public Point()
-
-
Method Details
-
getXAsInt
public int getXAsInt() -
getYAsInt
public int getYAsInt() -
set
public void set(double x, double y) -
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
toString
-
getExtend
-
toWKT
-
clone
-
equals
-