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

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)
 

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 315 of file GeometryUtilsExample.java.

◆ demonstrateDistanceCalculations()

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

Demonstrate distance calculations

Definition at line 334 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 79 of file GeometryUtilsExample.java.

◆ demonstrateIntersectionScenarios()

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

Demonstrate intersection scenarios

Definition at line 366 of file GeometryUtilsExample.java.

◆ demonstrateLineOperations()

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

Demonstrate Line operations

Definition at line 267 of file GeometryUtilsExample.java.

◆ demonstratePointOperations()

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

Demonstrate Point operations

Definition at line 33 of file GeometryUtilsExample.java.

◆ demonstratePolygonOperations()

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

Demonstrate Polygon operations

Definition at line 198 of file GeometryUtilsExample.java.

◆ demonstratePolygonScenarios()

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

Demonstrate polygon scenarios

Definition at line 399 of file GeometryUtilsExample.java.

◆ demonstrateProjectionCalculations()

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

Demonstrate projection calculations

Definition at line 445 of file GeometryUtilsExample.java.

◆ demonstrateSegmentOperations()

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

Demonstrate Segment operations

Definition at line 117 of file GeometryUtilsExample.java.

◆ main()

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

Main method to run the example

Definition at line 488 of file GeometryUtilsExample.java.

◆ runExample()

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

Main demonstration method

Definition at line 472 of file GeometryUtilsExample.java.


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