All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gdal.gnm.gnmConstants Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.8
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package org.gdal.gnm;

import org.gdal.osr.SpatialReference;
import org.gdal.gdal.MajorObject;
import org.gdal.ogr.Geometry;
import org.gdal.ogr.Feature;
import org.gdal.ogr.StyleTable;
import org.gdal.ogr.Layer;

public interface gnmConstants {
  public final static int GNM_EDGE_DIR_BOTH = gnmJNI.GNM_EDGE_DIR_BOTH_get();
  public final static int GNM_EDGE_DIR_SRCTOTGT = gnmJNI.GNM_EDGE_DIR_SRCTOTGT_get();
  public final static int GNM_EDGE_DIR_TGTTOSRC = gnmJNI.GNM_EDGE_DIR_TGTTOSRC_get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy