Uses of Class
com.mindee.geometry.Point
-
Packages that use Point Package Description com.mindee.geometry -
-
Uses of Point in com.mindee.geometry
Methods in com.mindee.geometry that return Point Modifier and Type Method Description PointPoint.PointBuilder. build()PointPolygon. getCentroid()Get the central coordinates (centroid) of the Polygon.static PointPolygonUtils. getCentroid(List<Point> vertices)Get the central coordinates (centroid) of a list of Points.Methods in com.mindee.geometry that return types with arguments of type Point Modifier and Type Method Description List<Point>Polygon. getCoordinates()Position information as a list of points in clockwise order.Methods in com.mindee.geometry with parameters of type Point Modifier and Type Method Description static booleanPolygonUtils. isPointInPolygonY(Point centroid, Polygon polygon)Determine if a Point is within a Polygon's Y axis.static booleanPolygonUtils. isPointInY(Point centroid, Double yMin, Double yMax)Determine if a Point is within two Y coordinates.Method parameters in com.mindee.geometry with type arguments of type Point Modifier and Type Method Description Polygon.PolygonBuilderPolygon.PolygonBuilder. coordinates(List<Point> coordinates)static PointPolygonUtils. getCentroid(List<Point> vertices)Get the central coordinates (centroid) of a list of Points.static MinMaxPolygonUtils. getMinMaxX(List<Point> vertices)Get the maximum and minimum X coordinates in a given list of Points.static MinMaxPolygonUtils. getMinMaxY(List<Point> vertices)Get the maximum and minimum Y coordinates in a given list of Points.Constructor parameters in com.mindee.geometry with type arguments of type Point Constructor Description Polygon(List<Point> coordinates)
-