/****************************************************************************** * $Id: ogr_java_extend.i 10639 2007-01-17 20:57:32Z tamas $ * * Name: ogr_java_extend.i * Project: GDAL SWIG Interface * Purpose: Java specific OGR extensions * Author: Andrea Aime (andrea.aime@gmail.com) * */ /****************************************************************************** * OGR WKB import and export. Both extensions make sure byte[] is used in * * java instead of char[] * ******************************************************************************/ %pragma(java) modulecode=%{ /* Uninstanciable class */ private ogr() { } public static String[] GeneralCmdLineProcessor(String[] args, int nOptions) { java.util.Vector vArgs = new java.util.Vector(); int i; for(i=0;i