Public Member Functions | |
| GeometryUtilsExample () | |
| void | demonstrateGeometryUtilsMethods () |
| void | demonstratePointOperations () |
| void | demonstrateBoundingBoxOperations () |
| 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 343 of file GeometryUtilsExample.java.
|
inline |
Demonstrate BoundingBox operations
Definition at line 80 of file GeometryUtilsExample.java.
|
inline |
Demonstrate distance calculations
Definition at line 362 of file GeometryUtilsExample.java.
|
inline |
Demonstrate GeometryUtils methods
Definition at line 19 of file GeometryUtilsExample.java.
|
inline |
Demonstrate GlobalPoint operations
Definition at line 107 of file GeometryUtilsExample.java.
|
inline |
Demonstrate intersection scenarios
Definition at line 394 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Line operations
Definition at line 295 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Point operations
Definition at line 34 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Polygon operations
Definition at line 226 of file GeometryUtilsExample.java.
|
inline |
Demonstrate polygon scenarios
Definition at line 427 of file GeometryUtilsExample.java.
|
inline |
Demonstrate projection calculations
Definition at line 473 of file GeometryUtilsExample.java.
|
inline |
Demonstrate Segment operations
Definition at line 145 of file GeometryUtilsExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 516 of file GeometryUtilsExample.java.
|
inline |
Main demonstration method
Definition at line 500 of file GeometryUtilsExample.java.