Package com.luciad.tea
Interface ILcdExtendedPoint2PointIntervisibility
- All Superinterfaces:
ILcdPoint2PointIntervisibility
An
ILcdPoint2PointIntervisibility
extension to support multiple
model references for the input points and rasters.-
Method Summary
Modifier and TypeMethodDescriptionReturns the reference in which the first point is expressed.Returns the terrain elevation provider on whose data the intervisibility is computed.Returns the reference in which the second point is expressed.Methods inherited from interface com.luciad.tea.ILcdPoint2PointIntervisibility
getFromPoint, getFromPointHeightAboveGround, getToPoint, getToPointHeightAboveGround, isIntervisibilityCertain, isIntervisible
-
Method Details
-
getFromPointGeoReference
ILcdGeoReference getFromPointGeoReference()Returns the reference in which the first point is expressed.- Returns:
- the reference in which the first point is expressed.
-
getToPointGeoReference
ILcdGeoReference getToPointGeoReference()Returns the reference in which the second point is expressed.- Returns:
- the reference in which the second point is expressed.
-
getTerrainElevationProvider
ALcdTerrainElevationProvider getTerrainElevationProvider()Returns the terrain elevation provider on whose data the intervisibility is computed.- Returns:
- the terrain elevation provider on whose data the intervisibility is computed.
-