es.unex.sextante.lighting.viewshed
Class RangeOfSight

java.lang.Object
  extended by es.unex.sextante.lighting.viewshed.RangeOfSight

public class RangeOfSight
extends java.lang.Object


Field Summary
static double HIDDEN
           
static double UNDEFINED
           
static double VISIBLE
           
 
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
 

Field Detail

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
Constructor Detail

RangeOfSight

public RangeOfSight(es.unex.sextante.dataObjects.IRasterLayer dem,
                    double objectHeights)
Method Detail

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.