~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to swig/csharp/ogr/OgrPINVOKE.cs

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.39
 
3
 * Version 1.3.40
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
222
222
  [DllImport("ogr_wrap", EntryPoint="CSharp_OLCCreateField_get")]
223
223
  public static extern string OLCCreateField_get();
224
224
 
 
225
  [DllImport("ogr_wrap", EntryPoint="CSharp_OLCDeleteField_get")]
 
226
  public static extern string OLCDeleteField_get();
 
227
 
 
228
  [DllImport("ogr_wrap", EntryPoint="CSharp_OLCReorderFields_get")]
 
229
  public static extern string OLCReorderFields_get();
 
230
 
 
231
  [DllImport("ogr_wrap", EntryPoint="CSharp_OLCAlterFieldDefn_get")]
 
232
  public static extern string OLCAlterFieldDefn_get();
 
233
 
225
234
  [DllImport("ogr_wrap", EntryPoint="CSharp_OLCTransactions_get")]
226
235
  public static extern string OLCTransactions_get();
227
236
 
327
336
  [DllImport("ogr_wrap", EntryPoint="CSharp_delete_Envelope")]
328
337
  public static extern void delete_Envelope(HandleRef jarg1);
329
338
 
 
339
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinX_set")]
 
340
  public static extern void Envelope3D_MinX_set(HandleRef jarg1, double jarg2);
 
341
 
 
342
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinX_get")]
 
343
  public static extern double Envelope3D_MinX_get(HandleRef jarg1);
 
344
 
 
345
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxX_set")]
 
346
  public static extern void Envelope3D_MaxX_set(HandleRef jarg1, double jarg2);
 
347
 
 
348
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxX_get")]
 
349
  public static extern double Envelope3D_MaxX_get(HandleRef jarg1);
 
350
 
 
351
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinY_set")]
 
352
  public static extern void Envelope3D_MinY_set(HandleRef jarg1, double jarg2);
 
353
 
 
354
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinY_get")]
 
355
  public static extern double Envelope3D_MinY_get(HandleRef jarg1);
 
356
 
 
357
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxY_set")]
 
358
  public static extern void Envelope3D_MaxY_set(HandleRef jarg1, double jarg2);
 
359
 
 
360
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxY_get")]
 
361
  public static extern double Envelope3D_MaxY_get(HandleRef jarg1);
 
362
 
 
363
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinZ_set")]
 
364
  public static extern void Envelope3D_MinZ_set(HandleRef jarg1, double jarg2);
 
365
 
 
366
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MinZ_get")]
 
367
  public static extern double Envelope3D_MinZ_get(HandleRef jarg1);
 
368
 
 
369
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxZ_set")]
 
370
  public static extern void Envelope3D_MaxZ_set(HandleRef jarg1, double jarg2);
 
371
 
 
372
  [DllImport("ogr_wrap", EntryPoint="CSharp_Envelope3D_MaxZ_get")]
 
373
  public static extern double Envelope3D_MaxZ_get(HandleRef jarg1);
 
374
 
 
375
  [DllImport("ogr_wrap", EntryPoint="CSharp_new_Envelope3D")]
 
376
  public static extern IntPtr new_Envelope3D();
 
377
 
 
378
  [DllImport("ogr_wrap", EntryPoint="CSharp_delete_Envelope3D")]
 
379
  public static extern void delete_Envelope3D(HandleRef jarg1);
 
380
 
330
381
  [DllImport("ogr_wrap", EntryPoint="CSharp_Driver_name_get")]
331
382
  public static extern string Driver_name_get(HandleRef jarg1);
332
383
 
348
399
  [DllImport("ogr_wrap", EntryPoint="CSharp_Driver_GetName")]
349
400
  public static extern string Driver_GetName(HandleRef jarg1);
350
401
 
 
402
  [DllImport("ogr_wrap", EntryPoint="CSharp_Driver_Register")]
 
403
  public static extern void Driver_Register(HandleRef jarg1);
 
404
 
 
405
  [DllImport("ogr_wrap", EntryPoint="CSharp_Driver_Deregister")]
 
406
  public static extern void Driver_Deregister(HandleRef jarg1);
 
407
 
