Uses of Class
org.aoju.bus.core.toolkit.GeoKit.Point
Packages that use GeoKit.Point
-
Uses of GeoKit.Point in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit that return GeoKit.PointModifier and TypeMethodDescriptionGeoKit.Bounds.getCenter()GeoKit.Circle.getCenter()GeoKit.Bounds.getNorthEast()GeoKit.Bounds.getSouthWest()GeoKit.Point.retain6()GeoKit.Point.toBd09()GeoKit.Point.toGcj02()GeoKit.Point.toWgs84()Methods in org.aoju.bus.core.toolkit that return types with arguments of type GeoKit.PointMethods in org.aoju.bus.core.toolkit with parameters of type GeoKit.PointModifier and TypeMethodDescriptionGeoKit.Polygon.add(GeoKit.Point point) booleanGeoKit.Bounds.contains(GeoKit.Point point) intGeoKit.Circle.contains(GeoKit.Point point) 判断点是否在圆形范围内static intGeoKit.contains(GeoKit.Circle circle, GeoKit.Point point) 判断点是否在圆形范围内static booleanGeoKit.contains(GeoKit.Polygon polygon, GeoKit.Point point) 判断点是否在多边形区域内static booleanGeoKit.contains(GeoKit.Polygon polygon, GeoKit.Point point, boolean on) static doubleGeoKit.distance(GeoKit.Point p1, GeoKit.Point p2) doubleGeoKit.Point.distance(GeoKit.Point point) booleanGeoKit.Polygon.in(GeoKit.Point point) booleanGeoKit.Polygon.on(GeoKit.Point point) static GeoKit.BoundsGeoKit.rectangle(GeoKit.Point point, long distance) voidGeoKit.Circle.setCenter(GeoKit.Point center) voidGeoKit.Bounds.setNorthEast(GeoKit.Point northEast) voidGeoKit.Bounds.setSouthWest(GeoKit.Point southWest) Constructors in org.aoju.bus.core.toolkit with parameters of type GeoKit.PointModifierConstructorDescriptionBounds(GeoKit.Point southWest, GeoKit.Point northEast) Circle(GeoKit.Point center, double r) 构造器Polygon(GeoKit.Point[] points) Constructor parameters in org.aoju.bus.core.toolkit with type arguments of type GeoKit.Point