Package cn.mapway.geo.geometry
Class GeoPoint
java.lang.Object
cn.mapway.geo.geometry.GeoObject
cn.mapway.geo.geometry.GeoPoint
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
GeoPoint
- Author:
- zhangjianshe@gmail.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.mapway.geo.geometry.GeoObject
asGeoCollection, asGeoFeature, asGeoFeatures, asGeoLine, asGeoLines, asGeoPoint, asGeoPoints, asGeoPolygon, asGeoPolygons, center, createFromGeoJson, getCrsString, getExtend, getSrid, getType, isEmpty, setCrsWgs84, setSrid, setType
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
GeoPoint
public GeoPoint() -
GeoPoint
public GeoPoint(double x, double y)
-
-
Method Details