351
408
  [DllImport("ogr_wrap", EntryPoint="CSharp_DataSource_name_get")]
352
409
  public static extern string DataSource_name_get(HandleRef jarg1);
353
410
 
372
429
  [DllImport("ogr_wrap", EntryPoint="CSharp_DataSource_DeleteLayer")]
373
430
  public static extern int DataSource_DeleteLayer(HandleRef jarg1, int jarg2);
374
431
 
 
432
  [DllImport("ogr_wrap", EntryPoint="CSharp_DataSource_SyncToDisk")]
 
433
  public static extern int DataSource_SyncToDisk(HandleRef jarg1);
 
434
 
375
435
  [DllImport("ogr_wrap", EntryPoint="CSharp_DataSource_CreateLayer")]
376
436
  public static extern IntPtr DataSource_CreateLayer(HandleRef jarg1, string jarg2, HandleRef jarg3, int jarg4, IntPtr[] jarg5);
377
437
 
414
474
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_GetName")]
415
475
  public static extern string Layer_GetName(HandleRef jarg1);
416
476
 
 
477
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_GetGeomType")]
 
478
  public static extern int Layer_GetGeomType(HandleRef jarg1);
 
479
 
417
480
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_GetGeometryColumn")]
418
481
  public static extern string Layer_GetGeometryColumn(HandleRef jarg1);
419
482
 
456
519
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_CreateField")]
457
520
  public static extern int Layer_CreateField(HandleRef jarg1, HandleRef jarg2, int jarg3);
458
521
 
 
522
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_DeleteField")]
 
523
  public static extern int Layer_DeleteField(HandleRef jarg1, int jarg2);
 
524
 
 
525
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_ReorderField")]
 
526
  public static extern int Layer_ReorderField(HandleRef jarg1, int jarg2, int jarg3);
 
527
 
 
528
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_ReorderFields")]
 
529
  public static extern int Layer_ReorderFields(HandleRef jarg1, int jarg2, int[] jarg3);
 
530
 
 
531
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_AlterFieldDefn")]
 
532
  public static extern int Layer_AlterFieldDefn(HandleRef jarg1, int jarg2, HandleRef jarg3, int jarg4);
 
533
 
459
534
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_StartTransaction")]
460
535
  public static extern int Layer_StartTransaction(HandleRef jarg1);
461
536
 
471
546
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_GetFeaturesRead")]
472
547
  public static extern long Layer_GetFeaturesRead(HandleRef jarg1);
473
548
 
 
549
  [DllImport("ogr_wrap", EntryPoint="CSharp_Layer_SetIgnoredFields")]
 
550
  public static extern int Layer_SetIgnoredFields(HandleRef jarg1, IntPtr[] jarg2);
 
551
 
474
552
  [DllImport("ogr_wrap", EntryPoint="CSharp_delete_Feature")]
475
553
  public static extern void delete_Feature(HandleRef jarg1);
476
554
 
594
672
  [DllImport("ogr_wrap", EntryPoint="CSharp_Feature_SetFrom")]
595
673
  public static extern int Feature_SetFrom(HandleRef jarg1, HandleRef jarg2, int jarg3);
596
674
 
 
675
  [DllImport("ogr_wrap", EntryPoint="CSharp_Feature_SetFromWithMap")]
 
676
  public static extern int Feature_SetFromWithMap(HandleRef jarg1, HandleRef jarg2, int jarg3, int jarg4, int[] jarg5);
 
677
 
597
678
  [DllImport("ogr_wrap", EntryPoint="CSharp_Feature_GetStyleString")]
598
679
  public static extern string Feature_GetStyleString(HandleRef jarg1);
599
680
 
636
717
  [DllImport("ogr_wrap", EntryPoint="CSharp_FeatureDefn_GetReferenceCount")]
637
718
  public static extern int FeatureDefn_GetReferenceCount(HandleRef jarg1);
638
719
 
 
720
  [DllImport("ogr_wrap", EntryPoint="CSharp_FeatureDefn_IsGeometryIgnored")]
 
721
  public static extern int FeatureDefn_IsGeometryIgnored(HandleRef jarg1);
 
722
 
 
723
  [DllImport("ogr_wrap", EntryPoint="CSharp_FeatureDefn_SetGeometryIgnored")]
 
