Package org.gdal.gnm
Class gnm
java.lang.Object
org.gdal.gnm.gnm
- All Implemented Interfaces:
gnmConstants
public class gnm extends java.lang.Object implements gnmConstants
-
Field Summary
Fields inherited from interface org.gdal.gnm.gnmConstants
GNM_EDGE_DIR_BOTH, GNM_EDGE_DIR_SRCTOTGT, GNM_EDGE_DIR_TGTTOSRC
-
Constructor Summary
Constructors Constructor Description gnm()
-
Method Summary
Modifier and Type Method Description static void
DontUseExceptions()
static boolean
GetUseExceptions()
static void
UseExceptions()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
gnm
public gnm()
-
-
Method Details
-
UseExceptions
public static void UseExceptions() -
DontUseExceptions
public static void DontUseExceptions() -
GetUseExceptions
public static boolean GetUseExceptions()
-