Public Member Functions | |
GeometryUtilsExample () | |
void | demonstrateGeometryUtilsMethods () |
void | demonstratePointOperations () |
void | demonstrateGlobalPointOperations () |
void | demonstrateSegmentOperations () |
void | demonstratePolygonOperations () |
void | demonstrateLineOperations () |
void | demonstrateAdvancedGeometryOperations () |
void | demonstrateDistanceCalculations () |
void | demonstrateIntersectionScenarios () |
void | demonstratePolygonScenarios () |
void | demonstrateProjectionCalculations () |
void | runExample () |
Static Public Member Functions | |
static void | main (String[] args) |
GeometryUtils usage example for Java Demonstrates working with geometric calculations, points, segments, polygons, and lines
Definition at line 10 of file GeometryUtilsExample.java.
|
inline |
Definition at line 12 of file GeometryUtilsExample.java.
|
inline |
Demonstrate advanced geometry operations
Definition at line 315 of file GeometryUtilsExample.java.
|
inline |
Demonstrate distance calculations
Definition at line 334 of file GeometryUtilsExample.java.
|
inline |
Demonstrate GeometryUtils methods
Definition at line 19 of file GeometryUtilsExample.java.
|
inline |
Demonstrate GlobalPoint operations
Definition at line 79 of file GeometryUtilsExample.java.
|
inline |
Demonstrate intersection scenarios
Definition at line 366 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Line operations
Definition at line 267 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Point operations
Definition at line 33 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Polygon operations
Definition at line 198 of file GeometryUtilsExample.java.
|
inline |
Demonstrate polygon scenarios
Definition at line 399 of file GeometryUtilsExample.java.
|
inline |
Demonstrate projection calculations
Definition at line 445 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Segment operations
Definition at line 117 of file GeometryUtilsExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 488 of file GeometryUtilsExample.java.
|
inline |
Main demonstration method
Definition at line 472 of file GeometryUtilsExample.java.