package viewshed
- Alphabetic
- Public
- All
Type Members
- trait Implicits extends AnyRef
- trait ViewshedMethods extends MethodExtensions[Tile]
Value Members
-
object
ApproxViewshed extends Serializable
Created by jchien on 4/30/14.
Created by jchien on 4/30/14.
This appears to be an implementation of the DEM/Xdraw Viewshed algorithm from [1].
1. Franklin, Wm Randolph, and Clark Ray. "Higher isn’t necessarily better: Visibility algorithms and experiments." Advances in GIS research: sixth international symposium on spatial data handling. Vol. 2. Taylor & Francis Edinburgh, 1994.
- object Implicits extends Implicits
-
object
R2Viewshed extends Serializable
An implementation of the R2 [1] Viewshed algorithm.
An implementation of the R2 [1] Viewshed algorithm.
1. Franklin, Wm Randolph, and Clark Ray. "Higher isn’t necessarily better: Visibility algorithms and experiments." Advances in GIS research: sixth international symposium on spatial data handling. Vol. 2. Taylor & Francis Edinburgh, 1994.
-
object
Viewshed extends Serializable
Created by jchien on 4/24/14.
Created by jchien on 4/24/14.
This appears to be an implementation of the R3 Viewshed algorithm from [1].
1. Franklin, Wm Randolph, and Clark Ray. "Higher isn’t necessarily better: Visibility algorithms and experiments." Advances in GIS research: sixth international symposium on spatial data handling. Vol. 2. Taylor & Francis Edinburgh, 1994.