724
  public static extern void FeatureDefn_SetGeometryIgnored(HandleRef jarg1, int jarg2);
 
725
 
 
726
  [DllImport("ogr_wrap", EntryPoint="CSharp_FeatureDefn_IsStyleIgnored")]
 
727
  public static extern int FeatureDefn_IsStyleIgnored(HandleRef jarg1);
 
728
 
 
729
  [DllImport("ogr_wrap", EntryPoint="CSharp_FeatureDefn_SetStyleIgnored")]
 
730
  public static extern void FeatureDefn_SetStyleIgnored(HandleRef jarg1, int jarg2);
 
731
 
639
732
  [DllImport("ogr_wrap", EntryPoint="CSharp_delete_FieldDefn")]
640
733
  public static extern void delete_FieldDefn(HandleRef jarg1);
641
734
 
681
774
  [DllImport("ogr_wrap", EntryPoint="CSharp_FieldDefn_GetFieldTypeName")]
682
775
  public static extern string FieldDefn_GetFieldTypeName(HandleRef jarg1, int jarg2);
683
776
 
 
777
  [DllImport("ogr_wrap", EntryPoint="CSharp_FieldDefn_IsIgnored")]
 
778
  public static extern int FieldDefn_IsIgnored(HandleRef jarg1);
 
779
 
 
780
  [DllImport("ogr_wrap", EntryPoint="CSharp_FieldDefn_SetIgnored")]
 
781
  public static extern void FieldDefn_SetIgnored(HandleRef jarg1, int jarg2);
 
782
 
684
783
  [DllImport("ogr_wrap", EntryPoint="CSharp_CreateGeometryFromWkb")]
685
784
  public static extern IntPtr CreateGeometryFromWkb(int jarg1, IntPtr jarg2, HandleRef jarg3);
686
785
 
699
798
  [DllImport("ogr_wrap", EntryPoint="CSharp_ApproximateArcAngles")]
700
799
  public static extern IntPtr ApproximateArcAngles(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9);
701
800
 
 
801
  [DllImport("ogr_wrap", EntryPoint="CSharp_ForceToPolygon")]
 
802
  public static extern IntPtr ForceToPolygon(HandleRef jarg1);
 
803
 
 
804
  [DllImport("ogr_wrap", EntryPoint="CSharp_ForceToMultiPolygon")]
 
805
  public static extern IntPtr ForceToMultiPolygon(HandleRef jarg1);
 
806
 
 
807
  [DllImport("ogr_wrap", EntryPoint="CSharp_ForceToMultiPoint")]
 
808
  public static extern IntPtr ForceToMultiPoint(HandleRef jarg1);
 
809
 
 
810
  [DllImport("ogr_wrap", EntryPoint="CSharp_ForceToMultiLineString")]
 
811
  public static extern IntPtr ForceToMultiLineString(HandleRef jarg1);
 
812
 
702
813
  [DllImport("ogr_wrap", EntryPoint="CSharp_delete_Geometry")]
703
814
  public static extern void delete_Geometry(HandleRef jarg1);
704
815
 
708
819
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToWkt")]
709
820
  public static extern int Geometry_ExportToWkt(HandleRef jarg1, out string jarg2);
710
821
 
711
 
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToGML")]
712
 
  public static extern string Geometry_ExportToGML(HandleRef jarg1);
 
822
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToGML__SWIG_0")]
 
823
  public static extern string Geometry_ExportToGML__SWIG_0(HandleRef jarg1);
 
824
 
 
825
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToGML__SWIG_1")]
 
826
  public static extern string Geometry_ExportToGML__SWIG_1(HandleRef jarg1, IntPtr[] jarg2);
713
827
 
714
828
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToKML")]
715
829
  public static extern string Geometry_ExportToKML(HandleRef jarg1, string jarg2);
716
830
 
717
831
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_ExportToJson")]
718
 
  public static extern string Geometry_ExportToJson(HandleRef jarg1);
 
832
  public static extern string Geometry_ExportToJson(HandleRef jarg1, IntPtr[] jarg2);
719
833
 
720
834
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_AddPoint")]
721
835
  public static extern void Geometry_AddPoint(HandleRef jarg1, double jarg2, double jarg3, double jarg4);
738
852
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetGeometryName")]
739
853
  public static extern string Geometry_GetGeometryName(HandleRef jarg1);
740
854
 
 
855
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Length")]
 
856
  public static extern double Geometry_Length(HandleRef jarg1);
 
857
 
 
858
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Area")]
 
859
  public static extern double Geometry_Area(HandleRef jarg1);
 
860
 
741
861
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetArea")]
742
862
  public static extern double Geometry_GetArea(HandleRef jarg1);
743
863
 
771
891
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetGeometryRef")]
772
892
  public static extern IntPtr Geometry_GetGeometryRef(HandleRef jarg1, int jarg2);
773
893
 
 
894
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Simplify")]
 
895
  public static extern IntPtr Geometry_Simplify(HandleRef jarg1, double jarg2);
 
896
 
 
897
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_SimplifyPreserveTopology")]
 
898
  public static extern IntPtr Geometry_SimplifyPreserveTopology(HandleRef jarg1, double jarg2);
 
899
 
 
900
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Boundary")]
 
901
  public static extern IntPtr Geometry_Boundary(HandleRef jarg1);
 
902
 
774
903
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetBoundary")]
775
904
  public static extern IntPtr Geometry_GetBoundary(HandleRef jarg1);
776
905
 
786
915
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Union")]
787
916
  public static extern IntPtr Geometry_Union(HandleRef jarg1, HandleRef jarg2);
788
917
 
 
918
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_UnionCascaded")]
 
919
  public static extern IntPtr Geometry_UnionCascaded(HandleRef jarg1);
 
920
 
789
921
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Difference")]
790
922
  public static extern IntPtr Geometry_Difference(HandleRef jarg1, HandleRef jarg2);
791
923
 
 
924
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_SymDifference")]
 
925
  public static extern IntPtr Geometry_SymDifference(HandleRef jarg1, HandleRef jarg2);
 
926
 
792
927
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_SymmetricDifference")]
793
928
  public static extern IntPtr Geometry_SymmetricDifference(HandleRef jarg1, HandleRef jarg2);
794
929
 
810
945
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_IsRing")]
811
946
  public static extern bool Geometry_IsRing(HandleRef jarg1);
812
947
 
 
948
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Intersects")]
 
949
  public static extern bool Geometry_Intersects(HandleRef jarg1, HandleRef jarg2);
 
950
 
813
951
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Intersect")]
814
952
  public static extern bool Geometry_Intersect(HandleRef jarg1, HandleRef jarg2);
815
953
 
 
954
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Equals")]
 
955
  public static extern bool Geometry_Equals(HandleRef jarg1, HandleRef jarg2);
 
956
 
816
957
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Equal")]
817
958
  public static extern bool Geometry_Equal(HandleRef jarg1, HandleRef jarg2);
818
959
 
858
999
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetEnvelope")]
859
1000
  public static extern void Geometry_GetEnvelope(HandleRef jarg1, HandleRef jarg2);
860
1001
 
 
1002
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_GetEnvelope3D")]
 
1003
  public static extern void Geometry_GetEnvelope3D(HandleRef jarg1, HandleRef jarg2);
 
1004
 
861
1005
  [DllImport("ogr_wrap", EntryPoint="CSharp_Geometry_Centroid")]
862
1006
  public static extern IntPtr Geometry_Centroid(HandleRef jarg1);
863
1007
 
888
1032
  [DllImport("ogr_wrap", EntryPoint="CSharp_RegisterAll")]
889
1033
  public static extern void RegisterAll();
890
1034
 
 
1035
  [DllImport("ogr_wrap", EntryPoint="CSharp_GeometryTypeToName")]
 
1036
  public static extern string GeometryTypeToName(int jarg1);
 
1037
 
 
1038
  [DllImport("ogr_wrap", EntryPoint="CSharp_GetFieldTypeName")]
 
1039
  public static extern string GetFieldTypeName(int jarg1);
 
1040
 
891
1041
  [DllImport("ogr_wrap", EntryPoint="CSharp_GetOpenDS")]
892
1042
  public static extern IntPtr GetOpenDS(int jarg1);
893
1043