Loading...
Searching...
No Matches
com.navigine.examples.GeometryUtilsExample Class Reference

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)
 

Detailed Description

GeometryUtils usage example for Java Demonstrates working with geometric calculations, points, segments, polygons, and lines

Definition at line 10 of file GeometryUtilsExample.java.

Constructor & Destructor Documentation

◆ GeometryUtilsExample()

com.navigine.examples.GeometryUtilsExample.GeometryUtilsExample ( )
inline

Definition at line 12 of file GeometryUtilsExample.java.

Member Function Documentation

◆ demonstrateAdvancedGeometryOperations()

void com.navigine.examples.GeometryUtilsExample.demonstrateAdvancedGeometryOperations ( )
inline

Demonstrate advanced geometry operations

Definition at line 343 of file GeometryUtilsExample.java.

◆ demonstrateBoundingBoxOperations()

void com.navigine.examples.GeometryUtilsExample.demonstrateBoundingBoxOperations ( )
inline

Demonstrate BoundingBox operations

Definition at line 80 of file GeometryUtilsExample.java.

◆ demonstrateDistanceCalculations()

void com.navigine.examples.GeometryUtilsExample.demonstrateDistanceCalculations ( )
inline

Demonstrate distance calculations

Definition at line 362 of file GeometryUtilsExample.java.

◆ demonstrateGeometryUtilsMethods()

void com.navigine.examples.GeometryUtilsExample.demonstrateGeometryUtilsMethods ( )
inline

Demonstrate GeometryUtils methods

Definition at line 19 of file GeometryUtilsExample.java.

◆ demonstrateGlobalPointOperations()

void com.navigine.examples.GeometryUtilsExample.demonstrateGlobalPointOperations ( )
inline

Demonstrate GlobalPoint operations

Definition at line 107 of file GeometryUtilsExample.java.

◆ demonstrateIntersectionScenarios()

void com.navigine.examples.GeometryUtilsExample.demonstrateIntersectionScenarios ( )
inline

Demonstrate intersection scenarios

Definition at line 394 of file GeometryUtilsExample.java.

◆ demonstrateLineOperations()

void com.navigine.examples.GeometryUtilsExample.demonstrateLineOperations ( )
inline

Demonstrate Line operations

Definition at line 295 of file GeometryUtilsExample.java.

◆ demonstratePointOperations()

void com.navigine.examples.GeometryUtilsExample.demonstratePointOperations ( )
inline

Demonstrate Point operations

Definition at line 34 of file GeometryUtilsExample.java.

◆ demonstratePolygonOperations()

void com.navigine.examples.GeometryUtilsExample.demonstratePolygonOperations ( )
inline

Demonstrate Polygon operations

Definition at line 226 of file GeometryUtilsExample.java.

◆ demonstratePolygonScenarios()

void com.navigine.examples.GeometryUtilsExample.demonstratePolygonScenarios ( )
inline

Demonstrate polygon scenarios

Definition at line 427 of file GeometryUtilsExample.java.

◆ demonstrateProjectionCalculations()

void com.navigine.examples.GeometryUtilsExample.demonstrateProjectionCalculations ( )
inline

Demonstrate projection calculations

Definition at line 473 of file GeometryUtilsExample.java.

◆ demonstrateSegmentOperations()

void com.navigine.examples.GeometryUtilsExample.demonstrateSegmentOperations ( )
inline

Demonstrate Segment operations

Definition at line 145 of file GeometryUtilsExample.java.

◆ main()

static void com.navigine.examples.GeometryUtilsExample.main ( String[] args)
inlinestatic

Main method to run the example

Definition at line 516 of file GeometryUtilsExample.java.

◆ runExample()

void com.navigine.examples.GeometryUtilsExample.runExample ( )
inline

Main demonstration method

Definition at line 500 of file GeometryUtilsExample.java.


The documentation for this class was generated from the following file: