class SurfacePoint extends AnyRef
A representation of the approximated partial derivatives of a raster cell, and the slope and aspect that can be calculated from those values. Trigonometric values of aspect and slope, computed using the partial derivatives instead of library trigonometric functions, are also exposed for performance.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SurfacePoint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SurfacePoint()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def aspect(): Double
- def aspectAzimuth(): Double
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cosAspect: Double
Cosine of the aspect, computed using partial derivatives
-
def
cosSlope: Double
Cosine of the slope, computed using partial derivatives
-
var
dz/dx: Double
Partial derivative of z with respect to x
-
var
dz/dy: Double
Partial derivative of z with respect to y
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
isNaN: Boolean
True if the partial derivatives at this point don't exist
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
sinAspect: Double
Sine of the aspect, computed using partial derivatives
-
def
sinSlope: Double
Sine of the slope, computed using partial derivatives
- def slope(): Double
- def slope(zFactor: Double): Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()