Revision 915 trunk/libraries/libjni-gdal/src/es/gva/cit/jgdal/OGRFeatureDefn.java

View differences:

OGRFeatureDefn.java
36 36

  
37 37
public class OGRFeatureDefn extends JNIBase{
38 38
	
39
	/**
40
	 * Constructor
41
	 * @param cPtr	direcci?n de memoria al objeto OGRFeatureDefn de C. 
42
	 */
39 43
	
44
	public OGRFeatureDefn(long cPtr){
45
		this.cPtr=cPtr;
46
	}
40 47
}

Also available in: Unified diff