Package org.gdal.gnm
Interface gnmConstants
- All Known Implementing Classes:
gnm
public interface gnmConstants
-
Field Summary
Fields Modifier and Type Field Description static int
GNM_EDGE_DIR_BOTH
static int
GNM_EDGE_DIR_SRCTOTGT
static int
GNM_EDGE_DIR_TGTTOSRC
-
Field Details
-
GNM_EDGE_DIR_BOTH
static final int GNM_EDGE_DIR_BOTH -
GNM_EDGE_DIR_SRCTOTGT
static final int GNM_EDGE_DIR_SRCTOTGT -
GNM_EDGE_DIR_TGTTOSRC
static final int GNM_EDGE_DIR_TGTTOSRC
-