Class GdalGenerated

java.lang.Object
ch.so.agi.gdal.ffm.generated.GdalGenerated$shared
ch.so.agi.gdal.ffm.generated.GdalGenerated

public class GdalGenerated extends GdalGenerated$shared
  • Method Details

    • CPLErrorReset$descriptor

      public static FunctionDescriptor CPLErrorReset$descriptor()
      Function descriptor for:
      void CPLErrorReset()
      
    • CPLErrorReset$handle

      public static MethodHandle CPLErrorReset$handle()
      Downcall method handle for:
      void CPLErrorReset()
      
    • CPLErrorReset$address

      public static MemorySegment CPLErrorReset$address()
      Address for:
      void CPLErrorReset()
      
    • CPLErrorReset

      public static void CPLErrorReset()
      void CPLErrorReset()
      
    • CPLGetLastErrorNo$descriptor

      public static FunctionDescriptor CPLGetLastErrorNo$descriptor()
      Function descriptor for:
      CPLErrorNum CPLGetLastErrorNo()
      
    • CPLGetLastErrorNo$handle

      public static MethodHandle CPLGetLastErrorNo$handle()
      Downcall method handle for:
      CPLErrorNum CPLGetLastErrorNo()
      
    • CPLGetLastErrorNo$address

      public static MemorySegment CPLGetLastErrorNo$address()
      Address for:
      CPLErrorNum CPLGetLastErrorNo()
      
    • CPLGetLastErrorNo

      public static int CPLGetLastErrorNo()
      CPLErrorNum CPLGetLastErrorNo()
      
    • CPLGetLastErrorType$descriptor

      public static FunctionDescriptor CPLGetLastErrorType$descriptor()
      Function descriptor for:
      CPLErr CPLGetLastErrorType()
      
    • CPLGetLastErrorType$handle

      public static MethodHandle CPLGetLastErrorType$handle()
      Downcall method handle for:
      CPLErr CPLGetLastErrorType()
      
    • CPLGetLastErrorType$address

      public static MemorySegment CPLGetLastErrorType$address()
      Address for:
      CPLErr CPLGetLastErrorType()
      
    • CPLGetLastErrorType

      public static int CPLGetLastErrorType()
      CPLErr CPLGetLastErrorType()
      
    • CPLGetLastErrorMsg$descriptor

      public static FunctionDescriptor CPLGetLastErrorMsg$descriptor()
      Function descriptor for:
      const char *CPLGetLastErrorMsg()
      
    • CPLGetLastErrorMsg$handle

      public static MethodHandle CPLGetLastErrorMsg$handle()
      Downcall method handle for:
      const char *CPLGetLastErrorMsg()
      
    • CPLGetLastErrorMsg$address

      public static MemorySegment CPLGetLastErrorMsg$address()
      Address for:
      const char *CPLGetLastErrorMsg()
      
    • CPLGetLastErrorMsg

      public static MemorySegment CPLGetLastErrorMsg()
      const char *CPLGetLastErrorMsg()
      
    • VSIFree$descriptor

      public static FunctionDescriptor VSIFree$descriptor()
      Function descriptor for:
      void VSIFree(void *)
      
    • VSIFree$handle

      public static MethodHandle VSIFree$handle()
      Downcall method handle for:
      void VSIFree(void *)
      
    • VSIFree$address

      public static MemorySegment VSIFree$address()
      Address for:
      void VSIFree(void *)
      
    • VSIFree

      public static void VSIFree(MemorySegment x0)
      void VSIFree(void *)
      
    • OGR_G_CreateFromWkb$descriptor

      public static FunctionDescriptor OGR_G_CreateFromWkb$descriptor()
      Function descriptor for:
      OGRErr OGR_G_CreateFromWkb(const void *, OGRSpatialReferenceH, OGRGeometryH *, int)
      
    • OGR_G_CreateFromWkb$handle

      public static MethodHandle OGR_G_CreateFromWkb$handle()
      Downcall method handle for:
      OGRErr OGR_G_CreateFromWkb(const void *, OGRSpatialReferenceH, OGRGeometryH *, int)
      
    • OGR_G_CreateFromWkb$address

      public static MemorySegment OGR_G_CreateFromWkb$address()
      Address for:
      OGRErr OGR_G_CreateFromWkb(const void *, OGRSpatialReferenceH, OGRGeometryH *, int)
      
    • OGR_G_CreateFromWkb

      public static int OGR_G_CreateFromWkb(MemorySegment x0, MemorySegment x1, MemorySegment x2, int x3)
      OGRErr OGR_G_CreateFromWkb(const void *, OGRSpatialReferenceH, OGRGeometryH *, int)
      
    • OGR_G_CreateFromWkt$descriptor

      public static FunctionDescriptor OGR_G_CreateFromWkt$descriptor()
      Function descriptor for:
      OGRErr OGR_G_CreateFromWkt(char **, OGRSpatialReferenceH, OGRGeometryH *)
      
    • OGR_G_CreateFromWkt$handle

      public static MethodHandle OGR_G_CreateFromWkt$handle()
      Downcall method handle for:
      OGRErr OGR_G_CreateFromWkt(char **, OGRSpatialReferenceH, OGRGeometryH *)
      
    • OGR_G_CreateFromWkt$address

      public static MemorySegment OGR_G_CreateFromWkt$address()
      Address for:
      OGRErr OGR_G_CreateFromWkt(char **, OGRSpatialReferenceH, OGRGeometryH *)
      
    • OGR_G_CreateFromWkt

      public static int OGR_G_CreateFromWkt(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      OGRErr OGR_G_CreateFromWkt(char **, OGRSpatialReferenceH, OGRGeometryH *)
      
    • OGR_G_DestroyGeometry$descriptor

      public static FunctionDescriptor OGR_G_DestroyGeometry$descriptor()
      Function descriptor for:
      void OGR_G_DestroyGeometry(OGRGeometryH)
      
    • OGR_G_DestroyGeometry$handle

      public static MethodHandle OGR_G_DestroyGeometry$handle()
      Downcall method handle for:
      void OGR_G_DestroyGeometry(OGRGeometryH)
      
    • OGR_G_DestroyGeometry$address

      public static MemorySegment OGR_G_DestroyGeometry$address()
      Address for:
      void OGR_G_DestroyGeometry(OGRGeometryH)
      
    • OGR_G_DestroyGeometry

      public static void OGR_G_DestroyGeometry(MemorySegment x0)
      void OGR_G_DestroyGeometry(OGRGeometryH)
      
    • OGR_G_ExportToWkb$descriptor

      public static FunctionDescriptor OGR_G_ExportToWkb$descriptor()
      Function descriptor for:
      OGRErr OGR_G_ExportToWkb(OGRGeometryH, OGRwkbByteOrder, unsigned char *)
      
    • OGR_G_ExportToWkb$handle

      public static MethodHandle OGR_G_ExportToWkb$handle()
      Downcall method handle for:
      OGRErr OGR_G_ExportToWkb(OGRGeometryH, OGRwkbByteOrder, unsigned char *)
      
    • OGR_G_ExportToWkb$address

      public static MemorySegment OGR_G_ExportToWkb$address()
      Address for:
      OGRErr OGR_G_ExportToWkb(OGRGeometryH, OGRwkbByteOrder, unsigned char *)
      
    • OGR_G_ExportToWkb

      public static int OGR_G_ExportToWkb(MemorySegment x0, int x1, MemorySegment x2)
      OGRErr OGR_G_ExportToWkb(OGRGeometryH, OGRwkbByteOrder, unsigned char *)
      
    • OGR_G_WkbSize$descriptor

      public static FunctionDescriptor OGR_G_WkbSize$descriptor()
      Function descriptor for:
      int OGR_G_WkbSize(OGRGeometryH hGeom)
      
    • OGR_G_WkbSize$handle

      public static MethodHandle OGR_G_WkbSize$handle()
      Downcall method handle for:
      int OGR_G_WkbSize(OGRGeometryH hGeom)
      
    • OGR_G_WkbSize$address

      public static MemorySegment OGR_G_WkbSize$address()
      Address for:
      int OGR_G_WkbSize(OGRGeometryH hGeom)
      
    • OGR_G_WkbSize

      public static int OGR_G_WkbSize(MemorySegment hGeom)
      int OGR_G_WkbSize(OGRGeometryH hGeom)
      
    • OGR_G_GetSpatialReference$descriptor

      public static FunctionDescriptor OGR_G_GetSpatialReference$descriptor()
      Function descriptor for:
      OGRSpatialReferenceH OGR_G_GetSpatialReference(OGRGeometryH)
      
    • OGR_G_GetSpatialReference$handle

      public static MethodHandle OGR_G_GetSpatialReference$handle()
      Downcall method handle for:
      OGRSpatialReferenceH OGR_G_GetSpatialReference(OGRGeometryH)
      
    • OGR_G_GetSpatialReference$address

      public static MemorySegment OGR_G_GetSpatialReference$address()
      Address for:
      OGRSpatialReferenceH OGR_G_GetSpatialReference(OGRGeometryH)
      
    • OGR_G_GetSpatialReference

      public static MemorySegment OGR_G_GetSpatialReference(MemorySegment x0)
      OGRSpatialReferenceH OGR_G_GetSpatialReference(OGRGeometryH)
      
    • OGR_Fld_Create$descriptor

      public static FunctionDescriptor OGR_Fld_Create$descriptor()
      Function descriptor for:
      OGRFieldDefnH OGR_Fld_Create(const char *, OGRFieldType)
      
    • OGR_Fld_Create$handle

      public static MethodHandle OGR_Fld_Create$handle()
      Downcall method handle for:
      OGRFieldDefnH OGR_Fld_Create(const char *, OGRFieldType)
      
    • OGR_Fld_Create$address

      public static MemorySegment OGR_Fld_Create$address()
      Address for:
      OGRFieldDefnH OGR_Fld_Create(const char *, OGRFieldType)
      
    • OGR_Fld_Create

      public static MemorySegment OGR_Fld_Create(MemorySegment x0, int x1)
      OGRFieldDefnH OGR_Fld_Create(const char *, OGRFieldType)
      
    • OGR_Fld_Destroy$descriptor

      public static FunctionDescriptor OGR_Fld_Destroy$descriptor()
      Function descriptor for:
      void OGR_Fld_Destroy(OGRFieldDefnH)
      
    • OGR_Fld_Destroy$handle

      public static MethodHandle OGR_Fld_Destroy$handle()
      Downcall method handle for:
      void OGR_Fld_Destroy(OGRFieldDefnH)
      
    • OGR_Fld_Destroy$address

      public static MemorySegment OGR_Fld_Destroy$address()
      Address for:
      void OGR_Fld_Destroy(OGRFieldDefnH)
      
    • OGR_Fld_Destroy

      public static void OGR_Fld_Destroy(MemorySegment x0)
      void OGR_Fld_Destroy(OGRFieldDefnH)
      
    • OGR_Fld_GetNameRef$descriptor

      public static FunctionDescriptor OGR_Fld_GetNameRef$descriptor()
      Function descriptor for:
      const char *OGR_Fld_GetNameRef(OGRFieldDefnH)
      
    • OGR_Fld_GetNameRef$handle

      public static MethodHandle OGR_Fld_GetNameRef$handle()
      Downcall method handle for:
      const char *OGR_Fld_GetNameRef(OGRFieldDefnH)
      
    • OGR_Fld_GetNameRef$address

      public static MemorySegment OGR_Fld_GetNameRef$address()
      Address for:
      const char *OGR_Fld_GetNameRef(OGRFieldDefnH)
      
    • OGR_Fld_GetNameRef

      public static MemorySegment OGR_Fld_GetNameRef(MemorySegment x0)
      const char *OGR_Fld_GetNameRef(OGRFieldDefnH)
      
    • OGR_Fld_GetType$descriptor

      public static FunctionDescriptor OGR_Fld_GetType$descriptor()
      Function descriptor for:
      OGRFieldType OGR_Fld_GetType(OGRFieldDefnH)
      
    • OGR_Fld_GetType$handle

      public static MethodHandle OGR_Fld_GetType$handle()
      Downcall method handle for:
      OGRFieldType OGR_Fld_GetType(OGRFieldDefnH)
      
    • OGR_Fld_GetType$address

      public static MemorySegment OGR_Fld_GetType$address()
      Address for:
      OGRFieldType OGR_Fld_GetType(OGRFieldDefnH)
      
    • OGR_Fld_GetType

      public static int OGR_Fld_GetType(MemorySegment x0)
      OGRFieldType OGR_Fld_GetType(OGRFieldDefnH)
      
    • OGR_FD_GetFieldCount$descriptor

      public static FunctionDescriptor OGR_FD_GetFieldCount$descriptor()
      Function descriptor for:
      int OGR_FD_GetFieldCount(OGRFeatureDefnH)
      
    • OGR_FD_GetFieldCount$handle

      public static MethodHandle OGR_FD_GetFieldCount$handle()
      Downcall method handle for:
      int OGR_FD_GetFieldCount(OGRFeatureDefnH)
      
    • OGR_FD_GetFieldCount$address

      public static MemorySegment OGR_FD_GetFieldCount$address()
      Address for:
      int OGR_FD_GetFieldCount(OGRFeatureDefnH)
      
    • OGR_FD_GetFieldCount

      public static int OGR_FD_GetFieldCount(MemorySegment x0)
      int OGR_FD_GetFieldCount(OGRFeatureDefnH)
      
    • OGR_FD_GetFieldDefn$descriptor

      public static FunctionDescriptor OGR_FD_GetFieldDefn$descriptor()
      Function descriptor for:
      OGRFieldDefnH OGR_FD_GetFieldDefn(OGRFeatureDefnH, int)
      
    • OGR_FD_GetFieldDefn$handle

      public static MethodHandle OGR_FD_GetFieldDefn$handle()
      Downcall method handle for:
      OGRFieldDefnH OGR_FD_GetFieldDefn(OGRFeatureDefnH, int)
      
    • OGR_FD_GetFieldDefn$address

      public static MemorySegment OGR_FD_GetFieldDefn$address()
      Address for:
      OGRFieldDefnH OGR_FD_GetFieldDefn(OGRFeatureDefnH, int)
      
    • OGR_FD_GetFieldDefn

      public static MemorySegment OGR_FD_GetFieldDefn(MemorySegment x0, int x1)
      OGRFieldDefnH OGR_FD_GetFieldDefn(OGRFeatureDefnH, int)
      
    • OGR_FD_GetGeomFieldIndex$descriptor

      public static FunctionDescriptor OGR_FD_GetGeomFieldIndex$descriptor()
      Function descriptor for:
      int OGR_FD_GetGeomFieldIndex(OGRFeatureDefnH hFDefn, const char *pszName)
      
    • OGR_FD_GetGeomFieldIndex$handle

      public static MethodHandle OGR_FD_GetGeomFieldIndex$handle()
      Downcall method handle for:
      int OGR_FD_GetGeomFieldIndex(OGRFeatureDefnH hFDefn, const char *pszName)
      
    • OGR_FD_GetGeomFieldIndex$address

      public static MemorySegment OGR_FD_GetGeomFieldIndex$address()
      Address for:
      int OGR_FD_GetGeomFieldIndex(OGRFeatureDefnH hFDefn, const char *pszName)
      
    • OGR_FD_GetGeomFieldIndex

      public static int OGR_FD_GetGeomFieldIndex(MemorySegment hFDefn, MemorySegment pszName)
      int OGR_FD_GetGeomFieldIndex(OGRFeatureDefnH hFDefn, const char *pszName)
      
    • OGR_F_Create$descriptor

      public static FunctionDescriptor OGR_F_Create$descriptor()
      Function descriptor for:
      OGRFeatureH OGR_F_Create(OGRFeatureDefnH)
      
    • OGR_F_Create$handle

      public static MethodHandle OGR_F_Create$handle()
      Downcall method handle for:
      OGRFeatureH OGR_F_Create(OGRFeatureDefnH)
      
    • OGR_F_Create$address

      public static MemorySegment OGR_F_Create$address()
      Address for:
      OGRFeatureH OGR_F_Create(OGRFeatureDefnH)
      
    • OGR_F_Create

      public static MemorySegment OGR_F_Create(MemorySegment x0)
      OGRFeatureH OGR_F_Create(OGRFeatureDefnH)
      
    • OGR_F_Destroy$descriptor

      public static FunctionDescriptor OGR_F_Destroy$descriptor()
      Function descriptor for:
      void OGR_F_Destroy(OGRFeatureH)
      
    • OGR_F_Destroy$handle

      public static MethodHandle OGR_F_Destroy$handle()
      Downcall method handle for:
      void OGR_F_Destroy(OGRFeatureH)
      
    • OGR_F_Destroy$address

      public static MemorySegment OGR_F_Destroy$address()
      Address for:
      void OGR_F_Destroy(OGRFeatureH)
      
    • OGR_F_Destroy

      public static void OGR_F_Destroy(MemorySegment x0)
      void OGR_F_Destroy(OGRFeatureH)
      
    • OGR_F_SetGeometry$descriptor

      public static FunctionDescriptor OGR_F_SetGeometry$descriptor()
      Function descriptor for:
      OGRErr OGR_F_SetGeometry(OGRFeatureH, OGRGeometryH)
      
    • OGR_F_SetGeometry$handle

      public static MethodHandle OGR_F_SetGeometry$handle()
      Downcall method handle for:
      OGRErr OGR_F_SetGeometry(OGRFeatureH, OGRGeometryH)
      
    • OGR_F_SetGeometry$address

      public static MemorySegment OGR_F_SetGeometry$address()
      Address for:
      OGRErr OGR_F_SetGeometry(OGRFeatureH, OGRGeometryH)
      
    • OGR_F_SetGeometry

      public static int OGR_F_SetGeometry(MemorySegment x0, MemorySegment x1)
      OGRErr OGR_F_SetGeometry(OGRFeatureH, OGRGeometryH)
      
    • OGR_F_GetGeometryRef$descriptor

      public static FunctionDescriptor OGR_F_GetGeometryRef$descriptor()
      Function descriptor for:
      OGRGeometryH OGR_F_GetGeometryRef(OGRFeatureH)
      
    • OGR_F_GetGeometryRef$handle

      public static MethodHandle OGR_F_GetGeometryRef$handle()
      Downcall method handle for:
      OGRGeometryH OGR_F_GetGeometryRef(OGRFeatureH)
      
    • OGR_F_GetGeometryRef$address

      public static MemorySegment OGR_F_GetGeometryRef$address()
      Address for:
      OGRGeometryH OGR_F_GetGeometryRef(OGRFeatureH)
      
    • OGR_F_GetGeometryRef

      public static MemorySegment OGR_F_GetGeometryRef(MemorySegment x0)
      OGRGeometryH OGR_F_GetGeometryRef(OGRFeatureH)
      
    • OGR_F_GetFieldIndex$descriptor

      public static FunctionDescriptor OGR_F_GetFieldIndex$descriptor()
      Function descriptor for:
      int OGR_F_GetFieldIndex(OGRFeatureH, const char *)
      
    • OGR_F_GetFieldIndex$handle

      public static MethodHandle OGR_F_GetFieldIndex$handle()
      Downcall method handle for:
      int OGR_F_GetFieldIndex(OGRFeatureH, const char *)
      
    • OGR_F_GetFieldIndex$address

      public static MemorySegment OGR_F_GetFieldIndex$address()
      Address for:
      int OGR_F_GetFieldIndex(OGRFeatureH, const char *)
      
    • OGR_F_GetFieldIndex

      public static int OGR_F_GetFieldIndex(MemorySegment x0, MemorySegment x1)
      int OGR_F_GetFieldIndex(OGRFeatureH, const char *)
      
    • OGR_F_IsFieldSetAndNotNull$descriptor

      public static FunctionDescriptor OGR_F_IsFieldSetAndNotNull$descriptor()
      Function descriptor for:
      int OGR_F_IsFieldSetAndNotNull(OGRFeatureH, int)
      
    • OGR_F_IsFieldSetAndNotNull$handle

      public static MethodHandle OGR_F_IsFieldSetAndNotNull$handle()
      Downcall method handle for:
      int OGR_F_IsFieldSetAndNotNull(OGRFeatureH, int)
      
    • OGR_F_IsFieldSetAndNotNull$address

      public static MemorySegment OGR_F_IsFieldSetAndNotNull$address()
      Address for:
      int OGR_F_IsFieldSetAndNotNull(OGRFeatureH, int)
      
    • OGR_F_IsFieldSetAndNotNull

      public static int OGR_F_IsFieldSetAndNotNull(MemorySegment x0, int x1)
      int OGR_F_IsFieldSetAndNotNull(OGRFeatureH, int)
      
    • OGR_F_SetFieldNull$descriptor

      public static FunctionDescriptor OGR_F_SetFieldNull$descriptor()
      Function descriptor for:
      void OGR_F_SetFieldNull(OGRFeatureH, int)
      
    • OGR_F_SetFieldNull$handle

      public static MethodHandle OGR_F_SetFieldNull$handle()
      Downcall method handle for:
      void OGR_F_SetFieldNull(OGRFeatureH, int)
      
    • OGR_F_SetFieldNull$address

      public static MemorySegment OGR_F_SetFieldNull$address()
      Address for:
      void OGR_F_SetFieldNull(OGRFeatureH, int)
      
    • OGR_F_SetFieldNull

      public static void OGR_F_SetFieldNull(MemorySegment x0, int x1)
      void OGR_F_SetFieldNull(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsInteger64$descriptor

      public static FunctionDescriptor OGR_F_GetFieldAsInteger64$descriptor()
      Function descriptor for:
      GIntBig OGR_F_GetFieldAsInteger64(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsInteger64$handle

      public static MethodHandle OGR_F_GetFieldAsInteger64$handle()
      Downcall method handle for:
      GIntBig OGR_F_GetFieldAsInteger64(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsInteger64$address

      public static MemorySegment OGR_F_GetFieldAsInteger64$address()
      Address for:
      GIntBig OGR_F_GetFieldAsInteger64(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsInteger64

      public static long OGR_F_GetFieldAsInteger64(MemorySegment x0, int x1)
      GIntBig OGR_F_GetFieldAsInteger64(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsDouble$descriptor

      public static FunctionDescriptor OGR_F_GetFieldAsDouble$descriptor()
      Function descriptor for:
      double OGR_F_GetFieldAsDouble(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsDouble$handle

      public static MethodHandle OGR_F_GetFieldAsDouble$handle()
      Downcall method handle for:
      double OGR_F_GetFieldAsDouble(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsDouble$address

      public static MemorySegment OGR_F_GetFieldAsDouble$address()
      Address for:
      double OGR_F_GetFieldAsDouble(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsDouble

      public static double OGR_F_GetFieldAsDouble(MemorySegment x0, int x1)
      double OGR_F_GetFieldAsDouble(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsString$descriptor

      public static FunctionDescriptor OGR_F_GetFieldAsString$descriptor()
      Function descriptor for:
      const char *OGR_F_GetFieldAsString(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsString$handle

      public static MethodHandle OGR_F_GetFieldAsString$handle()
      Downcall method handle for:
      const char *OGR_F_GetFieldAsString(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsString$address

      public static MemorySegment OGR_F_GetFieldAsString$address()
      Address for:
      const char *OGR_F_GetFieldAsString(OGRFeatureH, int)
      
    • OGR_F_GetFieldAsString

      public static MemorySegment OGR_F_GetFieldAsString(MemorySegment x0, int x1)
      const char *OGR_F_GetFieldAsString(OGRFeatureH, int)
      
    • OGR_F_SetFieldInteger64$descriptor

      public static FunctionDescriptor OGR_F_SetFieldInteger64$descriptor()
      Function descriptor for:
      void OGR_F_SetFieldInteger64(OGRFeatureH, int, GIntBig)
      
    • OGR_F_SetFieldInteger64$handle

      public static MethodHandle OGR_F_SetFieldInteger64$handle()
      Downcall method handle for:
      void OGR_F_SetFieldInteger64(OGRFeatureH, int, GIntBig)
      
    • OGR_F_SetFieldInteger64$address

      public static MemorySegment OGR_F_SetFieldInteger64$address()
      Address for:
      void OGR_F_SetFieldInteger64(OGRFeatureH, int, GIntBig)
      
    • OGR_F_SetFieldInteger64

      public static void OGR_F_SetFieldInteger64(MemorySegment x0, int x1, long x2)
      void OGR_F_SetFieldInteger64(OGRFeatureH, int, GIntBig)
      
    • OGR_F_SetFieldDouble$descriptor

      public static FunctionDescriptor OGR_F_SetFieldDouble$descriptor()
      Function descriptor for:
      void OGR_F_SetFieldDouble(OGRFeatureH, int, double)
      
    • OGR_F_SetFieldDouble$handle

      public static MethodHandle OGR_F_SetFieldDouble$handle()
      Downcall method handle for:
      void OGR_F_SetFieldDouble(OGRFeatureH, int, double)
      
    • OGR_F_SetFieldDouble$address

      public static MemorySegment OGR_F_SetFieldDouble$address()
      Address for:
      void OGR_F_SetFieldDouble(OGRFeatureH, int, double)
      
    • OGR_F_SetFieldDouble

      public static void OGR_F_SetFieldDouble(MemorySegment x0, int x1, double x2)
      void OGR_F_SetFieldDouble(OGRFeatureH, int, double)
      
    • OGR_F_SetFieldString$descriptor

      public static FunctionDescriptor OGR_F_SetFieldString$descriptor()
      Function descriptor for:
      void OGR_F_SetFieldString(OGRFeatureH, int, const char *)
      
    • OGR_F_SetFieldString$handle

      public static MethodHandle OGR_F_SetFieldString$handle()
      Downcall method handle for:
      void OGR_F_SetFieldString(OGRFeatureH, int, const char *)
      
    • OGR_F_SetFieldString$address

      public static MemorySegment OGR_F_SetFieldString$address()
      Address for:
      void OGR_F_SetFieldString(OGRFeatureH, int, const char *)
      
    • OGR_F_SetFieldString

      public static void OGR_F_SetFieldString(MemorySegment x0, int x1, MemorySegment x2)
      void OGR_F_SetFieldString(OGRFeatureH, int, const char *)
      
    • OGR_F_SetGeomField$descriptor

      public static FunctionDescriptor OGR_F_SetGeomField$descriptor()
      Function descriptor for:
      OGRErr OGR_F_SetGeomField(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
      
    • OGR_F_SetGeomField$handle

      public static MethodHandle OGR_F_SetGeomField$handle()
      Downcall method handle for:
      OGRErr OGR_F_SetGeomField(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
      
    • OGR_F_SetGeomField$address

      public static MemorySegment OGR_F_SetGeomField$address()
      Address for:
      OGRErr OGR_F_SetGeomField(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
      
    • OGR_F_SetGeomField

      public static int OGR_F_SetGeomField(MemorySegment hFeat, int iField, MemorySegment hGeom)
      OGRErr OGR_F_SetGeomField(OGRFeatureH hFeat, int iField, OGRGeometryH hGeom)
      
    • OGR_F_GetFID$descriptor

      public static FunctionDescriptor OGR_F_GetFID$descriptor()
      Function descriptor for:
      GIntBig OGR_F_GetFID(OGRFeatureH)
      
    • OGR_F_GetFID$handle

      public static MethodHandle OGR_F_GetFID$handle()
      Downcall method handle for:
      GIntBig OGR_F_GetFID(OGRFeatureH)
      
    • OGR_F_GetFID$address

      public static MemorySegment OGR_F_GetFID$address()
      Address for:
      GIntBig OGR_F_GetFID(OGRFeatureH)
      
    • OGR_F_GetFID

      public static long OGR_F_GetFID(MemorySegment x0)
      GIntBig OGR_F_GetFID(OGRFeatureH)
      
    • OGR_F_SetFID$descriptor

      public static FunctionDescriptor OGR_F_SetFID$descriptor()
      Function descriptor for:
      OGRErr OGR_F_SetFID(OGRFeatureH, GIntBig)
      
    • OGR_F_SetFID$handle

      public static MethodHandle OGR_F_SetFID$handle()
      Downcall method handle for:
      OGRErr OGR_F_SetFID(OGRFeatureH, GIntBig)
      
    • OGR_F_SetFID$address

      public static MemorySegment OGR_F_SetFID$address()
      Address for:
      OGRErr OGR_F_SetFID(OGRFeatureH, GIntBig)
      
    • OGR_F_SetFID

      public static int OGR_F_SetFID(MemorySegment x0, long x1)
      OGRErr OGR_F_SetFID(OGRFeatureH, GIntBig)
      
    • OGR_L_GetName$descriptor

      public static FunctionDescriptor OGR_L_GetName$descriptor()
      Function descriptor for:
      const char *OGR_L_GetName(OGRLayerH)
      
    • OGR_L_GetName$handle

      public static MethodHandle OGR_L_GetName$handle()
      Downcall method handle for:
      const char *OGR_L_GetName(OGRLayerH)
      
    • OGR_L_GetName$address

      public static MemorySegment OGR_L_GetName$address()
      Address for:
      const char *OGR_L_GetName(OGRLayerH)
      
    • OGR_L_GetName

      public static MemorySegment OGR_L_GetName(MemorySegment x0)
      const char *OGR_L_GetName(OGRLayerH)
      
    • OGR_L_GetGeomType$descriptor

      public static FunctionDescriptor OGR_L_GetGeomType$descriptor()
      Function descriptor for:
      OGRwkbGeometryType OGR_L_GetGeomType(OGRLayerH)
      
    • OGR_L_GetGeomType$handle

      public static MethodHandle OGR_L_GetGeomType$handle()
      Downcall method handle for:
      OGRwkbGeometryType OGR_L_GetGeomType(OGRLayerH)
      
    • OGR_L_GetGeomType$address

      public static MemorySegment OGR_L_GetGeomType$address()
      Address for:
      OGRwkbGeometryType OGR_L_GetGeomType(OGRLayerH)
      
    • OGR_L_GetGeomType

      public static int OGR_L_GetGeomType(MemorySegment x0)
      OGRwkbGeometryType OGR_L_GetGeomType(OGRLayerH)
      
    • OGR_L_SetSpatialFilter$descriptor

      public static FunctionDescriptor OGR_L_SetSpatialFilter$descriptor()
      Function descriptor for:
      void OGR_L_SetSpatialFilter(OGRLayerH, OGRGeometryH)
      
    • OGR_L_SetSpatialFilter$handle

      public static MethodHandle OGR_L_SetSpatialFilter$handle()
      Downcall method handle for:
      void OGR_L_SetSpatialFilter(OGRLayerH, OGRGeometryH)
      
    • OGR_L_SetSpatialFilter$address

      public static MemorySegment OGR_L_SetSpatialFilter$address()
      Address for:
      void OGR_L_SetSpatialFilter(OGRLayerH, OGRGeometryH)
      
    • OGR_L_SetSpatialFilter

      public static void OGR_L_SetSpatialFilter(MemorySegment x0, MemorySegment x1)
      void OGR_L_SetSpatialFilter(OGRLayerH, OGRGeometryH)
      
    • OGR_L_SetSpatialFilterRect$descriptor

      public static FunctionDescriptor OGR_L_SetSpatialFilterRect$descriptor()
      Function descriptor for:
      void OGR_L_SetSpatialFilterRect(OGRLayerH, double, double, double, double)
      
    • OGR_L_SetSpatialFilterRect$handle

      public static MethodHandle OGR_L_SetSpatialFilterRect$handle()
      Downcall method handle for:
      void OGR_L_SetSpatialFilterRect(OGRLayerH, double, double, double, double)
      
    • OGR_L_SetSpatialFilterRect$address

      public static MemorySegment OGR_L_SetSpatialFilterRect$address()
      Address for:
      void OGR_L_SetSpatialFilterRect(OGRLayerH, double, double, double, double)
      
    • OGR_L_SetSpatialFilterRect

      public static void OGR_L_SetSpatialFilterRect(MemorySegment x0, double x1, double x2, double x3, double x4)
      void OGR_L_SetSpatialFilterRect(OGRLayerH, double, double, double, double)
      
    • OGR_L_SetAttributeFilter$descriptor

      public static FunctionDescriptor OGR_L_SetAttributeFilter$descriptor()
      Function descriptor for:
      OGRErr OGR_L_SetAttributeFilter(OGRLayerH, const char *)
      
    • OGR_L_SetAttributeFilter$handle

      public static MethodHandle OGR_L_SetAttributeFilter$handle()
      Downcall method handle for:
      OGRErr OGR_L_SetAttributeFilter(OGRLayerH, const char *)
      
    • OGR_L_SetAttributeFilter$address

      public static MemorySegment OGR_L_SetAttributeFilter$address()
      Address for:
      OGRErr OGR_L_SetAttributeFilter(OGRLayerH, const char *)
      
    • OGR_L_SetAttributeFilter

      public static int OGR_L_SetAttributeFilter(MemorySegment x0, MemorySegment x1)
      OGRErr OGR_L_SetAttributeFilter(OGRLayerH, const char *)
      
    • OGR_L_ResetReading$descriptor

      public static FunctionDescriptor OGR_L_ResetReading$descriptor()
      Function descriptor for:
      void OGR_L_ResetReading(OGRLayerH)
      
    • OGR_L_ResetReading$handle

      public static MethodHandle OGR_L_ResetReading$handle()
      Downcall method handle for:
      void OGR_L_ResetReading(OGRLayerH)
      
    • OGR_L_ResetReading$address

      public static MemorySegment OGR_L_ResetReading$address()
      Address for:
      void OGR_L_ResetReading(OGRLayerH)
      
    • OGR_L_ResetReading

      public static void OGR_L_ResetReading(MemorySegment x0)
      void OGR_L_ResetReading(OGRLayerH)
      
    • OGR_L_GetNextFeature$descriptor

      public static FunctionDescriptor OGR_L_GetNextFeature$descriptor()
      Function descriptor for:
      OGRFeatureH OGR_L_GetNextFeature(OGRLayerH)
      
    • OGR_L_GetNextFeature$handle

      public static MethodHandle OGR_L_GetNextFeature$handle()
      Downcall method handle for:
      OGRFeatureH OGR_L_GetNextFeature(OGRLayerH)
      
    • OGR_L_GetNextFeature$address

      public static MemorySegment OGR_L_GetNextFeature$address()
      Address for:
      OGRFeatureH OGR_L_GetNextFeature(OGRLayerH)
      
    • OGR_L_GetNextFeature

      public static MemorySegment OGR_L_GetNextFeature(MemorySegment x0)
      OGRFeatureH OGR_L_GetNextFeature(OGRLayerH)
      
    • OGR_L_CreateFeature$descriptor

      public static FunctionDescriptor OGR_L_CreateFeature$descriptor()
      Function descriptor for:
      OGRErr OGR_L_CreateFeature(OGRLayerH, OGRFeatureH)
      
    • OGR_L_CreateFeature$handle

      public static MethodHandle OGR_L_CreateFeature$handle()
      Downcall method handle for:
      OGRErr OGR_L_CreateFeature(OGRLayerH, OGRFeatureH)
      
    • OGR_L_CreateFeature$address

      public static MemorySegment OGR_L_CreateFeature$address()
      Address for:
      OGRErr OGR_L_CreateFeature(OGRLayerH, OGRFeatureH)
      
    • OGR_L_CreateFeature

      public static int OGR_L_CreateFeature(MemorySegment x0, MemorySegment x1)
      OGRErr OGR_L_CreateFeature(OGRLayerH, OGRFeatureH)
      
    • OGR_L_GetLayerDefn$descriptor

      public static FunctionDescriptor OGR_L_GetLayerDefn$descriptor()
      Function descriptor for:
      OGRFeatureDefnH OGR_L_GetLayerDefn(OGRLayerH)
      
    • OGR_L_GetLayerDefn$handle

      public static MethodHandle OGR_L_GetLayerDefn$handle()
      Downcall method handle for:
      OGRFeatureDefnH OGR_L_GetLayerDefn(OGRLayerH)
      
    • OGR_L_GetLayerDefn$address

      public static MemorySegment OGR_L_GetLayerDefn$address()
      Address for:
      OGRFeatureDefnH OGR_L_GetLayerDefn(OGRLayerH)
      
    • OGR_L_GetLayerDefn

      public static MemorySegment OGR_L_GetLayerDefn(MemorySegment x0)
      OGRFeatureDefnH OGR_L_GetLayerDefn(OGRLayerH)
      
    • OGR_L_CreateField$descriptor

      public static FunctionDescriptor OGR_L_CreateField$descriptor()
      Function descriptor for:
      OGRErr OGR_L_CreateField(OGRLayerH, OGRFieldDefnH, int)
      
    • OGR_L_CreateField$handle

      public static MethodHandle OGR_L_CreateField$handle()
      Downcall method handle for:
      OGRErr OGR_L_CreateField(OGRLayerH, OGRFieldDefnH, int)
      
    • OGR_L_CreateField$address

      public static MemorySegment OGR_L_CreateField$address()
      Address for:
      OGRErr OGR_L_CreateField(OGRLayerH, OGRFieldDefnH, int)
      
    • OGR_L_CreateField

      public static int OGR_L_CreateField(MemorySegment x0, MemorySegment x1, int x2)
      OGRErr OGR_L_CreateField(OGRLayerH, OGRFieldDefnH, int)
      
    • OGR_L_SetIgnoredFields$descriptor

      public static FunctionDescriptor OGR_L_SetIgnoredFields$descriptor()
      Function descriptor for:
      OGRErr OGR_L_SetIgnoredFields(OGRLayerH, const char **)
      
    • OGR_L_SetIgnoredFields$handle

      public static MethodHandle OGR_L_SetIgnoredFields$handle()
      Downcall method handle for:
      OGRErr OGR_L_SetIgnoredFields(OGRLayerH, const char **)
      
    • OGR_L_SetIgnoredFields$address

      public static MemorySegment OGR_L_SetIgnoredFields$address()
      Address for:
      OGRErr OGR_L_SetIgnoredFields(OGRLayerH, const char **)
      
    • OGR_L_SetIgnoredFields

      public static int OGR_L_SetIgnoredFields(MemorySegment x0, MemorySegment x1)
      OGRErr OGR_L_SetIgnoredFields(OGRLayerH, const char **)
      
    • OGR_DS_DeleteLayer$descriptor

      public static FunctionDescriptor OGR_DS_DeleteLayer$descriptor()
      Function descriptor for:
      OGRErr OGR_DS_DeleteLayer(OGRDataSourceH, int)
      
    • OGR_DS_DeleteLayer$handle

      public static MethodHandle OGR_DS_DeleteLayer$handle()
      Downcall method handle for:
      OGRErr OGR_DS_DeleteLayer(OGRDataSourceH, int)
      
    • OGR_DS_DeleteLayer$address

      public static MemorySegment OGR_DS_DeleteLayer$address()
      Address for:
      OGRErr OGR_DS_DeleteLayer(OGRDataSourceH, int)
      
    • OGR_DS_DeleteLayer

      public static int OGR_DS_DeleteLayer(MemorySegment x0, int x1)
      OGRErr OGR_DS_DeleteLayer(OGRDataSourceH, int)
      
    • OGR_DS_CreateLayer$descriptor

      public static FunctionDescriptor OGR_DS_CreateLayer$descriptor()
      Function descriptor for:
      OGRLayerH OGR_DS_CreateLayer(OGRDataSourceH, const char *, OGRSpatialReferenceH, OGRwkbGeometryType, char **)
      
    • OGR_DS_CreateLayer$handle

      public static MethodHandle OGR_DS_CreateLayer$handle()
      Downcall method handle for:
      OGRLayerH OGR_DS_CreateLayer(OGRDataSourceH, const char *, OGRSpatialReferenceH, OGRwkbGeometryType, char **)
      
    • OGR_DS_CreateLayer$address

      public static MemorySegment OGR_DS_CreateLayer$address()
      Address for:
      OGRLayerH OGR_DS_CreateLayer(OGRDataSourceH, const char *, OGRSpatialReferenceH, OGRwkbGeometryType, char **)
      
    • OGR_DS_CreateLayer

      public static MemorySegment OGR_DS_CreateLayer(MemorySegment x0, MemorySegment x1, MemorySegment x2, int x3, MemorySegment x4)
      OGRLayerH OGR_DS_CreateLayer(OGRDataSourceH, const char *, OGRSpatialReferenceH, OGRwkbGeometryType, char **)
      
    • OGR_Dr_GetName$descriptor

      public static FunctionDescriptor OGR_Dr_GetName$descriptor()
      Function descriptor for:
      const char *OGR_Dr_GetName(OGRSFDriverH)
      
    • OGR_Dr_GetName$handle

      public static MethodHandle OGR_Dr_GetName$handle()
      Downcall method handle for:
      const char *OGR_Dr_GetName(OGRSFDriverH)
      
    • OGR_Dr_GetName$address

      public static MemorySegment OGR_Dr_GetName$address()
      Address for:
      const char *OGR_Dr_GetName(OGRSFDriverH)
      
    • OGR_Dr_GetName

      public static MemorySegment OGR_Dr_GetName(MemorySegment x0)
      const char *OGR_Dr_GetName(OGRSFDriverH)
      
    • OGR_Dr_TestCapability$descriptor

      public static FunctionDescriptor OGR_Dr_TestCapability$descriptor()
      Function descriptor for:
      int OGR_Dr_TestCapability(OGRSFDriverH, const char *)
      
    • OGR_Dr_TestCapability$handle

      public static MethodHandle OGR_Dr_TestCapability$handle()
      Downcall method handle for:
      int OGR_Dr_TestCapability(OGRSFDriverH, const char *)
      
    • OGR_Dr_TestCapability$address

      public static MemorySegment OGR_Dr_TestCapability$address()
      Address for:
      int OGR_Dr_TestCapability(OGRSFDriverH, const char *)
      
    • OGR_Dr_TestCapability

      public static int OGR_Dr_TestCapability(MemorySegment x0, MemorySegment x1)
      int OGR_Dr_TestCapability(OGRSFDriverH, const char *)
      
    • OGR_Dr_CreateDataSource$descriptor

      public static FunctionDescriptor OGR_Dr_CreateDataSource$descriptor()
      Function descriptor for:
      OGRDataSourceH OGR_Dr_CreateDataSource(OGRSFDriverH, const char *, char **)
      
    • OGR_Dr_CreateDataSource$handle

      public static MethodHandle OGR_Dr_CreateDataSource$handle()
      Downcall method handle for:
      OGRDataSourceH OGR_Dr_CreateDataSource(OGRSFDriverH, const char *, char **)
      
    • OGR_Dr_CreateDataSource$address

      public static MemorySegment OGR_Dr_CreateDataSource$address()
      Address for:
      OGRDataSourceH OGR_Dr_CreateDataSource(OGRSFDriverH, const char *, char **)
      
    • OGR_Dr_CreateDataSource

      public static MemorySegment OGR_Dr_CreateDataSource(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      OGRDataSourceH OGR_Dr_CreateDataSource(OGRSFDriverH, const char *, char **)
      
    • OGR_Dr_DeleteDataSource$descriptor

      public static FunctionDescriptor OGR_Dr_DeleteDataSource$descriptor()
      Function descriptor for:
      OGRErr OGR_Dr_DeleteDataSource(OGRSFDriverH, const char *)
      
    • OGR_Dr_DeleteDataSource$handle

      public static MethodHandle OGR_Dr_DeleteDataSource$handle()
      Downcall method handle for:
      OGRErr OGR_Dr_DeleteDataSource(OGRSFDriverH, const char *)
      
    • OGR_Dr_DeleteDataSource$address

      public static MemorySegment OGR_Dr_DeleteDataSource$address()
      Address for:
      OGRErr OGR_Dr_DeleteDataSource(OGRSFDriverH, const char *)
      
    • OGR_Dr_DeleteDataSource

      public static int OGR_Dr_DeleteDataSource(MemorySegment x0, MemorySegment x1)
      OGRErr OGR_Dr_DeleteDataSource(OGRSFDriverH, const char *)
      
    • OGRGetDriverCount$descriptor

      public static FunctionDescriptor OGRGetDriverCount$descriptor()
      Function descriptor for:
      int OGRGetDriverCount()
      
    • OGRGetDriverCount$handle

      public static MethodHandle OGRGetDriverCount$handle()
      Downcall method handle for:
      int OGRGetDriverCount()
      
    • OGRGetDriverCount$address

      public static MemorySegment OGRGetDriverCount$address()
      Address for:
      int OGRGetDriverCount()
      
    • OGRGetDriverCount

      public static int OGRGetDriverCount()
      int OGRGetDriverCount()
      
    • OGRGetDriver$descriptor

      public static FunctionDescriptor OGRGetDriver$descriptor()
      Function descriptor for:
      OGRSFDriverH OGRGetDriver(int)
      
    • OGRGetDriver$handle

      public static MethodHandle OGRGetDriver$handle()
      Downcall method handle for:
      OGRSFDriverH OGRGetDriver(int)
      
    • OGRGetDriver$address

      public static MemorySegment OGRGetDriver$address()
      Address for:
      OGRSFDriverH OGRGetDriver(int)
      
    • OGRGetDriver

      public static MemorySegment OGRGetDriver(int x0)
      OGRSFDriverH OGRGetDriver(int)
      
    • OGRGetDriverByName$descriptor

      public static FunctionDescriptor OGRGetDriverByName$descriptor()
      Function descriptor for:
      OGRSFDriverH OGRGetDriverByName(const char *)
      
    • OGRGetDriverByName$handle

      public static MethodHandle OGRGetDriverByName$handle()
      Downcall method handle for:
      OGRSFDriverH OGRGetDriverByName(const char *)
      
    • OGRGetDriverByName$address

      public static MemorySegment OGRGetDriverByName$address()
      Address for:
      OGRSFDriverH OGRGetDriverByName(const char *)
      
    • OGRGetDriverByName

      public static MemorySegment OGRGetDriverByName(MemorySegment x0)
      OGRSFDriverH OGRGetDriverByName(const char *)
      
    • GDALAllRegister$descriptor

      public static FunctionDescriptor GDALAllRegister$descriptor()
      Function descriptor for:
      void GDALAllRegister()
      
    • GDALAllRegister$handle

      public static MethodHandle GDALAllRegister$handle()
      Downcall method handle for:
      void GDALAllRegister()
      
    • GDALAllRegister$address

      public static MemorySegment GDALAllRegister$address()
      Address for:
      void GDALAllRegister()
      
    • GDALAllRegister

      public static void GDALAllRegister()
      void GDALAllRegister()
      
    • GDALOpenEx$descriptor

      public static FunctionDescriptor GDALOpenEx$descriptor()
      Function descriptor for:
      GDALDatasetH GDALOpenEx(const char *pszFilename, unsigned int nOpenFlags, const char *const *papszAllowedDrivers, const char *const *papszOpenOptions, const char *const *papszSiblingFiles)
      
    • GDALOpenEx$handle

      public static MethodHandle GDALOpenEx$handle()
      Downcall method handle for:
      GDALDatasetH GDALOpenEx(const char *pszFilename, unsigned int nOpenFlags, const char *const *papszAllowedDrivers, const char *const *papszOpenOptions, const char *const *papszSiblingFiles)
      
    • GDALOpenEx$address

      public static MemorySegment GDALOpenEx$address()
      Address for:
      GDALDatasetH GDALOpenEx(const char *pszFilename, unsigned int nOpenFlags, const char *const *papszAllowedDrivers, const char *const *papszOpenOptions, const char *const *papszSiblingFiles)
      
    • GDALOpenEx

      public static MemorySegment GDALOpenEx(MemorySegment pszFilename, int nOpenFlags, MemorySegment papszAllowedDrivers, MemorySegment papszOpenOptions, MemorySegment papszSiblingFiles)
      GDALDatasetH GDALOpenEx(const char *pszFilename, unsigned int nOpenFlags, const char *const *papszAllowedDrivers, const char *const *papszOpenOptions, const char *const *papszSiblingFiles)
      
    • GDALGetDriverByName$descriptor

      public static FunctionDescriptor GDALGetDriverByName$descriptor()
      Function descriptor for:
      GDALDriverH GDALGetDriverByName(const char *)
      
    • GDALGetDriverByName$handle

      public static MethodHandle GDALGetDriverByName$handle()
      Downcall method handle for:
      GDALDriverH GDALGetDriverByName(const char *)
      
    • GDALGetDriverByName$address

      public static MemorySegment GDALGetDriverByName$address()
      Address for:
      GDALDriverH GDALGetDriverByName(const char *)
      
    • GDALGetDriverByName

      public static MemorySegment GDALGetDriverByName(MemorySegment x0)
      GDALDriverH GDALGetDriverByName(const char *)
      
    • GDALGetDriverCount$descriptor

      public static FunctionDescriptor GDALGetDriverCount$descriptor()
      Function descriptor for:
      int GDALGetDriverCount()
      
    • GDALGetDriverCount$handle

      public static MethodHandle GDALGetDriverCount$handle()
      Downcall method handle for:
      int GDALGetDriverCount()
      
    • GDALGetDriverCount$address

      public static MemorySegment GDALGetDriverCount$address()
      Address for:
      int GDALGetDriverCount()
      
    • GDALGetDriverCount

      public static int GDALGetDriverCount()
      int GDALGetDriverCount()
      
    • GDALGetDriver$descriptor

      public static FunctionDescriptor GDALGetDriver$descriptor()
      Function descriptor for:
      GDALDriverH GDALGetDriver(int)
      
    • GDALGetDriver$handle

      public static MethodHandle GDALGetDriver$handle()
      Downcall method handle for:
      GDALDriverH GDALGetDriver(int)
      
    • GDALGetDriver$address

      public static MemorySegment GDALGetDriver$address()
      Address for:
      GDALDriverH GDALGetDriver(int)
      
    • GDALGetDriver

      public static MemorySegment GDALGetDriver(int x0)
      GDALDriverH GDALGetDriver(int)
      
    • GDALGetDriverShortName$descriptor

      public static FunctionDescriptor GDALGetDriverShortName$descriptor()
      Function descriptor for:
      const char *GDALGetDriverShortName(GDALDriverH)
      
    • GDALGetDriverShortName$handle

      public static MethodHandle GDALGetDriverShortName$handle()
      Downcall method handle for:
      const char *GDALGetDriverShortName(GDALDriverH)
      
    • GDALGetDriverShortName$address

      public static MemorySegment GDALGetDriverShortName$address()
      Address for:
      const char *GDALGetDriverShortName(GDALDriverH)
      
    • GDALGetDriverShortName

      public static MemorySegment GDALGetDriverShortName(MemorySegment x0)
      const char *GDALGetDriverShortName(GDALDriverH)
      
    • GDALGetDriverLongName$descriptor

      public static FunctionDescriptor GDALGetDriverLongName$descriptor()
      Function descriptor for:
      const char *GDALGetDriverLongName(GDALDriverH)
      
    • GDALGetDriverLongName$handle

      public static MethodHandle GDALGetDriverLongName$handle()
      Downcall method handle for:
      const char *GDALGetDriverLongName(GDALDriverH)
      
    • GDALGetDriverLongName$address

      public static MemorySegment GDALGetDriverLongName$address()
      Address for:
      const char *GDALGetDriverLongName(GDALDriverH)
      
    • GDALGetDriverLongName

      public static MemorySegment GDALGetDriverLongName(MemorySegment x0)
      const char *GDALGetDriverLongName(GDALDriverH)
      
    • GDALGetMetadataItem$descriptor

      public static FunctionDescriptor GDALGetMetadataItem$descriptor()
      Function descriptor for:
      const char *GDALGetMetadataItem(GDALMajorObjectH, const char *, const char *)
      
    • GDALGetMetadataItem$handle

      public static MethodHandle GDALGetMetadataItem$handle()
      Downcall method handle for:
      const char *GDALGetMetadataItem(GDALMajorObjectH, const char *, const char *)
      
    • GDALGetMetadataItem$address

      public static MemorySegment GDALGetMetadataItem$address()
      Address for:
      const char *GDALGetMetadataItem(GDALMajorObjectH, const char *, const char *)
      
    • GDALGetMetadataItem

      public static MemorySegment GDALGetMetadataItem(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      const char *GDALGetMetadataItem(GDALMajorObjectH, const char *, const char *)
      
    • GDALClose$descriptor

      public static FunctionDescriptor GDALClose$descriptor()
      Function descriptor for:
      CPLErr GDALClose(GDALDatasetH)
      
    • GDALClose$handle

      public static MethodHandle GDALClose$handle()
      Downcall method handle for:
      CPLErr GDALClose(GDALDatasetH)
      
    • GDALClose$address

      public static MemorySegment GDALClose$address()
      Address for:
      CPLErr GDALClose(GDALDatasetH)
      
    • GDALClose

      public static int GDALClose(MemorySegment x0)
      CPLErr GDALClose(GDALDatasetH)
      
    • GDALReleaseDataset$descriptor

      public static FunctionDescriptor GDALReleaseDataset$descriptor()
      Function descriptor for:
      int GDALReleaseDataset(GDALDatasetH)
      
    • GDALReleaseDataset$handle

      public static MethodHandle GDALReleaseDataset$handle()
      Downcall method handle for:
      int GDALReleaseDataset(GDALDatasetH)
      
    • GDALReleaseDataset$address

      public static MemorySegment GDALReleaseDataset$address()
      Address for:
      int GDALReleaseDataset(GDALDatasetH)
      
    • GDALReleaseDataset

      public static int GDALReleaseDataset(MemorySegment x0)
      int GDALReleaseDataset(GDALDatasetH)
      
    • GDALDatasetGetLayerCount$descriptor

      public static FunctionDescriptor GDALDatasetGetLayerCount$descriptor()
      Function descriptor for:
      int GDALDatasetGetLayerCount(GDALDatasetH)
      
    • GDALDatasetGetLayerCount$handle

      public static MethodHandle GDALDatasetGetLayerCount$handle()
      Downcall method handle for:
      int GDALDatasetGetLayerCount(GDALDatasetH)
      
    • GDALDatasetGetLayerCount$address

      public static MemorySegment GDALDatasetGetLayerCount$address()
      Address for:
      int GDALDatasetGetLayerCount(GDALDatasetH)
      
    • GDALDatasetGetLayerCount

      public static int GDALDatasetGetLayerCount(MemorySegment x0)
      int GDALDatasetGetLayerCount(GDALDatasetH)
      
    • GDALDatasetGetLayer$descriptor

      public static FunctionDescriptor GDALDatasetGetLayer$descriptor()
      Function descriptor for:
      OGRLayerH GDALDatasetGetLayer(GDALDatasetH, int)
      
    • GDALDatasetGetLayer$handle

      public static MethodHandle GDALDatasetGetLayer$handle()
      Downcall method handle for:
      OGRLayerH GDALDatasetGetLayer(GDALDatasetH, int)
      
    • GDALDatasetGetLayer$address

      public static MemorySegment GDALDatasetGetLayer$address()
      Address for:
      OGRLayerH GDALDatasetGetLayer(GDALDatasetH, int)
      
    • GDALDatasetGetLayer

      public static MemorySegment GDALDatasetGetLayer(MemorySegment x0, int x1)
      OGRLayerH GDALDatasetGetLayer(GDALDatasetH, int)
      
    • GDALDatasetGetLayerByName$descriptor

      public static FunctionDescriptor GDALDatasetGetLayerByName$descriptor()
      Function descriptor for:
      OGRLayerH GDALDatasetGetLayerByName(GDALDatasetH, const char *)
      
    • GDALDatasetGetLayerByName$handle

      public static MethodHandle GDALDatasetGetLayerByName$handle()
      Downcall method handle for:
      OGRLayerH GDALDatasetGetLayerByName(GDALDatasetH, const char *)
      
    • GDALDatasetGetLayerByName$address

      public static MemorySegment GDALDatasetGetLayerByName$address()
      Address for:
      OGRLayerH GDALDatasetGetLayerByName(GDALDatasetH, const char *)
      
    • GDALDatasetGetLayerByName

      public static MemorySegment GDALDatasetGetLayerByName(MemorySegment x0, MemorySegment x1)
      OGRLayerH GDALDatasetGetLayerByName(GDALDatasetH, const char *)
      
    • GDALGetGlobalAlgorithmRegistry$descriptor

      public static FunctionDescriptor GDALGetGlobalAlgorithmRegistry$descriptor()
      Function descriptor for:
      GDALAlgorithmRegistryH GDALGetGlobalAlgorithmRegistry()
      
    • GDALGetGlobalAlgorithmRegistry$handle

      public static MethodHandle GDALGetGlobalAlgorithmRegistry$handle()
      Downcall method handle for:
      GDALAlgorithmRegistryH GDALGetGlobalAlgorithmRegistry()
      
    • GDALGetGlobalAlgorithmRegistry$address

      public static MemorySegment GDALGetGlobalAlgorithmRegistry$address()
      Address for:
      GDALAlgorithmRegistryH GDALGetGlobalAlgorithmRegistry()
      
    • GDALGetGlobalAlgorithmRegistry

      public static MemorySegment GDALGetGlobalAlgorithmRegistry()
      GDALAlgorithmRegistryH GDALGetGlobalAlgorithmRegistry()
      
    • GDALAlgorithmRegistryRelease$descriptor

      public static FunctionDescriptor GDALAlgorithmRegistryRelease$descriptor()
      Function descriptor for:
      void GDALAlgorithmRegistryRelease(GDALAlgorithmRegistryH)
      
    • GDALAlgorithmRegistryRelease$handle

      public static MethodHandle GDALAlgorithmRegistryRelease$handle()
      Downcall method handle for:
      void GDALAlgorithmRegistryRelease(GDALAlgorithmRegistryH)
      
    • GDALAlgorithmRegistryRelease$address

      public static MemorySegment GDALAlgorithmRegistryRelease$address()
      Address for:
      void GDALAlgorithmRegistryRelease(GDALAlgorithmRegistryH)
      
    • GDALAlgorithmRegistryRelease

      public static void GDALAlgorithmRegistryRelease(MemorySegment x0)
      void GDALAlgorithmRegistryRelease(GDALAlgorithmRegistryH)
      
    • GDALAlgorithmRegistryInstantiateAlgFromPath$descriptor

      public static FunctionDescriptor GDALAlgorithmRegistryInstantiateAlgFromPath$descriptor()
      Function descriptor for:
      GDALAlgorithmH GDALAlgorithmRegistryInstantiateAlgFromPath(GDALAlgorithmRegistryH, const char *const *papszAlgPath)
      
    • GDALAlgorithmRegistryInstantiateAlgFromPath$handle

      public static MethodHandle GDALAlgorithmRegistryInstantiateAlgFromPath$handle()
      Downcall method handle for:
      GDALAlgorithmH GDALAlgorithmRegistryInstantiateAlgFromPath(GDALAlgorithmRegistryH, const char *const *papszAlgPath)
      
    • GDALAlgorithmRegistryInstantiateAlgFromPath$address

      public static MemorySegment GDALAlgorithmRegistryInstantiateAlgFromPath$address()
      Address for:
      GDALAlgorithmH GDALAlgorithmRegistryInstantiateAlgFromPath(GDALAlgorithmRegistryH, const char *const *papszAlgPath)
      
    • GDALAlgorithmRegistryInstantiateAlgFromPath

      public static MemorySegment GDALAlgorithmRegistryInstantiateAlgFromPath(MemorySegment x0, MemorySegment papszAlgPath)
      GDALAlgorithmH GDALAlgorithmRegistryInstantiateAlgFromPath(GDALAlgorithmRegistryH, const char *const *papszAlgPath)
      
    • GDALAlgorithmRelease$descriptor

      public static FunctionDescriptor GDALAlgorithmRelease$descriptor()
      Function descriptor for:
      void GDALAlgorithmRelease(GDALAlgorithmH)
      
    • GDALAlgorithmRelease$handle

      public static MethodHandle GDALAlgorithmRelease$handle()
      Downcall method handle for:
      void GDALAlgorithmRelease(GDALAlgorithmH)
      
    • GDALAlgorithmRelease$address

      public static MemorySegment GDALAlgorithmRelease$address()
      Address for:
      void GDALAlgorithmRelease(GDALAlgorithmH)
      
    • GDALAlgorithmRelease

      public static void GDALAlgorithmRelease(MemorySegment x0)
      void GDALAlgorithmRelease(GDALAlgorithmH)
      
    • GDALAlgorithmParseCommandLineArguments$descriptor

      public static FunctionDescriptor GDALAlgorithmParseCommandLineArguments$descriptor()
      Function descriptor for:
      bool GDALAlgorithmParseCommandLineArguments(GDALAlgorithmH, CSLConstList papszArgs)
      
    • GDALAlgorithmParseCommandLineArguments$handle

      public static MethodHandle GDALAlgorithmParseCommandLineArguments$handle()
      Downcall method handle for:
      bool GDALAlgorithmParseCommandLineArguments(GDALAlgorithmH, CSLConstList papszArgs)
      
    • GDALAlgorithmParseCommandLineArguments$address

      public static MemorySegment GDALAlgorithmParseCommandLineArguments$address()
      Address for:
      bool GDALAlgorithmParseCommandLineArguments(GDALAlgorithmH, CSLConstList papszArgs)
      
    • GDALAlgorithmParseCommandLineArguments

      public static boolean GDALAlgorithmParseCommandLineArguments(MemorySegment x0, MemorySegment papszArgs)
      bool GDALAlgorithmParseCommandLineArguments(GDALAlgorithmH, CSLConstList papszArgs)
      
    • GDALAlgorithmGetActualAlgorithm$descriptor

      public static FunctionDescriptor GDALAlgorithmGetActualAlgorithm$descriptor()
      Function descriptor for:
      GDALAlgorithmH GDALAlgorithmGetActualAlgorithm(GDALAlgorithmH)
      
    • GDALAlgorithmGetActualAlgorithm$handle

      public static MethodHandle GDALAlgorithmGetActualAlgorithm$handle()
      Downcall method handle for:
      GDALAlgorithmH GDALAlgorithmGetActualAlgorithm(GDALAlgorithmH)
      
    • GDALAlgorithmGetActualAlgorithm$address

      public static MemorySegment GDALAlgorithmGetActualAlgorithm$address()
      Address for:
      GDALAlgorithmH GDALAlgorithmGetActualAlgorithm(GDALAlgorithmH)
      
    • GDALAlgorithmGetActualAlgorithm

      public static MemorySegment GDALAlgorithmGetActualAlgorithm(MemorySegment x0)
      GDALAlgorithmH GDALAlgorithmGetActualAlgorithm(GDALAlgorithmH)
      
    • GDALAlgorithmRun$descriptor

      public static FunctionDescriptor GDALAlgorithmRun$descriptor()
      Function descriptor for:
      bool GDALAlgorithmRun(GDALAlgorithmH, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALAlgorithmRun$handle

      public static MethodHandle GDALAlgorithmRun$handle()
      Downcall method handle for:
      bool GDALAlgorithmRun(GDALAlgorithmH, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALAlgorithmRun$address

      public static MemorySegment GDALAlgorithmRun$address()
      Address for:
      bool GDALAlgorithmRun(GDALAlgorithmH, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALAlgorithmRun

      public static boolean GDALAlgorithmRun(MemorySegment x0, MemorySegment pfnProgress, MemorySegment pProgressData)
      bool GDALAlgorithmRun(GDALAlgorithmH, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALAlgorithmFinalize$descriptor

      public static FunctionDescriptor GDALAlgorithmFinalize$descriptor()
      Function descriptor for:
      bool GDALAlgorithmFinalize(GDALAlgorithmH)
      
    • GDALAlgorithmFinalize$handle

      public static MethodHandle GDALAlgorithmFinalize$handle()
      Downcall method handle for:
      bool GDALAlgorithmFinalize(GDALAlgorithmH)
      
    • GDALAlgorithmFinalize$address

      public static MemorySegment GDALAlgorithmFinalize$address()
      Address for:
      bool GDALAlgorithmFinalize(GDALAlgorithmH)
      
    • GDALAlgorithmFinalize

      public static boolean GDALAlgorithmFinalize(MemorySegment x0)
      bool GDALAlgorithmFinalize(GDALAlgorithmH)
      
    • GDALAlgorithmGetArgNames$descriptor

      public static FunctionDescriptor GDALAlgorithmGetArgNames$descriptor()
      Function descriptor for:
      char **GDALAlgorithmGetArgNames(GDALAlgorithmH)
      
    • GDALAlgorithmGetArgNames$handle

      public static MethodHandle GDALAlgorithmGetArgNames$handle()
      Downcall method handle for:
      char **GDALAlgorithmGetArgNames(GDALAlgorithmH)
      
    • GDALAlgorithmGetArgNames$address

      public static MemorySegment GDALAlgorithmGetArgNames$address()
      Address for:
      char **GDALAlgorithmGetArgNames(GDALAlgorithmH)
      
    • GDALAlgorithmGetArgNames

      public static MemorySegment GDALAlgorithmGetArgNames(MemorySegment x0)
      char **GDALAlgorithmGetArgNames(GDALAlgorithmH)
      
    • GDALAlgorithmGetArg$descriptor

      public static FunctionDescriptor GDALAlgorithmGetArg$descriptor()
      Function descriptor for:
      GDALAlgorithmArgH GDALAlgorithmGetArg(GDALAlgorithmH, const char *pszArgName)
      
    • GDALAlgorithmGetArg$handle

      public static MethodHandle GDALAlgorithmGetArg$handle()
      Downcall method handle for:
      GDALAlgorithmArgH GDALAlgorithmGetArg(GDALAlgorithmH, const char *pszArgName)
      
    • GDALAlgorithmGetArg$address

      public static MemorySegment GDALAlgorithmGetArg$address()
      Address for:
      GDALAlgorithmArgH GDALAlgorithmGetArg(GDALAlgorithmH, const char *pszArgName)
      
    • GDALAlgorithmGetArg

      public static MemorySegment GDALAlgorithmGetArg(MemorySegment x0, MemorySegment pszArgName)
      GDALAlgorithmArgH GDALAlgorithmGetArg(GDALAlgorithmH, const char *pszArgName)
      
    • GDALAlgorithmArgRelease$descriptor

      public static FunctionDescriptor GDALAlgorithmArgRelease$descriptor()
      Function descriptor for:
      void GDALAlgorithmArgRelease(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgRelease$handle

      public static MethodHandle GDALAlgorithmArgRelease$handle()
      Downcall method handle for:
      void GDALAlgorithmArgRelease(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgRelease$address

      public static MemorySegment GDALAlgorithmArgRelease$address()
      Address for:
      void GDALAlgorithmArgRelease(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgRelease

      public static void GDALAlgorithmArgRelease(MemorySegment x0)
      void GDALAlgorithmArgRelease(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetType$descriptor

      public static FunctionDescriptor GDALAlgorithmArgGetType$descriptor()
      Function descriptor for:
      GDALAlgorithmArgType GDALAlgorithmArgGetType(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetType$handle

      public static MethodHandle GDALAlgorithmArgGetType$handle()
      Downcall method handle for:
      GDALAlgorithmArgType GDALAlgorithmArgGetType(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetType$address

      public static MemorySegment GDALAlgorithmArgGetType$address()
      Address for:
      GDALAlgorithmArgType GDALAlgorithmArgGetType(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetType

      public static int GDALAlgorithmArgGetType(MemorySegment x0)
      GDALAlgorithmArgType GDALAlgorithmArgGetType(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgIsOutput$descriptor

      public static FunctionDescriptor GDALAlgorithmArgIsOutput$descriptor()
      Function descriptor for:
      bool GDALAlgorithmArgIsOutput(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgIsOutput$handle

      public static MethodHandle GDALAlgorithmArgIsOutput$handle()
      Downcall method handle for:
      bool GDALAlgorithmArgIsOutput(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgIsOutput$address

      public static MemorySegment GDALAlgorithmArgIsOutput$address()
      Address for:
      bool GDALAlgorithmArgIsOutput(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgIsOutput

      public static boolean GDALAlgorithmArgIsOutput(MemorySegment x0)
      bool GDALAlgorithmArgIsOutput(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetAsString$descriptor

      public static FunctionDescriptor GDALAlgorithmArgGetAsString$descriptor()
      Function descriptor for:
      const char *GDALAlgorithmArgGetAsString(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetAsString$handle

      public static MethodHandle GDALAlgorithmArgGetAsString$handle()
      Downcall method handle for:
      const char *GDALAlgorithmArgGetAsString(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetAsString$address

      public static MemorySegment GDALAlgorithmArgGetAsString$address()
      Address for:
      const char *GDALAlgorithmArgGetAsString(GDALAlgorithmArgH)
      
    • GDALAlgorithmArgGetAsString

      public static MemorySegment GDALAlgorithmArgGetAsString(MemorySegment x0)
      const char *GDALAlgorithmArgGetAsString(GDALAlgorithmArgH)
      
    • GDALVectorTranslateOptionsNew$descriptor

      public static FunctionDescriptor GDALVectorTranslateOptionsNew$descriptor()
      Function descriptor for:
      GDALVectorTranslateOptions *GDALVectorTranslateOptionsNew(char **papszArgv, GDALVectorTranslateOptionsForBinary *psOptionsForBinary)
      
    • GDALVectorTranslateOptionsNew$handle

      public static MethodHandle GDALVectorTranslateOptionsNew$handle()
      Downcall method handle for:
      GDALVectorTranslateOptions *GDALVectorTranslateOptionsNew(char **papszArgv, GDALVectorTranslateOptionsForBinary *psOptionsForBinary)
      
    • GDALVectorTranslateOptionsNew$address

      public static MemorySegment GDALVectorTranslateOptionsNew$address()
      Address for:
      GDALVectorTranslateOptions *GDALVectorTranslateOptionsNew(char **papszArgv, GDALVectorTranslateOptionsForBinary *psOptionsForBinary)
      
    • GDALVectorTranslateOptionsNew

      public static MemorySegment GDALVectorTranslateOptionsNew(MemorySegment papszArgv, MemorySegment psOptionsForBinary)
      GDALVectorTranslateOptions *GDALVectorTranslateOptionsNew(char **papszArgv, GDALVectorTranslateOptionsForBinary *psOptionsForBinary)
      
    • GDALVectorTranslateOptionsFree$descriptor

      public static FunctionDescriptor GDALVectorTranslateOptionsFree$descriptor()
      Function descriptor for:
      void GDALVectorTranslateOptionsFree(GDALVectorTranslateOptions *psOptions)
      
    • GDALVectorTranslateOptionsFree$handle

      public static MethodHandle GDALVectorTranslateOptionsFree$handle()
      Downcall method handle for:
      void GDALVectorTranslateOptionsFree(GDALVectorTranslateOptions *psOptions)
      
    • GDALVectorTranslateOptionsFree$address

      public static MemorySegment GDALVectorTranslateOptionsFree$address()
      Address for:
      void GDALVectorTranslateOptionsFree(GDALVectorTranslateOptions *psOptions)
      
    • GDALVectorTranslateOptionsFree

      public static void GDALVectorTranslateOptionsFree(MemorySegment psOptions)
      void GDALVectorTranslateOptionsFree(GDALVectorTranslateOptions *psOptions)
      
    • GDALVectorTranslateOptionsSetProgress$descriptor

      public static FunctionDescriptor GDALVectorTranslateOptionsSetProgress$descriptor()
      Function descriptor for:
      void GDALVectorTranslateOptionsSetProgress(GDALVectorTranslateOptions *psOptions, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALVectorTranslateOptionsSetProgress$handle

      public static MethodHandle GDALVectorTranslateOptionsSetProgress$handle()
      Downcall method handle for:
      void GDALVectorTranslateOptionsSetProgress(GDALVectorTranslateOptions *psOptions, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALVectorTranslateOptionsSetProgress$address

      public static MemorySegment GDALVectorTranslateOptionsSetProgress$address()
      Address for:
      void GDALVectorTranslateOptionsSetProgress(GDALVectorTranslateOptions *psOptions, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALVectorTranslateOptionsSetProgress

      public static void GDALVectorTranslateOptionsSetProgress(MemorySegment psOptions, MemorySegment pfnProgress, MemorySegment pProgressData)
      void GDALVectorTranslateOptionsSetProgress(GDALVectorTranslateOptions *psOptions, GDALProgressFunc pfnProgress, void *pProgressData)
      
    • GDALVectorTranslate$descriptor

      public static FunctionDescriptor GDALVectorTranslate$descriptor()
      Function descriptor for:
      GDALDatasetH GDALVectorTranslate(const char *pszDest, GDALDatasetH hDstDS, int nSrcCount, GDALDatasetH *pahSrcDS, const GDALVectorTranslateOptions *psOptions, int *pbUsageError)
      
    • GDALVectorTranslate$handle

      public static MethodHandle GDALVectorTranslate$handle()
      Downcall method handle for:
      GDALDatasetH GDALVectorTranslate(const char *pszDest, GDALDatasetH hDstDS, int nSrcCount, GDALDatasetH *pahSrcDS, const GDALVectorTranslateOptions *psOptions, int *pbUsageError)
      
    • GDALVectorTranslate$address

      public static MemorySegment GDALVectorTranslate$address()
      Address for:
      GDALDatasetH GDALVectorTranslate(const char *pszDest, GDALDatasetH hDstDS, int nSrcCount, GDALDatasetH *pahSrcDS, const GDALVectorTranslateOptions *psOptions, int *pbUsageError)
      
    • GDALVectorTranslate

      public static MemorySegment GDALVectorTranslate(MemorySegment pszDest, MemorySegment hDstDS, int nSrcCount, MemorySegment pahSrcDS, MemorySegment psOptions, MemorySegment pbUsageError)
      GDALDatasetH GDALVectorTranslate(const char *pszDest, GDALDatasetH hDstDS, int nSrcCount, GDALDatasetH *pahSrcDS, const GDALVectorTranslateOptions *psOptions, int *pbUsageError)
      
    • OSRGetAuthorityCode$descriptor

      public static FunctionDescriptor OSRGetAuthorityCode$descriptor()
      Function descriptor for:
      const char *OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
      
    • OSRGetAuthorityCode$handle

      public static MethodHandle OSRGetAuthorityCode$handle()
      Downcall method handle for:
      const char *OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
      
    • OSRGetAuthorityCode$address

      public static MemorySegment OSRGetAuthorityCode$address()
      Address for:
      const char *OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
      
    • OSRGetAuthorityCode

      public static MemorySegment OSRGetAuthorityCode(MemorySegment hSRS, MemorySegment pszTargetKey)
      const char *OSRGetAuthorityCode(OGRSpatialReferenceH hSRS, const char *pszTargetKey)
      
    • CPLSetConfigOption$descriptor

      public static FunctionDescriptor CPLSetConfigOption$descriptor()
      Function descriptor for:
      void CPLSetConfigOption(const char *, const char *)
      
    • CPLSetConfigOption$handle

      public static MethodHandle CPLSetConfigOption$handle()
      Downcall method handle for:
      void CPLSetConfigOption(const char *, const char *)
      
    • CPLSetConfigOption$address

      public static MemorySegment CPLSetConfigOption$address()
      Address for:
      void CPLSetConfigOption(const char *, const char *)
      
    • CPLSetConfigOption

      public static void CPLSetConfigOption(MemorySegment x0, MemorySegment x1)
      void CPLSetConfigOption(const char *, const char *)
      
    • CSLDestroy$descriptor

      public static FunctionDescriptor CSLDestroy$descriptor()
      Function descriptor for:
      void CSLDestroy(char **papszStrList)
      
    • CSLDestroy$handle

      public static MethodHandle CSLDestroy$handle()
      Downcall method handle for:
      void CSLDestroy(char **papszStrList)
      
    • CSLDestroy$address

      public static MemorySegment CSLDestroy$address()
      Address for:
      void CSLDestroy(char **papszStrList)
      
    • CSLDestroy

      public static void CSLDestroy(MemorySegment papszStrList)
      void CSLDestroy(char **papszStrList)