org.gdal.gnm.gnmConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdal Show documentation
Show all versions of gdal Show documentation
Geospatial Data Abstraction Library
/* ----------------------------------------------------------------------------
* 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