public class RangeOfSight
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
HIDDEN |
static double |
UNDEFINED |
static double |
VISIBLE |
| Constructor and Description |
|---|
RangeOfSight(es.unex.sextante.dataObjects.IRasterLayer dem,
double objectHeights) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final double HIDDEN
public static final double UNDEFINED
public static final double VISIBLE
public RangeOfSight(es.unex.sextante.dataObjects.IRasterLayer dem,
double objectHeights)
public java.util.LinkedList<com.vividsolutions.jts.geom.Coordinate> Calculate(com.vividsolutions.jts.geom.Coordinate source,
com.vividsolutions.jts.geom.Coordinate target)
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.