Package org.gdal.gdal
Class ViewshedOutputType
java.lang.Object
org.gdal.gdal.ViewshedOutputType
public final class ViewshedOutputType
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static ViewshedOutputType
GVOT_MIN_TARGET_HEIGHT_FROM_DEM
static ViewshedOutputType
GVOT_MIN_TARGET_HEIGHT_FROM_GROUND
static ViewshedOutputType
GVOT_NORMAL
-
Method Summary
Modifier and Type Method Description static ViewshedOutputType
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
GVOT_NORMAL
-
GVOT_MIN_TARGET_HEIGHT_FROM_DEM
-
GVOT_MIN_TARGET_HEIGHT_FROM_GROUND
-
-
Method Details
-
swigValue
public final int swigValue() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
-