Package | Description |
---|---|
com.luciad.geometry |
Utility classes for topology and geometry calculations.
|
com.luciad.geometry.cartesian |
Topology and geometry calculations in cartesian space.
|
com.luciad.geometry.ellipsoidal |
Topology and geometry calculations on an ellipse.
|
com.luciad.tea |
Contains all classes for terrain elevation analysis.
|
Modifier and Type | Method and Description |
---|---|
void |
ILcdSegmentScanner.scanSegment(double aDistanceDelta,
ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
ILcdOnPointFunction aFunction)
Scan a given line segment.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdGridSegmentScanner.scanSegment(double aDistanceDelta,
ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
ILcdOnPointFunction aFunction) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdRhumblineSegmentScanner.scanSegment(double aDistanceDelta,
ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
ILcdOnPointFunction aFunction) |
void |
TLcdGeodeticSegmentScanner.scanSegment(double aDistanceDelta,
ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
ILcdOnPointFunction aFunction) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdProfileGenerator.generateTerrainProfile(ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
double aDistanceDelta,
ILcdOnPointFunction aFunction)
Generate a terrain profile for the segment between aStartPoint and aEndPoint.
|
void |
TLcdTerrainSegmentScanner.scanSegment(double aDistanceDelta,
ILcdPoint aStartPoint,
ILcdPoint aEndPoint,
ILcdOnPointFunction aFunction)
Scan a given line segment and move the generated points to the elevation of the terrain.
|