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 ViewshedOutputTypeGVOT_MIN_TARGET_HEIGHT_FROM_DEMstatic ViewshedOutputTypeGVOT_MIN_TARGET_HEIGHT_FROM_GROUNDstatic ViewshedOutputTypeGVOT_NORMAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ViewshedOutputTypeswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
Field Detail
-
GVOT_NORMAL
public static final ViewshedOutputType GVOT_NORMAL
-
GVOT_MIN_TARGET_HEIGHT_FROM_DEM
public static final ViewshedOutputType GVOT_MIN_TARGET_HEIGHT_FROM_DEM
-
GVOT_MIN_TARGET_HEIGHT_FROM_GROUND
public static final ViewshedOutputType GVOT_MIN_TARGET_HEIGHT_FROM_GROUND
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
swigToEnum
public static ViewshedOutputType swigToEnum(int swigValue)
-
-