Package org.aoju.bus.core.toolkit
Class GeoKit.Polygon
java.lang.Object
org.aoju.bus.core.toolkit.GeoKit.Polygon
-
Constructor Summary
ConstructorsConstructorDescriptionPolygon()Polygon(Collection<GeoKit.Point> points) Polygon(GeoKit.Point[] points) -
Method Summary
Modifier and TypeMethodDescriptionadd(double longitude, double latitude) add(GeoKit.Point point) booleanin(GeoKit.Point point) booleanisEmpty()booleanon(GeoKit.Point point)
-
Constructor Details
-
Polygon
public Polygon() -
Polygon
-
Polygon
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
add
-
add
-
getPoints
-
in
-
on
-