es.unex.sextante.lighting.viewshed
Class RangeOfSight
java.lang.Object
es.unex.sextante.lighting.viewshed.RangeOfSight
public class RangeOfSight
- extends java.lang.Object
|
Constructor Summary |
RangeOfSight(es.unex.sextante.dataObjects.IRasterLayer dem,
double objectHeights)
|
|
Method Summary |
java.util.LinkedList<com.vividsolutions.jts.geom.Coordinate> |
Calculate(com.vividsolutions.jts.geom.Coordinate source,
com.vividsolutions.jts.geom.Coordinate target)
|
java.util.LinkedList<es.unex.sextante.rasterWrappers.GridCell> |
Calculate(es.unex.sextante.rasterWrappers.GridCell sourceCell,
es.unex.sextante.rasterWrappers.GridCell targetCell,
boolean skipNoData)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIDDEN
public static final double HIDDEN
- See Also:
- Constant Field Values
UNDEFINED
public static final double UNDEFINED
- See Also:
- Constant Field Values
VISIBLE
public static final double VISIBLE
- See Also:
- Constant Field Values
RangeOfSight
public RangeOfSight(es.unex.sextante.dataObjects.IRasterLayer dem,
double objectHeights)
Calculate
public java.util.LinkedList<com.vividsolutions.jts.geom.Coordinate> Calculate(com.vividsolutions.jts.geom.Coordinate source,
com.vividsolutions.jts.geom.Coordinate target)
Calculate
public java.util.LinkedList<es.unex.sextante.rasterWrappers.GridCell> Calculate(es.unex.sextante.rasterWrappers.GridCell sourceCell,
es.unex.sextante.rasterWrappers.GridCell targetCell,
boolean skipNoData)
Copyright © 2014 gvSIG Association. All Rights Reserved.