Uses of Interface
com.luciad.geometry.ILcdSegmentScanner
Package
Description
Contains classes to perform geometry operations in cartesian space.
Contains classes to perform geometry operations on an ellipsoid.
Contains all classes for terrain elevation analysis.
-
Uses of ILcdSegmentScanner in com.luciad.geometry.cartesian
Modifier and TypeClassDescriptionclass
Implementation of ILcdSegmentScanner that generates points along Cartesian scan lines. -
Uses of ILcdSegmentScanner in com.luciad.geometry.ellipsoidal
Modifier and TypeClassDescriptionclass
Implementation ofILcdSegmentScanner
that is based on a geodetic reference.class
Implementation ofILcdSegmentScanner
that generates points along Geodetic scan lines.class
Implementation ofILcdSegmentScanner
that generates points along a rhumb line (line of constant azimuth). -
Uses of ILcdSegmentScanner in com.luciad.tea
Modifier and TypeClassDescriptionclass
This is a utility class for scanning terrain elevation along a line segment.Modifier and TypeMethodDescriptionTLcdTerrainSegmentScanner.getSegmentScanner()
Scanner to use for generating the discrete segment points.TLcdTerrainRulerController.retrieveSegmentScanner
(int aMeasuringMode, ILcdGeoReference aGeoReference, ILcdGXYContext aGXYContext) Returns a suitable segment scanner depending on the measuring mode and the reference of the start and end point.Modifier and TypeMethodDescriptionvoid
TLcdTerrainSegmentScanner.setSegmentScanner
(ILcdSegmentScanner aSegmentScanner) Set the scanner to use for generating the discrete segment points.double
TLcdTerrainDistanceUtil.terrainDistance
(ILcdPoint aStartPoint, ILcdGeoReference aStartPointReference, ILcdPoint aEndPoint, ILcdGeoReference aEndPointReference, ILcdSegmentScanner aSegmentScanner, ALcdTerrainElevationProvider aTerrainElevationProvider, double aStepSize) Computes the distance between two points taking into account the terrain underneath and the path defined by the segment scanner.double
TLcdTerrainDistanceUtil.terrainDistance
(ILcdPoint aStartPoint, ILcdGeoReference aStartPointReference, ILcdPoint aEndPoint, ILcdGeoReference aEndPointReference, ILcdSegmentScanner aSegmentScanner, ALcdTerrainElevationProvider aTerrainElevationProvider, double aStartStepSize, int aMaximumSamples, double aAbsoluteTolerance, double aRelativeTolerance, double aMinStepSize) Computes the distance between two points taking into account the terrain underneath and the path defined by the segment scanner.