org.gdal.gnm.gnm 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.12
*
* 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 class gnm implements gnmConstants {
public static void UseExceptions() {
gnmJNI.UseExceptions();
}
public static void DontUseExceptions() {
gnmJNI.DontUseExceptions();
}
public static boolean GetUseExceptions() {
return gnmJNI.GetUseExceptions();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy