-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathogr_geometry_docs.i
956 lines (695 loc) · 18.2 KB
/
ogr_geometry_docs.i
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
%extend OGRGeometryShadow {
// File: ogrgeometry_8cpp.xml
%feature("docstring") Area "
Compute geometry area.
The returned area is a 2D Cartesian (planar) area in square units of the
spatial reference system in use, so potentially 'square degrees' for a
geometry expressed in a geographic SRS.
For more details: :cpp:func:`OGR_G_Area`
Returns
--------
float:
the area of the geometry in square units of the spatial reference
system in use, or 0.0 for unsupported geometry types.
";
%feature("docstring") GeodesicArea "
Compute geometry area, considered as a surface on the underlying
ellipsoid of the SRS attached to the geometry.
For more details: :cpp:func:`OGR_G_GeodesicArea`
Returns
--------
float:
the area in square meters, or a negative value for unsupported geometry types.
";
%feature("docstring") Length "
Compute geometry length.
The returned length is a 2D Cartesian (planar) area in units of the
spatial reference system in use, so potentially 'degrees' for a
geometry expressed in a geographic SRS.
For more details: :cpp:func:`OGR_G_Length`
Returns
--------
float:
the length of the geometry in units of the spatial reference
system in use, or 0.0 for unsupported geometry types.
";
%feature("docstring") GeodesicLength "
Compute geometry length, considered as a curve on the underlying
ellipsoid of the SRS attached to the geometry.
For more details: :cpp:func:`OGR_G_GeodesicLength`
Returns
--------
float:
the area in meters, or a negative value for unsupported geometry types.
";
%feature("docstring") DumpReadable "
Dump geometry in well known text format to indicated output file.
For more details: :cpp:func:`OGR_G_DumpReadable`
";
%feature("docstring") AssignSpatialReference "
Assign spatial reference to this object.
For more details: :cpp:func:`OGR_G_AssignSpatialReference`
Parameters
-----------
reference: SpatialReference
The new spatial reference system to apply.
";
%feature("docstring") Intersects "
Determines whether two geometries intersect.
For more details: :cpp:func:`OGR_G_Intersects`
Parameters
-----------
other: Geometry
The other geometry to test against.
Returns
--------
int:
True if the geometries intersect, otherwise False.
";
%feature("docstring") TransformTo "
Transform geometry to new spatial reference system.
For more details: :cpp:func:`OGR_G_TransformTo`
Parameters
-----------
reference: SpatialReference
The spatial reference system to apply.
Returns
--------
int:
:py:const:`osgeo.ogr.OGRERR_NONE` on success, or an error code.
";
%feature("docstring") Transform "
Apply arbitrary coordinate transformation to geometry.
For more details: :cpp:func:`OGR_G_Transform`
Parameters
-----------
trans: CoordinateTransform
The transformation to apply.
Returns
--------
Geometry:
The transformed geometry.
";
%feature("docstring") Segmentize "
Modify the geometry such it has no segment longer then the given
distance.
For more details: :cpp:func:`OGR_G_Segmentize`
Parameters
-----------
dfMaxLength: float
the maximum distance between 2 points after segmentization
";
%feature("docstring") GetDimension "
Get the dimension of this geometry.
For more details: :cpp:func:`OGR_G_GetDimension`
Returns
--------
int:
0 for points, 1 for lines, and 2 for surfaces.
";
%feature("docstring") GetCoordinateDimension "
Get the dimension of the coordinates in this geometry.
For more details: :cpp:func:`OGR_G_GetCoordinateDimension`
.. warning:: Deprecated. Use :py:func:`CoordinateDimension`,
:py:func:`Is3D`, or :py:func:`IsMeasured`.
Returns
--------
int:
This will return 2 or 3.
";
%feature("docstring") CoordinateDimension "
Get the dimension of the coordinates in this geometry.
For more details: :cpp:func:`OGR_G_CoordinateDimension`
.. versionadded:: 2.1
Returns
--------
int:
This will return 2 for XY, 3 for XYZ and XYM, and 4 for XYZM data.
";
%feature("docstring") Is3D "
See whether this geometry has Z coordinates.
For more details: :cpp:func:`OGR_G_Is3D`
.. versionadded:: 2.1
Returns
--------
int:
True if the geometry has Z coordinates.
";
%feature("docstring") IsMeasured "
See whether this geometry is measured.
For more details: :cpp:func:`OGR_G_IsMeasured`
.. versionadded:: 2.1
Returns
--------
int:
True if the geometry has M coordinates.
";
%feature("docstring") SetCoordinateDimension "
Set the coordinate dimension.
For more details: :cpp:func:`OGR_G_SetCoordinateDimension`
.. warning:: Deprecated. Use :py:func:`Set3D` or :py:func:`SetMeasured`.
Parameters
-----------
dimension: int
New coordinate dimension value, either 2 or 3.
";
%feature("docstring") Set3D "
Add or remove the Z coordinate dimension.
For more details: :cpp:func:`OGR_G_Set3D`
.. versionadded:: 2.1
Parameters
-----------
bIs3D: bool
Should the geometry have a Z dimension, either True or False.
";
%feature("docstring") SetMeasured "
Add or remove the M coordinate dimension.
For more details: :cpp:func:`OGR_G_SetMeasured`
.. versionadded:: 2.1
Parameters
-----------
bIsMeasured: bool
Should the geometry have a M dimension, either True or False.
";
%feature("docstring") Equals "
Returns True if two geometries are equivalent.
For more details: :cpp:func:`OGR_G_Equals`
Parameters
-----------
other: Geometry
The other geometry to test against.
Returns
--------
int:
True if equivalent or False otherwise.
";
%feature("docstring") WkbSize "
Returns size of related binary representation.
For more details: :cpp:func:`OGR_G_WkbSize`
Returns
--------
int
";
%feature("docstring") WkbSizeEx "
Returns size of related binary representation.
For more details: :cpp:func:`OGR_G_WkbSizeEx`
.. versionadded:: 3.3
Returns
--------
int
";
%feature("docstring") GetEnvelope "
Computes and returns the bounding envelope for this geometry in the
passed psEnvelope structure.
For more details: :cpp:func:`OGR_G_GetEnvelope`
.. warning:: Check the return order of the bounds.
Returns
--------
minx: float
maxx: float
miny: float
maxy: float
";
%feature("docstring") GetEnvelope3D "
Computes and returns the bounding envelope (3D) for this geometry in
the passed psEnvelope structure.
For more details: :cpp:func:`OGR_G_GetEnvelope3D`
.. warning:: Check the return order of the bounds.
Returns
--------
minx: float
maxx: float
miny: float
maxy: float
minz: float
maxz: float
";
%feature("docstring") ExportToWkb "
Convert a geometry well known binary format.
For more details: :cpp:func:`OGR_G_ExportToWkb`
Parameters
-----------
byte_order: osgeo.ogr.wkbXDR | osgeo.ogr.wkbNDR, default=osgeo.ogr.wkbNDR
One of wkbXDR or wkbNDR indicating MSB or LSB byte order respectively.
Returns
--------
bytes
";
%feature("docstring") ExportToIsoWkb "
Convert a geometry into SFSQL 1.2 / ISO SQL/MM Part 3 well known
binary format.
For more details: :cpp:func:`OGR_G_ExportToIsoWkb`
.. versionadded:: 2.0
Parameters
-----------
byte_order: osgeo.ogr.wkbXDR | osgeo.ogr.wkbNDR, default=osgeo.ogr.wkbNDR
One of wkbXDR or wkbNDR indicating MSB or LSB byte order respectively.
Returns
--------
bytes
";
%feature("docstring") ExportToWkt "
Convert a geometry into well known text format.
For more details: :cpp:func:`OGR_G_ExportToWkt`
Returns
--------
str
";
%feature("docstring") ExportToIsoWkt "
Convert a geometry into SFSQL 1.2 / ISO SQL/MM Part 3 well known text
format.
For more details: :cpp:func:`OGR_G_ExportToIsoWkt`
.. versionadded:: 2.0
Returns
--------
str
";
%feature("docstring") GetGeometryType "
Fetch geometry type.
For more details: :cpp:func:`OGR_G_GetGeometryType`
Returns
--------
int:
The geometry type code. The types can be found with
'osgeo.ogr.wkb' prefix. For example :py:const:`osgeo.ogr.wkbPolygon`.
";
%feature("docstring") GetGeometryName "
Fetch WKT name for geometry type.
For more details: :cpp:func:`OGR_G_GetGeometryName`
geometry to get name from.
Returns
--------
str
";
%feature("docstring") Clone "
Make a copy of this object.
For more details: :cpp:func:`OGR_G_Clone`
Returns
--------
Geometry:
The copy of the geometry with the same spatial reference system
as the original.
";
%feature("docstring") GetSpatialReference "
For more details: :cpp:func:`OGR_G_GetSpatialReference`
Returns spatial reference system for geometry.
Returns
--------
SpatialReference
";
%feature("docstring") Empty "
Clear geometry information.
For more details: :cpp:func:`OGR_G_Empty`
";
%feature("docstring") IsEmpty "
Test if the geometry is empty.
For more details: :cpp:func:`OGR_G_IsEmpty`
Returns
--------
int:
True if the geometry has no points, otherwise False.
";
%feature("docstring") IsValid "
Test if the geometry is valid.
For more details: :cpp:func:`OGR_G_IsValid`
Returns
--------
int:
True if the geometry has no points, otherwise False.
";
%feature("docstring") IsSimple "
Returns True if the geometry is simple.
For more details: :cpp:func:`OGR_G_IsSimple`
Returns
--------
int:
True if object is simple, otherwise False.
";
%feature("docstring") IsRing "
Test if the geometry is a ring.
For more details: :cpp:func:`OGR_G_IsRing`
Returns
--------
int:
True if the geometry has no points, otherwise False.
";
%feature("docstring") FlattenTo2D "
Convert geometry to strictly 2D.
For more details: :cpp:func:`OGR_G_FlattenTo2D`
";
%feature("docstring") Distance "
Compute distance between two geometries.
For more details: :cpp:func:`OGR_G_Distance`
Parameters
-----------
other: Geometry
The other geometry to compare against.
Returns
--------
float:
The distance between the geometries or -1 if an error occurs.
";
%feature("docstring") Distance3D "
Returns the 3D distance between two geometries.
For more details: :cpp:func:`OGR_G_Distance3D`
.. versionadded:: 2.2
Parameters
-----------
other: Geometry
The other geometry to compare against.
Returns
--------
float:
The distance between the geometries or -1 if an error occurs.
";
%feature("docstring") MakeValid "
Attempts to make an invalid geometry valid without losing vertices.
For more details: :cpp:func:`OGR_G_MakeValidEx`
.. versionadded:: 3.0
.. versionadded:: 3.4 options
Parameters
-----------
options: list[str], optional
papszOptions to be passed in. For example: [\"METHOD=STRUCTURE\"].
Returns
--------
Geometry:
A newly allocated geometry now owned by the caller, or None on
failure.
";
%feature("docstring") Normalize "
Attempts to bring geometry into normalized/canonical form.
For more details: :cpp:func:`OGR_G_Normalize`
.. versionadded:: 3.3
Returns
--------
Geometry:
A newly allocated geometry now owned by the caller, or None on
failure.
";
%feature("docstring") ConvexHull "
Compute convex hull.
For more details: :cpp:func:`OGR_G_ConvexHull`
Returns
--------
Geometry:
a handle to A newly allocated geometry now owned by the caller, or
None on failure.
";
%feature("docstring") Boundary "
Compute boundary.
For more details: :cpp:func:`OGR_G_Boundary`
Returns
--------
Geometry:
A new geometry or None on failure.
";
%feature("docstring") GetBoundary "
Compute boundary (deprecated)
For more details: :cpp:func:`OGR_G_GetBoundary`
..warning:: Deprecated
See: :cpp:func:`OGR_G_Boundary`
";
%feature("docstring") Buffer "
Compute buffer of geometry.
For more details: :cpp:func:`OGR_G_Buffer`
Parameters
-----------
distance: float
The buffer distance to be applied. Should be expressed into
the same unit as the coordinates of the geometry.
quadsecs: int, default=30
The number of segments used to approximate a 90 degree
(quadrant) of curvature.
options: list/dict
An optional list of options to control the buffer output.
See :cpp:func:`OGR_G_BufferEx`.
Returns
--------
Geometry:
The newly created geometry or None if an error occurs.
";
%feature("docstring") Intersection "
Compute intersection.
For more details: :cpp:func:`OGR_G_Intersection`
Parameters
-----------
other: Geometry
The other geometry.
Returns
--------
Geometry:
A new geometry representing the intersection or None if there is no
intersection or an error occurs.
";
%feature("docstring") Union "
Compute union.
For more details: :cpp:func:`OGR_G_Union`
Parameters
-----------
other: Geometry
The other geometry.
Returns
--------
Geometry:
A new geometry representing the union or None if an error occurs.
";
%feature("docstring") UnionCascaded "
Compute union using cascading.
For more deails: :cpp:func:`OGR_G_UnionCascaded`
Returns
--------
Geometry:
A new geometry representing the union or None if an error occurs.
";
%feature("docstring") Difference "
Compute difference.
For more details: :cpp:func:`OGR_G_Difference`
Parameters
-----------
other: Geometry
The other geometry.
Returns
--------
Geometry:
A new geometry representing the difference or None if the difference
is empty or an error occurs.
";
%feature("docstring") SymDifference "
Compute symmetric difference.
For more details: :cpp:func:`OGR_G_SymDifference`
Parameters
-----------
other:
the other geometry.
Returns
--------
Geometry:
A new geometry representing the symmetric difference or None if the
difference is empty or an error occurs.
";
%feature("docstring") SymmetricDifference "
Compute symmetric difference (deprecated)
For more details: :cpp:func:`OGR_G_SymmetricDifference`
.. warning:: Deprecated
";
%feature("docstring") Disjoint "
Test for disjointness.
For more details: :cpp:func:`OGR_G_Disjoint`
Parameters
-----------
other: Geometry
The other geometry to compare.
Returns
--------
int:
True if they are disjoint, otherwise False.
";
%feature("docstring") Touches "
Test for touching.
For more details: :cpp:func:`OGR_G_Touches`
Parameters
-----------
other:
the other geometry to compare.
Returns
--------
int:
True if they are touching, otherwise False.
";
%feature("docstring") Crosses "
Test for crossing.
For more details: :cpp:func:`OGR_G_Crosses`
Parameters
-----------
other: Geometry
the other geometry to compare.
Returns
--------
int:
True if they are crossing, otherwise False.
";
%feature("docstring") Within "
Test for containment.
For more details: :cpp:func:`OGR_G_Within`
Parameters
-----------
other: Geometry
the other geometry to compare.
Returns
--------
int:
True if this is within other, otherwise False.
";
%feature("docstring") Contains "
Test for containment.
For more details: :cpp:func:`OGR_G_Contains`
Parameters
-----------
other: Geometry
the other geometry to compare.
Returns
--------
int:
True if this contains the other geometry, otherwise False.
";
%feature("docstring") Overlaps "
Test for overlap.
For more details: :cpp:func:`OGR_G_Overlaps`
Parameters
-----------
other: Geometry
the other geometry to compare.
Returns
--------
int:
True if they are overlapping, otherwise False.
";
%feature("docstring") CloseRings "
Force rings to be closed.
For more details: :cpp:func:`OGR_G_CloseRings`
";
%feature("docstring") Centroid "
Compute the geometry centroid.
For more details: :cpp:func:`OGR_G_Centroid`
Returns
--------
Geometry
";
%feature("docstring") PointOnSurface "
Returns a point guaranteed to lie on the surface.
For more details: :cpp:func:`OGR_G_PointOnSurface`
Returns
--------
Geometry:
A point guaranteed to lie on the surface or None if an error occurred.
";
%feature("docstring") Simplify "
Compute a simplified geometry.
For more details: :cpp:func:`OGR_G_Simplify`
Parameters
-----------
tolerance: float
The distance tolerance for the simplification.
Returns
--------
Geometry:
The simplified geometry or None if an error occurs.
";
%feature("docstring") SimplifyPreserveTopology "
Simplify the geometry while preserving topology.
For more details: :cpp:func:`OGR_G_SimplifyPreserveTopology`
Parameters
-----------
tolerance: float
The distance tolerance for the simplification.
Returns
--------
Geometry:
The simplified geometry or None if an error occurs.
";
%feature("docstring") DelaunayTriangulation "
Return a Delaunay triangulation of the vertices of the geometry.
For more details: :cpp:func:`OGR_G_DelaunayTriangulation`
.. versionadded:: 2.1
Parameters
-----------
dfTolerance: float
optional snapping tolerance to use for improved robustness
bOnlyEdges: bool
If True, will return a MULTILINESTRING, otherwise it will
return a GEOMETRYCOLLECTION containing triangular POLYGONs.
Returns
--------
Geometry:
The geometry resulting from the Delaunay triangulation or None if an
error occurs.
";
%feature("docstring") Polygonize "
Polygonizes a set of sparse edges.
For more details: :cpp:func:`OGR_G_Polygonize`
Returns
--------
Geometry:
A new geometry or None on failure.
";
%feature("docstring") BuildArea "
Polygonize a linework assuming inner polygons are holes.
For more details: :cpp:func:`OGR_G_BuildArea`
Returns
--------
Geometry:
A new geometry or None on failure.
";
%feature("docstring") SwapXY "
Swap x and y coordinates.
For more details: :cpp:func:`OGR_G_SwapXY`
.. versionadded:: 2.3.0
";
%feature("docstring") AddPoint "
Add a point to a geometry (line string or point).
The vertex count of the line string is increased by one, and assigned from
the passed location value.
The geometry is promoted to include a Z component, if it does not already
have one, even if the Z parameter is not explicitly specified. To avoid that
use AddPoint_2D.
This is the same as :cpp:func:`OGR_G_AddPoint`
Parameters
-----------
X: float
x coordinate of point to add.
Y: float
y coordinate of point to add.
Z: float
z coordinate of point to add. Defaults to 0
Examples
-------
>>> ogr.GeometryTypeToName(pt.GetGeometryType())
'Point'
>>> pt.AddPoint(3, 7)
>>> ogr.GeometryTypeToName(pt.GetGeometryType())
'3D Point'
";
%feature("docstring") AddPoint_2D "
Add a point to a geometry (line string or point).
The vertex count of the line string is increased by one, and assigned from
the passed location value.
If the geometry includes a Z or M component, the value for those components
for the added point will be 0.
This is the same as :cpp:func:`OGR_G_AddPoint_2D`
Parameters
-----------
X: float
x coordinate of point to add.
Y: float
y coordinate of point to add.
Examples
--------
>>> pt = ogr.Geometry(ogr.wkbPoint)
>>> ogr.GeometryTypeToName(pt.GetGeometryType())
'Point'
>>> pt.AddPoint_2D(3, 7)
>>> ogr.GeometryTypeToName(pt.GetGeometryType())
'Point'
";
}