Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- generateRandomPoints(int) - Static method in class davidmarino.Point
-
Creates random points dispersed within the domain and range of the image.
- generateVoronoiPolygons(ArrayList<Point>) - Static method in class davidmarino.Polygon
-
Generates voronoi polygons given the site points.
- GeometryUtils - Class in davidmarino
-
The
GeometryUtils
class holds the calculations to generate a Voronoi model. - GeometryUtils() - Constructor for class davidmarino.GeometryUtils
- getBoundingBox(int, int) - Static method in class davidmarino.Polygon
-
Generates the initial polygon that is the size of the image.
- getCoastMask(ArrayList<Polygon>) - Method in class davidmarino.CoastMask
-
Finds the coast site points by checking that a polygon has at least one neighbor that is seaLevel and not all neighbors are at seaLevel (isolated sea tile)
All Classes and Interfaces|All Packages|Constant Field Values