Revision 7838

View differences:

trunk/libraries/libjni-gdal/src/es/gva/cit/jogr/OGRSpatialReference.java
213 213
	
214 214
	
215 215
	//****************************************
216
	//Miguel Garc?a
216
	//Llamadas de Miguel Garc?a
217
	//Estas deber?an funcionar al integrar su jar en jgdal. Al hacer esto deber? cambiarse la cabecera
218
	//de las llamadas de C ya que el nombre del paquete corresponde con el de su proyecto y no con este.
217 219
	
218 220
	/*public static String exportToWkt(OGRSpatialReference ORGSpace)throws CrsOgrException, crsgdalException
219 221
	{
220 222
		String result = exportToWktNat(ORGSpace.getPtr());
221 223
		if(result.length() == 0) throw new CrsOgrException(ORGSpace);
222 224
		return result;
223
	}*/
225
	}
224 226
	
225 227
	public int importFromWkt(OGRSpatialReference ORGSpace, String cadenas) throws CrsGdalException, CrsOgrException, OGRException{
226 228
		int result = importFromWktNat(this.cPtr, cadenas);
......
303 305
		if(result != 0) 
304 306
			throw new OGRException(result,"Error en ESRI().La creacion del objeto no tuvo exito. ",ORGSpace);
305 307
		return result;
306
	}
308
	}*/
307 309
}

Also available in: Unified diff