aspose-gis-net 25.8.0__py3-none-win_amd64.whl → 25.9.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aspose-gis-net might be problematic. Click here for more details.

Files changed (79) hide show
  1. aspose/assemblies/gis/Aspose.GIS.dll +0 -0
  2. aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
  3. aspose/gis/__init__.pyi +246 -74
  4. aspose/gis/common/__init__.pyi +99 -9
  5. aspose/gis/common/formats/dbase/__init__.pyi +19 -0
  6. aspose/gis/common/formats/gdbtable/__init__.pyi +36 -1
  7. aspose/gis/common/formats/mapinfo/__init__.pyi +48 -7
  8. aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +40 -1
  9. aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +47 -5
  10. aspose/gis/common/formats/mapinfo/styling/__init__.pyi +32 -0
  11. aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +69 -11
  12. aspose/gis/common/formats/wkt/__init__.pyi +26 -0
  13. aspose/gis/common/formats/xml/__init__.pyi +12 -0
  14. aspose/gis/common/io/__init__.pyi +31 -8
  15. aspose/gis/epsg/__init__.pyi +69 -0
  16. aspose/gis/formats/csv/__init__.pyi +7 -0
  17. aspose/gis/formats/database/__init__.pyi +3 -0
  18. aspose/gis/formats/esriascii/__init__.pyi +4 -0
  19. aspose/gis/formats/esrijson/__init__.pyi +4 -0
  20. aspose/gis/formats/filegdb/__init__.pyi +7 -0
  21. aspose/gis/formats/gdal/__init__.pyi +6 -0
  22. aspose/gis/formats/geojson/__init__.pyi +4 -0
  23. aspose/gis/formats/geojsonseq/__init__.pyi +4 -0
  24. aspose/gis/formats/geopackage/__init__.pyi +14 -0
  25. aspose/gis/formats/geotiff/__init__.pyi +4 -0
  26. aspose/gis/formats/gml/__init__.pyi +4 -0
  27. aspose/gis/formats/gpx/__init__.pyi +4 -0
  28. aspose/gis/formats/infile/__init__.pyi +4 -0
  29. aspose/gis/formats/kml/__init__.pyi +11 -0
  30. aspose/gis/formats/kml/specificfields/__init__.pyi +6 -0
  31. aspose/gis/formats/kml/styles/__init__.pyi +39 -2
  32. aspose/gis/formats/mapinfointerchange/__init__.pyi +4 -0
  33. aspose/gis/formats/mapinfotab/__init__.pyi +4 -0
  34. aspose/gis/formats/osmxml/__init__.pyi +4 -0
  35. aspose/gis/formats/postgis/__init__.pyi +4 -0
  36. aspose/gis/formats/shapefile/__init__.pyi +4 -0
  37. aspose/gis/formats/sqlserver/__init__.pyi +4 -0
  38. aspose/gis/formats/topojson/__init__.pyi +13 -0
  39. aspose/gis/formats/xyztile/__init__.pyi +15 -0
  40. aspose/gis/geometries/__init__.pyi +851 -324
  41. aspose/gis/geotools/__init__.pyi +44 -0
  42. aspose/gis/geotools/layersmap/__init__.pyi +15 -0
  43. aspose/gis/geotools/mapbuilder/__init__.pyi +7 -0
  44. aspose/gis/geotools/wayanalyzer/__init__.pyi +12 -0
  45. aspose/gis/imagemetadata/__init__.pyi +3 -3
  46. aspose/gis/indexing/__init__.pyi +8 -0
  47. aspose/gis/indexing/bplustree/__init__.pyi +3 -0
  48. aspose/gis/indexing/qixtree/__init__.pyi +3 -0
  49. aspose/gis/indexing/rtree/__init__.pyi +3 -0
  50. aspose/gis/labeling/__init__.pyi +32 -0
  51. aspose/gis/labeling/line/__init__.pyi +24 -0
  52. aspose/gis/painting/__init__.pyi +85 -8
  53. aspose/gis/projections/__init__.pyi +14 -0
  54. aspose/gis/raster/__init__.pyi +34 -0
  55. aspose/gis/relationship/joins/__init__.pyi +8 -0
  56. aspose/gis/rendering/__init__.pyi +124 -10
  57. aspose/gis/rendering/colorizers/__init__.pyi +37 -10
  58. aspose/gis/rendering/labelings/__init__.pyi +71 -10
  59. aspose/gis/rendering/sld/__init__.pyi +3 -0
  60. aspose/gis/rendering/symbolizers/__init__.pyi +191 -28
  61. aspose/gis/spatialreferencing/__init__.pyi +502 -154
  62. aspose/gis/topology/__init__.pyi +37 -0
  63. aspose/gis/topology/buffer/__init__.pyi +6 -0
  64. aspose/gis/topology/graph/__init__.pyi +5 -0
  65. aspose/gis.cp310-win_amd64.pyd +0 -0
  66. aspose/gis.cp311-win_amd64.pyd +0 -0
  67. aspose/gis.cp312-win_amd64.pyd +0 -0
  68. aspose/gis.cp313-win_amd64.pyd +0 -0
  69. aspose/gis.cp35-win_amd64.pyd +0 -0
  70. aspose/gis.cp36-win_amd64.pyd +0 -0
  71. aspose/gis.cp37-win_amd64.pyd +0 -0
  72. aspose/gis.cp38-win_amd64.pyd +0 -0
  73. aspose/gis.cp39-win_amd64.pyd +0 -0
  74. aspose/pydrawing/__init__.pyi +29 -7
  75. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/METADATA +1 -1
  76. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/RECORD +80 -83
  77. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/WHEEL +0 -0
  78. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/entry_points.txt +0 -0
  79. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/top_level.txt +0 -0
@@ -94,6 +94,22 @@ import aspose.gis.topology.graph
94
94
  class CircularString(Curve):
95
95
  '''A multi-vertex curve with circular interpolation between points.'''
96
96
 
97
+ @overload
98
+ def __init__(self) -> None:
99
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CircularString` class.'''
100
+ raise NotImplementedError()
101
+
102
+ @overload
103
+ def __init__(self, collection : Iterable[aspose.gis.geometries.IPoint]) -> None:
104
+ raise NotImplementedError()
105
+
106
+ @overload
107
+ def __init__(self, other : aspose.gis.geometries.ICircularString) -> None:
108
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CircularString` class.
109
+
110
+ :param other: The other string to copy data from.'''
111
+ raise NotImplementedError()
112
+
97
113
  @overload
98
114
  @staticmethod
99
115
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -214,7 +230,7 @@ class CircularString(Curve):
214
230
  raise NotImplementedError()
215
231
 
216
232
  @overload
217
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
233
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
218
234
  '''Export this geometry to an image representation.
219
235
 
220
236
  :param width: Width of the map.
@@ -295,6 +311,24 @@ class CircularString(Curve):
295
311
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
296
312
  raise NotImplementedError()
297
313
 
314
+ @overload
315
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
316
+ '''Unites this geometry and a specified geometry.
317
+
318
+ :param other: A geometry to unite with.
319
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
320
+ point set that present in this geometry or in an argument.'''
321
+ raise NotImplementedError()
322
+
323
+ @overload
324
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
325
+ '''Unites this geometry and all geometries in other list
326
+
327
+ :param other: A list of geometries to unite with.
328
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
329
+ point set that present in this geometry or in an argument.'''
330
+ raise NotImplementedError()
331
+
298
332
  @overload
299
333
  def add_point(self, point : aspose.gis.geometries.IPoint) -> None:
300
334
  '''Adds a point to the end of the circular string.
@@ -550,14 +584,6 @@ class CircularString(Curve):
550
584
  point set that present in both this geometry and an argument.'''
551
585
  raise NotImplementedError()
552
586
 
553
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
554
- '''Unites this geometry and a specified geometry.
555
-
556
- :param other: A geometry to unite with.
557
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
558
- point set that present in this geometry or in an argument.'''
559
- raise NotImplementedError()
560
-
561
587
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
562
588
  '''Subtracts a specified geometry from this geometry.
563
589
 
@@ -590,8 +616,11 @@ class CircularString(Curve):
590
616
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
591
617
  raise NotImplementedError()
592
618
 
593
- null : aspose.gis.geometries.IGeometry
594
- '''Gets an instance of null geometry.'''
619
+ @property
620
+ def null(self) -> aspose.gis.geometries.IGeometry:
621
+ '''Gets an instance of null geometry.'''
622
+ raise NotImplementedError()
623
+
595
624
  @property
596
625
  def coordinate_dimension(self) -> int:
597
626
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -683,6 +712,22 @@ class CircularString(Curve):
683
712
  class CompoundCurve(Curve):
684
713
  '''A curve that represents a sequence of contiguous curves such that adjacent curves are joined at their end points.'''
685
714
 
715
+ @overload
716
+ def __init__(self) -> None:
717
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CompoundCurve` class.'''
718
+ raise NotImplementedError()
719
+
720
+ @overload
721
+ def __init__(self, curves : Iterable[aspose.gis.geometries.ICurve]) -> None:
722
+ raise NotImplementedError()
723
+
724
+ @overload
725
+ def __init__(self, other : aspose.gis.geometries.ICompoundCurve) -> None:
726
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CompoundCurve` class.
727
+
728
+ :param other: The other line to copy data from.'''
729
+ raise NotImplementedError()
730
+
686
731
  @overload
687
732
  @staticmethod
688
733
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -803,7 +848,7 @@ class CompoundCurve(Curve):
803
848
  raise NotImplementedError()
804
849
 
805
850
  @overload
806
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
851
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
807
852
  '''Export this geometry to an image representation.
808
853
 
809
854
  :param width: Width of the map.
@@ -884,6 +929,24 @@ class CompoundCurve(Curve):
884
929
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
885
930
  raise NotImplementedError()
886
931
 
932
+ @overload
933
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
934
+ '''Unites this geometry and a specified geometry.
935
+
936
+ :param other: A geometry to unite with.
937
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
938
+ point set that present in this geometry or in an argument.'''
939
+ raise NotImplementedError()
940
+
941
+ @overload
942
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
943
+ '''Unites this geometry and all geometries in other list
944
+
945
+ :param other: A list of geometries to unite with.
946
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
947
+ point set that present in this geometry or in an argument.'''
948
+ raise NotImplementedError()
949
+
887
950
  def to_editable(self) -> aspose.gis.geometries.CompoundCurve:
888
951
  '''Gets an editable copy of this geometry.
889
952
 
@@ -1105,14 +1168,6 @@ class CompoundCurve(Curve):
1105
1168
  point set that present in both this geometry and an argument.'''
1106
1169
  raise NotImplementedError()
1107
1170
 
1108
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
1109
- '''Unites this geometry and a specified geometry.
1110
-
1111
- :param other: A geometry to unite with.
1112
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
1113
- point set that present in this geometry or in an argument.'''
1114
- raise NotImplementedError()
1115
-
1116
1171
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
1117
1172
  '''Subtracts a specified geometry from this geometry.
1118
1173
 
@@ -1151,8 +1206,11 @@ class CompoundCurve(Curve):
1151
1206
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
1152
1207
  raise NotImplementedError()
1153
1208
 
1154
- null : aspose.gis.geometries.IGeometry
1155
- '''Gets an instance of null geometry.'''
1209
+ @property
1210
+ def null(self) -> aspose.gis.geometries.IGeometry:
1211
+ '''Gets an instance of null geometry.'''
1212
+ raise NotImplementedError()
1213
+
1156
1214
  @property
1157
1215
  def coordinate_dimension(self) -> int:
1158
1216
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -1366,7 +1424,7 @@ class Curve(Geometry):
1366
1424
  raise NotImplementedError()
1367
1425
 
1368
1426
  @overload
1369
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
1427
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
1370
1428
  '''Export this geometry to an image representation.
1371
1429
 
1372
1430
  :param width: Width of the map.
@@ -1447,6 +1505,24 @@ class Curve(Geometry):
1447
1505
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
1448
1506
  raise NotImplementedError()
1449
1507
 
1508
+ @overload
1509
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
1510
+ '''Unites this geometry and a specified geometry.
1511
+
1512
+ :param other: A geometry to unite with.
1513
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
1514
+ point set that present in this geometry or in an argument.'''
1515
+ raise NotImplementedError()
1516
+
1517
+ @overload
1518
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
1519
+ '''Unites this geometry and all geometries in other list
1520
+
1521
+ :param other: A list of geometries to unite with.
1522
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
1523
+ point set that present in this geometry or in an argument.'''
1524
+ raise NotImplementedError()
1525
+
1450
1526
  def to_editable(self) -> aspose.gis.geometries.Curve:
1451
1527
  '''Gets an editable copy of this geometry.
1452
1528
 
@@ -1668,14 +1744,6 @@ class Curve(Geometry):
1668
1744
  point set that present in both this geometry and an argument.'''
1669
1745
  raise NotImplementedError()
1670
1746
 
1671
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
1672
- '''Unites this geometry and a specified geometry.
1673
-
1674
- :param other: A geometry to unite with.
1675
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
1676
- point set that present in this geometry or in an argument.'''
1677
- raise NotImplementedError()
1678
-
1679
1747
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
1680
1748
  '''Subtracts a specified geometry from this geometry.
1681
1749
 
@@ -1701,8 +1769,11 @@ class Curve(Geometry):
1701
1769
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
1702
1770
  raise NotImplementedError()
1703
1771
 
1704
- null : aspose.gis.geometries.IGeometry
1705
- '''Gets an instance of null geometry.'''
1772
+ @property
1773
+ def null(self) -> aspose.gis.geometries.IGeometry:
1774
+ '''Gets an instance of null geometry.'''
1775
+ raise NotImplementedError()
1776
+
1706
1777
  @property
1707
1778
  def coordinate_dimension(self) -> int:
1708
1779
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -1787,6 +1858,22 @@ class Curve(Geometry):
1787
1858
  class CurvePolygon(Surface):
1788
1859
  '''A planar surface, defined by 1 exterior boundary and 0 or more interior boundaries.'''
1789
1860
 
1861
+ @overload
1862
+ def __init__(self) -> None:
1863
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CurvePolygon` class.'''
1864
+ raise NotImplementedError()
1865
+
1866
+ @overload
1867
+ def __init__(self, exterior_ring : aspose.gis.geometries.ICurve) -> None:
1868
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.CurvePolygon` class.
1869
+
1870
+ :param exterior_ring: The exterior ring.'''
1871
+ raise NotImplementedError()
1872
+
1873
+ @overload
1874
+ def __init__(self, exterior_ring : aspose.gis.geometries.ICurve, interior_rings : Iterable[aspose.gis.geometries.ICurve]) -> None:
1875
+ raise NotImplementedError()
1876
+
1790
1877
  @overload
1791
1878
  @staticmethod
1792
1879
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -1897,7 +1984,7 @@ class CurvePolygon(Surface):
1897
1984
  raise NotImplementedError()
1898
1985
 
1899
1986
  @overload
1900
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
1987
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
1901
1988
  '''Export this geometry to an image representation.
1902
1989
 
1903
1990
  :param width: Width of the map.
@@ -1978,6 +2065,24 @@ class CurvePolygon(Surface):
1978
2065
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
1979
2066
  raise NotImplementedError()
1980
2067
 
2068
+ @overload
2069
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2070
+ '''Unites this geometry and a specified geometry.
2071
+
2072
+ :param other: A geometry to unite with.
2073
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2074
+ point set that present in this geometry or in an argument.'''
2075
+ raise NotImplementedError()
2076
+
2077
+ @overload
2078
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
2079
+ '''Unites this geometry and all geometries in other list
2080
+
2081
+ :param other: A list of geometries to unite with.
2082
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2083
+ point set that present in this geometry or in an argument.'''
2084
+ raise NotImplementedError()
2085
+
1981
2086
  def to_editable(self) -> aspose.gis.geometries.CurvePolygon:
1982
2087
  '''Gets an editable copy of this geometry.
1983
2088
 
@@ -2199,14 +2304,6 @@ class CurvePolygon(Surface):
2199
2304
  point set that present in both this geometry and an argument.'''
2200
2305
  raise NotImplementedError()
2201
2306
 
2202
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2203
- '''Unites this geometry and a specified geometry.
2204
-
2205
- :param other: A geometry to unite with.
2206
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2207
- point set that present in this geometry or in an argument.'''
2208
- raise NotImplementedError()
2209
-
2210
2307
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2211
2308
  '''Subtracts a specified geometry from this geometry.
2212
2309
 
@@ -2254,8 +2351,11 @@ class CurvePolygon(Surface):
2254
2351
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
2255
2352
  raise NotImplementedError()
2256
2353
 
2257
- null : aspose.gis.geometries.IGeometry
2258
- '''Gets an instance of null geometry.'''
2354
+ @property
2355
+ def null(self) -> aspose.gis.geometries.IGeometry:
2356
+ '''Gets an instance of null geometry.'''
2357
+ raise NotImplementedError()
2358
+
2259
2359
  @property
2260
2360
  def coordinate_dimension(self) -> int:
2261
2361
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -2439,7 +2539,7 @@ class Geometry(IGeometry):
2439
2539
  raise NotImplementedError()
2440
2540
 
2441
2541
  @overload
2442
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
2542
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
2443
2543
  '''Export this geometry to an image representation.
2444
2544
 
2445
2545
  :param width: Width of the map.
@@ -2520,6 +2620,24 @@ class Geometry(IGeometry):
2520
2620
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
2521
2621
  raise NotImplementedError()
2522
2622
 
2623
+ @overload
2624
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2625
+ '''Unites this geometry and a specified geometry.
2626
+
2627
+ :param other: A geometry to unite with.
2628
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2629
+ point set that present in this geometry or in an argument.'''
2630
+ raise NotImplementedError()
2631
+
2632
+ @overload
2633
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
2634
+ '''Unites this geometry and all geometries in other list
2635
+
2636
+ :param other: A list of geometries to unite with.
2637
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2638
+ point set that present in this geometry or in an argument.'''
2639
+ raise NotImplementedError()
2640
+
2523
2641
  def to_editable(self) -> aspose.gis.geometries.Geometry:
2524
2642
  '''Gets an editable copy of this geometry.
2525
2643
 
@@ -2741,14 +2859,6 @@ class Geometry(IGeometry):
2741
2859
  point set that present in both this geometry and an argument.'''
2742
2860
  raise NotImplementedError()
2743
2861
 
2744
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2745
- '''Unites this geometry and a specified geometry.
2746
-
2747
- :param other: A geometry to unite with.
2748
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
2749
- point set that present in this geometry or in an argument.'''
2750
- raise NotImplementedError()
2751
-
2752
2862
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
2753
2863
  '''Subtracts a specified geometry from this geometry.
2754
2864
 
@@ -2771,8 +2881,11 @@ class Geometry(IGeometry):
2771
2881
  If the dimension is unknown (e.g. for an empty GEOMETRYCOLLECTION) :py:attr:`aspose.gis.geometries.GeometryDimension.POINT` is returned.'''
2772
2882
  raise NotImplementedError()
2773
2883
 
2774
- null : aspose.gis.geometries.IGeometry
2775
- '''Gets an instance of null geometry.'''
2884
+ @property
2885
+ def null(self) -> aspose.gis.geometries.IGeometry:
2886
+ '''Gets an instance of null geometry.'''
2887
+ raise NotImplementedError()
2888
+
2776
2889
  @property
2777
2890
  def coordinate_dimension(self) -> int:
2778
2891
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -2841,6 +2954,10 @@ class Geometry(IGeometry):
2841
2954
  class GeometryCollection(Geometry):
2842
2955
  '''A :py:class:`aspose.gis.geometries.GeometryCollection` is a :py:class:`aspose.gis.geometries.Geometry` that is a collection of one or more geometries.'''
2843
2956
 
2957
+ def __init__(self) -> None:
2958
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.GeometryCollection` class.'''
2959
+ raise NotImplementedError()
2960
+
2844
2961
  @overload
2845
2962
  @staticmethod
2846
2963
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -2940,7 +3057,7 @@ class GeometryCollection(Geometry):
2940
3057
  raise NotImplementedError()
2941
3058
 
2942
3059
  @overload
2943
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
3060
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
2944
3061
  '''Export this geometry to an image representation.
2945
3062
 
2946
3063
  :param width: Width of the map.
@@ -3021,6 +3138,24 @@ class GeometryCollection(Geometry):
3021
3138
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
3022
3139
  raise NotImplementedError()
3023
3140
 
3141
+ @overload
3142
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3143
+ '''Unites this geometry and a specified geometry.
3144
+
3145
+ :param other: A geometry to unite with.
3146
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3147
+ point set that present in this geometry or in an argument.'''
3148
+ raise NotImplementedError()
3149
+
3150
+ @overload
3151
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
3152
+ '''Unites this geometry and all geometries in other list
3153
+
3154
+ :param other: A list of geometries to unite with.
3155
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3156
+ point set that present in this geometry or in an argument.'''
3157
+ raise NotImplementedError()
3158
+
3024
3159
  def to_editable(self) -> aspose.gis.geometries.GeometryCollection:
3025
3160
  '''Gets an editable copy of this geometry.
3026
3161
 
@@ -3242,14 +3377,6 @@ class GeometryCollection(Geometry):
3242
3377
  point set that present in both this geometry and an argument.'''
3243
3378
  raise NotImplementedError()
3244
3379
 
3245
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3246
- '''Unites this geometry and a specified geometry.
3247
-
3248
- :param other: A geometry to unite with.
3249
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3250
- point set that present in this geometry or in an argument.'''
3251
- raise NotImplementedError()
3252
-
3253
3380
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3254
3381
  '''Subtracts a specified geometry from this geometry.
3255
3382
 
@@ -3300,8 +3427,11 @@ class GeometryCollection(Geometry):
3300
3427
  If collection is Empty, :py:attr:`aspose.gis.geometries.GeometryDimension.POINT` is returned.'''
3301
3428
  raise NotImplementedError()
3302
3429
 
3303
- null : aspose.gis.geometries.IGeometry
3304
- '''Gets an instance of null geometry.'''
3430
+ @property
3431
+ def null(self) -> aspose.gis.geometries.IGeometry:
3432
+ '''Gets an instance of null geometry.'''
3433
+ raise NotImplementedError()
3434
+
3305
3435
  @property
3306
3436
  def coordinate_dimension(self) -> int:
3307
3437
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -3461,7 +3591,7 @@ class ICircularString(ICurve):
3461
3591
  raise NotImplementedError()
3462
3592
 
3463
3593
  @overload
3464
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
3594
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
3465
3595
  '''Export this geometry to an image representation.
3466
3596
 
3467
3597
  :param width: Width of the map.
@@ -3542,6 +3672,24 @@ class ICircularString(ICurve):
3542
3672
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
3543
3673
  raise NotImplementedError()
3544
3674
 
3675
+ @overload
3676
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3677
+ '''Unites this geometry and a specified geometry.
3678
+
3679
+ :param other: A geometry to unite with.
3680
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3681
+ point set that present in this geometry or in an argument.'''
3682
+ raise NotImplementedError()
3683
+
3684
+ @overload
3685
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
3686
+ '''Unites this geometry and all geometries in other list
3687
+
3688
+ :param other: An array of geometries to unite with.
3689
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3690
+ point set that present in this geometry or in an argument.'''
3691
+ raise NotImplementedError()
3692
+
3545
3693
  def to_editable(self) -> aspose.gis.geometries.CircularString:
3546
3694
  '''Gets an editable copy of this geometry.
3547
3695
 
@@ -3734,14 +3882,6 @@ class ICircularString(ICurve):
3734
3882
  point set that present in both this geometry and an argument.'''
3735
3883
  raise NotImplementedError()
3736
3884
 
3737
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3738
- '''Unites this geometry and a specified geometry.
3739
-
3740
- :param other: A geometry to unite with.
3741
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
3742
- point set that present in this geometry or in an argument.'''
3743
- raise NotImplementedError()
3744
-
3745
3885
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
3746
3886
  '''Subtracts a specified geometry from this geometry.
3747
3887
 
@@ -3907,7 +4047,7 @@ class ICompoundCurve(ICurve):
3907
4047
  raise NotImplementedError()
3908
4048
 
3909
4049
  @overload
3910
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
4050
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
3911
4051
  '''Export this geometry to an image representation.
3912
4052
 
3913
4053
  :param width: Width of the map.
@@ -3988,6 +4128,24 @@ class ICompoundCurve(ICurve):
3988
4128
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
3989
4129
  raise NotImplementedError()
3990
4130
 
4131
+ @overload
4132
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4133
+ '''Unites this geometry and a specified geometry.
4134
+
4135
+ :param other: A geometry to unite with.
4136
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4137
+ point set that present in this geometry or in an argument.'''
4138
+ raise NotImplementedError()
4139
+
4140
+ @overload
4141
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
4142
+ '''Unites this geometry and all geometries in other list
4143
+
4144
+ :param other: An array of geometries to unite with.
4145
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4146
+ point set that present in this geometry or in an argument.'''
4147
+ raise NotImplementedError()
4148
+
3991
4149
  def to_editable(self) -> aspose.gis.geometries.CompoundCurve:
3992
4150
  '''Gets an editable copy of this geometry.
3993
4151
 
@@ -4180,14 +4338,6 @@ class ICompoundCurve(ICurve):
4180
4338
  point set that present in both this geometry and an argument.'''
4181
4339
  raise NotImplementedError()
4182
4340
 
4183
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4184
- '''Unites this geometry and a specified geometry.
4185
-
4186
- :param other: A geometry to unite with.
4187
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4188
- point set that present in this geometry or in an argument.'''
4189
- raise NotImplementedError()
4190
-
4191
4341
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4192
4342
  '''Subtracts a specified geometry from this geometry.
4193
4343
 
@@ -4362,7 +4512,7 @@ class ICurve(IGeometry):
4362
4512
  raise NotImplementedError()
4363
4513
 
4364
4514
  @overload
4365
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
4515
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
4366
4516
  '''Export this geometry to an image representation.
4367
4517
 
4368
4518
  :param width: Width of the map.
@@ -4443,6 +4593,24 @@ class ICurve(IGeometry):
4443
4593
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
4444
4594
  raise NotImplementedError()
4445
4595
 
4596
+ @overload
4597
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4598
+ '''Unites this geometry and a specified geometry.
4599
+
4600
+ :param other: A geometry to unite with.
4601
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4602
+ point set that present in this geometry or in an argument.'''
4603
+ raise NotImplementedError()
4604
+
4605
+ @overload
4606
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
4607
+ '''Unites this geometry and all geometries in other list
4608
+
4609
+ :param other: An array of geometries to unite with.
4610
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4611
+ point set that present in this geometry or in an argument.'''
4612
+ raise NotImplementedError()
4613
+
4446
4614
  def to_editable(self) -> aspose.gis.geometries.Curve:
4447
4615
  '''Gets an editable copy of this geometry.
4448
4616
 
@@ -4635,16 +4803,8 @@ class ICurve(IGeometry):
4635
4803
  point set that present in both this geometry and an argument.'''
4636
4804
  raise NotImplementedError()
4637
4805
 
4638
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4639
- '''Unites this geometry and a specified geometry.
4640
-
4641
- :param other: A geometry to unite with.
4642
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
4643
- point set that present in this geometry or in an argument.'''
4644
- raise NotImplementedError()
4645
-
4646
- def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4647
- '''Subtracts a specified geometry from this geometry.
4806
+ def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
4807
+ '''Subtracts a specified geometry from this geometry.
4648
4808
 
4649
4809
  :param other: A geometry to subtract.
4650
4810
  :returns: A geometry that represents a difference of this geometry and an argument. The result geometry contains
@@ -4798,7 +4958,7 @@ class ICurvePolygon(ISurface):
4798
4958
  raise NotImplementedError()
4799
4959
 
4800
4960
  @overload
4801
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
4961
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
4802
4962
  '''Export this geometry to an image representation.
4803
4963
 
4804
4964
  :param width: Width of the map.
@@ -4879,6 +5039,24 @@ class ICurvePolygon(ISurface):
4879
5039
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
4880
5040
  raise NotImplementedError()
4881
5041
 
5042
+ @overload
5043
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5044
+ '''Unites this geometry and a specified geometry.
5045
+
5046
+ :param other: A geometry to unite with.
5047
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5048
+ point set that present in this geometry or in an argument.'''
5049
+ raise NotImplementedError()
5050
+
5051
+ @overload
5052
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
5053
+ '''Unites this geometry and all geometries in other list
5054
+
5055
+ :param other: An array of geometries to unite with.
5056
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5057
+ point set that present in this geometry or in an argument.'''
5058
+ raise NotImplementedError()
5059
+
4882
5060
  def get_interior_ring(self, index : int) -> aspose.gis.geometries.ICurve:
4883
5061
  '''Gets the interior ring by its index.
4884
5062
 
@@ -5084,14 +5262,6 @@ class ICurvePolygon(ISurface):
5084
5262
  point set that present in both this geometry and an argument.'''
5085
5263
  raise NotImplementedError()
5086
5264
 
5087
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5088
- '''Unites this geometry and a specified geometry.
5089
-
5090
- :param other: A geometry to unite with.
5091
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5092
- point set that present in this geometry or in an argument.'''
5093
- raise NotImplementedError()
5094
-
5095
5265
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5096
5266
  '''Subtracts a specified geometry from this geometry.
5097
5267
 
@@ -5231,7 +5401,7 @@ class IGeometry:
5231
5401
  raise NotImplementedError()
5232
5402
 
5233
5403
  @overload
5234
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
5404
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
5235
5405
  '''Export this geometry to an image representation.
5236
5406
 
5237
5407
  :param width: Width of the map.
@@ -5312,6 +5482,24 @@ class IGeometry:
5312
5482
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
5313
5483
  raise NotImplementedError()
5314
5484
 
5485
+ @overload
5486
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5487
+ '''Unites this geometry and a specified geometry.
5488
+
5489
+ :param other: A geometry to unite with.
5490
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5491
+ point set that present in this geometry or in an argument.'''
5492
+ raise NotImplementedError()
5493
+
5494
+ @overload
5495
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
5496
+ '''Unites this geometry and all geometries in other list
5497
+
5498
+ :param other: An array of geometries to unite with.
5499
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5500
+ point set that present in this geometry or in an argument.'''
5501
+ raise NotImplementedError()
5502
+
5315
5503
  def replace_polygons_by_lines(self) -> aspose.gis.geometries.IGeometry:
5316
5504
  '''Gets polygons represented as lines of this geometry.
5317
5505
 
@@ -5498,14 +5686,6 @@ class IGeometry:
5498
5686
  point set that present in both this geometry and an argument.'''
5499
5687
  raise NotImplementedError()
5500
5688
 
5501
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5502
- '''Unites this geometry and a specified geometry.
5503
-
5504
- :param other: A geometry to unite with.
5505
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5506
- point set that present in this geometry or in an argument.'''
5507
- raise NotImplementedError()
5508
-
5509
5689
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5510
5690
  '''Subtracts a specified geometry from this geometry.
5511
5691
 
@@ -5635,7 +5815,7 @@ class IGeometryCollection(IGeometry):
5635
5815
  raise NotImplementedError()
5636
5816
 
5637
5817
  @overload
5638
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
5818
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
5639
5819
  '''Export this geometry to an image representation.
5640
5820
 
5641
5821
  :param width: Width of the map.
@@ -5716,6 +5896,24 @@ class IGeometryCollection(IGeometry):
5716
5896
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
5717
5897
  raise NotImplementedError()
5718
5898
 
5899
+ @overload
5900
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5901
+ '''Unites this geometry and a specified geometry.
5902
+
5903
+ :param other: A geometry to unite with.
5904
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5905
+ point set that present in this geometry or in an argument.'''
5906
+ raise NotImplementedError()
5907
+
5908
+ @overload
5909
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
5910
+ '''Unites this geometry and all geometries in other list
5911
+
5912
+ :param other: An array of geometries to unite with.
5913
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5914
+ point set that present in this geometry or in an argument.'''
5915
+ raise NotImplementedError()
5916
+
5719
5917
  def get_point_on_surface(self) -> aspose.gis.geometries.IPoint:
5720
5918
  '''Finds a point that is guaranteed to be on one of the surfaces in this collection.
5721
5919
 
@@ -5914,14 +6112,6 @@ class IGeometryCollection(IGeometry):
5914
6112
  point set that present in both this geometry and an argument.'''
5915
6113
  raise NotImplementedError()
5916
6114
 
5917
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5918
- '''Unites this geometry and a specified geometry.
5919
-
5920
- :param other: A geometry to unite with.
5921
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
5922
- point set that present in this geometry or in an argument.'''
5923
- raise NotImplementedError()
5924
-
5925
6115
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
5926
6116
  '''Subtracts a specified geometry from this geometry.
5927
6117
 
@@ -6080,7 +6270,7 @@ class ILineString(ICurve):
6080
6270
  raise NotImplementedError()
6081
6271
 
6082
6272
  @overload
6083
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
6273
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
6084
6274
  '''Export this geometry to an image representation.
6085
6275
 
6086
6276
  :param width: Width of the map.
@@ -6161,6 +6351,24 @@ class ILineString(ICurve):
6161
6351
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
6162
6352
  raise NotImplementedError()
6163
6353
 
6354
+ @overload
6355
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6356
+ '''Unites this geometry and a specified geometry.
6357
+
6358
+ :param other: A geometry to unite with.
6359
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6360
+ point set that present in this geometry or in an argument.'''
6361
+ raise NotImplementedError()
6362
+
6363
+ @overload
6364
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
6365
+ '''Unites this geometry and all geometries in other list
6366
+
6367
+ :param other: An array of geometries to unite with.
6368
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6369
+ point set that present in this geometry or in an argument.'''
6370
+ raise NotImplementedError()
6371
+
6164
6372
  def to_editable(self) -> aspose.gis.geometries.LineString:
6165
6373
  '''Gets an editable copy of this geometry.
6166
6374
 
@@ -6353,14 +6561,6 @@ class ILineString(ICurve):
6353
6561
  point set that present in both this geometry and an argument.'''
6354
6562
  raise NotImplementedError()
6355
6563
 
6356
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6357
- '''Unites this geometry and a specified geometry.
6358
-
6359
- :param other: A geometry to unite with.
6360
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6361
- point set that present in this geometry or in an argument.'''
6362
- raise NotImplementedError()
6363
-
6364
6564
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6365
6565
  '''Subtracts a specified geometry from this geometry.
6366
6566
 
@@ -6526,7 +6726,7 @@ class ILinearRing(ILineString):
6526
6726
  raise NotImplementedError()
6527
6727
 
6528
6728
  @overload
6529
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
6729
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
6530
6730
  '''Export this geometry to an image representation.
6531
6731
 
6532
6732
  :param width: Width of the map.
@@ -6607,6 +6807,24 @@ class ILinearRing(ILineString):
6607
6807
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
6608
6808
  raise NotImplementedError()
6609
6809
 
6810
+ @overload
6811
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6812
+ '''Unites this geometry and a specified geometry.
6813
+
6814
+ :param other: A geometry to unite with.
6815
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6816
+ point set that present in this geometry or in an argument.'''
6817
+ raise NotImplementedError()
6818
+
6819
+ @overload
6820
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
6821
+ '''Unites this geometry and all geometries in other list
6822
+
6823
+ :param other: An array of geometries to unite with.
6824
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6825
+ point set that present in this geometry or in an argument.'''
6826
+ raise NotImplementedError()
6827
+
6610
6828
  def is_clockwise(self) -> bool:
6611
6829
  '''Determines if the ring has clockwise winding
6612
6830
 
@@ -6805,14 +7023,6 @@ class ILinearRing(ILineString):
6805
7023
  point set that present in both this geometry and an argument.'''
6806
7024
  raise NotImplementedError()
6807
7025
 
6808
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6809
- '''Unites this geometry and a specified geometry.
6810
-
6811
- :param other: A geometry to unite with.
6812
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
6813
- point set that present in this geometry or in an argument.'''
6814
- raise NotImplementedError()
6815
-
6816
7026
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
6817
7027
  '''Subtracts a specified geometry from this geometry.
6818
7028
 
@@ -6969,7 +7179,7 @@ class IMultiCurve(IGeometryCollection):
6969
7179
  raise NotImplementedError()
6970
7180
 
6971
7181
  @overload
6972
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
7182
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
6973
7183
  '''Export this geometry to an image representation.
6974
7184
 
6975
7185
  :param width: Width of the map.
@@ -7050,6 +7260,24 @@ class IMultiCurve(IGeometryCollection):
7050
7260
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
7051
7261
  raise NotImplementedError()
7052
7262
 
7263
+ @overload
7264
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7265
+ '''Unites this geometry and a specified geometry.
7266
+
7267
+ :param other: A geometry to unite with.
7268
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7269
+ point set that present in this geometry or in an argument.'''
7270
+ raise NotImplementedError()
7271
+
7272
+ @overload
7273
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
7274
+ '''Unites this geometry and all geometries in other list
7275
+
7276
+ :param other: An array of geometries to unite with.
7277
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7278
+ point set that present in this geometry or in an argument.'''
7279
+ raise NotImplementedError()
7280
+
7053
7281
  def to_editable(self) -> aspose.gis.geometries.MultiCurve:
7054
7282
  '''Gets an editable copy of this geometry.
7055
7283
 
@@ -7248,14 +7476,6 @@ class IMultiCurve(IGeometryCollection):
7248
7476
  point set that present in both this geometry and an argument.'''
7249
7477
  raise NotImplementedError()
7250
7478
 
7251
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7252
- '''Unites this geometry and a specified geometry.
7253
-
7254
- :param other: A geometry to unite with.
7255
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7256
- point set that present in this geometry or in an argument.'''
7257
- raise NotImplementedError()
7258
-
7259
7479
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7260
7480
  '''Subtracts a specified geometry from this geometry.
7261
7481
 
@@ -7404,7 +7624,7 @@ class IMultiLineString(IMultiCurve):
7404
7624
  raise NotImplementedError()
7405
7625
 
7406
7626
  @overload
7407
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
7627
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
7408
7628
  '''Export this geometry to an image representation.
7409
7629
 
7410
7630
  :param width: Width of the map.
@@ -7485,6 +7705,24 @@ class IMultiLineString(IMultiCurve):
7485
7705
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
7486
7706
  raise NotImplementedError()
7487
7707
 
7708
+ @overload
7709
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7710
+ '''Unites this geometry and a specified geometry.
7711
+
7712
+ :param other: A geometry to unite with.
7713
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7714
+ point set that present in this geometry or in an argument.'''
7715
+ raise NotImplementedError()
7716
+
7717
+ @overload
7718
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
7719
+ '''Unites this geometry and all geometries in other list
7720
+
7721
+ :param other: An array of geometries to unite with.
7722
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7723
+ point set that present in this geometry or in an argument.'''
7724
+ raise NotImplementedError()
7725
+
7488
7726
  def to_editable(self) -> aspose.gis.geometries.MultiLineString:
7489
7727
  '''Gets an editable copy of this geometry.
7490
7728
 
@@ -7683,14 +7921,6 @@ class IMultiLineString(IMultiCurve):
7683
7921
  point set that present in both this geometry and an argument.'''
7684
7922
  raise NotImplementedError()
7685
7923
 
7686
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7687
- '''Unites this geometry and a specified geometry.
7688
-
7689
- :param other: A geometry to unite with.
7690
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
7691
- point set that present in this geometry or in an argument.'''
7692
- raise NotImplementedError()
7693
-
7694
7924
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
7695
7925
  '''Subtracts a specified geometry from this geometry.
7696
7926
 
@@ -7829,7 +8059,7 @@ class IMultiPoint(IGeometryCollection):
7829
8059
  raise NotImplementedError()
7830
8060
 
7831
8061
  @overload
7832
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
8062
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
7833
8063
  '''Export this geometry to an image representation.
7834
8064
 
7835
8065
  :param width: Width of the map.
@@ -7910,6 +8140,24 @@ class IMultiPoint(IGeometryCollection):
7910
8140
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
7911
8141
  raise NotImplementedError()
7912
8142
 
8143
+ @overload
8144
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8145
+ '''Unites this geometry and a specified geometry.
8146
+
8147
+ :param other: A geometry to unite with.
8148
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8149
+ point set that present in this geometry or in an argument.'''
8150
+ raise NotImplementedError()
8151
+
8152
+ @overload
8153
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
8154
+ '''Unites this geometry and all geometries in other list
8155
+
8156
+ :param other: An array of geometries to unite with.
8157
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8158
+ point set that present in this geometry or in an argument.'''
8159
+ raise NotImplementedError()
8160
+
7913
8161
  def to_editable(self) -> aspose.gis.common.formats.mapinfo.graphicalobjects.MultiPoint:
7914
8162
  '''Gets an editable copy of this geometry.
7915
8163
 
@@ -8108,14 +8356,6 @@ class IMultiPoint(IGeometryCollection):
8108
8356
  point set that present in both this geometry and an argument.'''
8109
8357
  raise NotImplementedError()
8110
8358
 
8111
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8112
- '''Unites this geometry and a specified geometry.
8113
-
8114
- :param other: A geometry to unite with.
8115
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8116
- point set that present in this geometry or in an argument.'''
8117
- raise NotImplementedError()
8118
-
8119
8359
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8120
8360
  '''Subtracts a specified geometry from this geometry.
8121
8361
 
@@ -8264,7 +8504,7 @@ class IMultiPolygon(IMultiSurface):
8264
8504
  raise NotImplementedError()
8265
8505
 
8266
8506
  @overload
8267
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
8507
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
8268
8508
  '''Export this geometry to an image representation.
8269
8509
 
8270
8510
  :param width: Width of the map.
@@ -8345,6 +8585,24 @@ class IMultiPolygon(IMultiSurface):
8345
8585
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
8346
8586
  raise NotImplementedError()
8347
8587
 
8588
+ @overload
8589
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8590
+ '''Unites this geometry and a specified geometry.
8591
+
8592
+ :param other: A geometry to unite with.
8593
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8594
+ point set that present in this geometry or in an argument.'''
8595
+ raise NotImplementedError()
8596
+
8597
+ @overload
8598
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
8599
+ '''Unites this geometry and all geometries in other list
8600
+
8601
+ :param other: An array of geometries to unite with.
8602
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8603
+ point set that present in this geometry or in an argument.'''
8604
+ raise NotImplementedError()
8605
+
8348
8606
  def to_editable(self) -> aspose.gis.geometries.MultiPolygon:
8349
8607
  '''Gets an editable copy of this geometry.
8350
8608
 
@@ -8543,14 +8801,6 @@ class IMultiPolygon(IMultiSurface):
8543
8801
  point set that present in both this geometry and an argument.'''
8544
8802
  raise NotImplementedError()
8545
8803
 
8546
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8547
- '''Unites this geometry and a specified geometry.
8548
-
8549
- :param other: A geometry to unite with.
8550
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8551
- point set that present in this geometry or in an argument.'''
8552
- raise NotImplementedError()
8553
-
8554
8804
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8555
8805
  '''Subtracts a specified geometry from this geometry.
8556
8806
 
@@ -8698,7 +8948,7 @@ class IMultiSurface(IGeometryCollection):
8698
8948
  raise NotImplementedError()
8699
8949
 
8700
8950
  @overload
8701
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
8951
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
8702
8952
  '''Export this geometry to an image representation.
8703
8953
 
8704
8954
  :param width: Width of the map.
@@ -8779,6 +9029,24 @@ class IMultiSurface(IGeometryCollection):
8779
9029
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
8780
9030
  raise NotImplementedError()
8781
9031
 
9032
+ @overload
9033
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9034
+ '''Unites this geometry and a specified geometry.
9035
+
9036
+ :param other: A geometry to unite with.
9037
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9038
+ point set that present in this geometry or in an argument.'''
9039
+ raise NotImplementedError()
9040
+
9041
+ @overload
9042
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
9043
+ '''Unites this geometry and all geometries in other list
9044
+
9045
+ :param other: An array of geometries to unite with.
9046
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9047
+ point set that present in this geometry or in an argument.'''
9048
+ raise NotImplementedError()
9049
+
8782
9050
  def to_editable(self) -> aspose.gis.geometries.MultiSurface:
8783
9051
  '''Gets an editable copy of this geometry.
8784
9052
 
@@ -8977,14 +9245,6 @@ class IMultiSurface(IGeometryCollection):
8977
9245
  point set that present in both this geometry and an argument.'''
8978
9246
  raise NotImplementedError()
8979
9247
 
8980
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8981
- '''Unites this geometry and a specified geometry.
8982
-
8983
- :param other: A geometry to unite with.
8984
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
8985
- point set that present in this geometry or in an argument.'''
8986
- raise NotImplementedError()
8987
-
8988
9248
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
8989
9249
  '''Subtracts a specified geometry from this geometry.
8990
9250
 
@@ -9122,7 +9382,7 @@ class IPoint(IGeometry):
9122
9382
  raise NotImplementedError()
9123
9383
 
9124
9384
  @overload
9125
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
9385
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
9126
9386
  '''Export this geometry to an image representation.
9127
9387
 
9128
9388
  :param width: Width of the map.
@@ -9203,6 +9463,24 @@ class IPoint(IGeometry):
9203
9463
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
9204
9464
  raise NotImplementedError()
9205
9465
 
9466
+ @overload
9467
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9468
+ '''Unites this geometry and a specified geometry.
9469
+
9470
+ :param other: A geometry to unite with.
9471
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9472
+ point set that present in this geometry or in an argument.'''
9473
+ raise NotImplementedError()
9474
+
9475
+ @overload
9476
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
9477
+ '''Unites this geometry and all geometries in other list
9478
+
9479
+ :param other: An array of geometries to unite with.
9480
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9481
+ point set that present in this geometry or in an argument.'''
9482
+ raise NotImplementedError()
9483
+
9206
9484
  def to_editable(self) -> aspose.gis.common.formats.mapinfo.graphicalobjects.Point:
9207
9485
  '''Gets an editable copy of this geometry.
9208
9486
 
@@ -9395,16 +9673,8 @@ class IPoint(IGeometry):
9395
9673
  point set that present in both this geometry and an argument.'''
9396
9674
  raise NotImplementedError()
9397
9675
 
9398
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9399
- '''Unites this geometry and a specified geometry.
9400
-
9401
- :param other: A geometry to unite with.
9402
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9403
- point set that present in this geometry or in an argument.'''
9404
- raise NotImplementedError()
9405
-
9406
- def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9407
- '''Subtracts a specified geometry from this geometry.
9676
+ def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9677
+ '''Subtracts a specified geometry from this geometry.
9408
9678
 
9409
9679
  :param other: A geometry to subtract.
9410
9680
  :returns: A geometry that represents a difference of this geometry and an argument. The result geometry contains
@@ -9562,7 +9832,7 @@ class IPolygon(ICurvePolygon):
9562
9832
  raise NotImplementedError()
9563
9833
 
9564
9834
  @overload
9565
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
9835
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
9566
9836
  '''Export this geometry to an image representation.
9567
9837
 
9568
9838
  :param width: Width of the map.
@@ -9643,6 +9913,24 @@ class IPolygon(ICurvePolygon):
9643
9913
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
9644
9914
  raise NotImplementedError()
9645
9915
 
9916
+ @overload
9917
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9918
+ '''Unites this geometry and a specified geometry.
9919
+
9920
+ :param other: A geometry to unite with.
9921
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9922
+ point set that present in this geometry or in an argument.'''
9923
+ raise NotImplementedError()
9924
+
9925
+ @overload
9926
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
9927
+ '''Unites this geometry and all geometries in other list
9928
+
9929
+ :param other: An array of geometries to unite with.
9930
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9931
+ point set that present in this geometry or in an argument.'''
9932
+ raise NotImplementedError()
9933
+
9646
9934
  def get_interior_ring(self, index : int) -> aspose.gis.geometries.ILinearRing:
9647
9935
  '''Gets the interior ring by its index.
9648
9936
 
@@ -9848,14 +10136,6 @@ class IPolygon(ICurvePolygon):
9848
10136
  point set that present in both this geometry and an argument.'''
9849
10137
  raise NotImplementedError()
9850
10138
 
9851
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9852
- '''Unites this geometry and a specified geometry.
9853
-
9854
- :param other: A geometry to unite with.
9855
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
9856
- point set that present in this geometry or in an argument.'''
9857
- raise NotImplementedError()
9858
-
9859
10139
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
9860
10140
  '''Subtracts a specified geometry from this geometry.
9861
10141
 
@@ -10005,7 +10285,7 @@ class ISurface(IGeometry):
10005
10285
  raise NotImplementedError()
10006
10286
 
10007
10287
  @overload
10008
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
10288
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
10009
10289
  '''Export this geometry to an image representation.
10010
10290
 
10011
10291
  :param width: Width of the map.
@@ -10086,6 +10366,24 @@ class ISurface(IGeometry):
10086
10366
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
10087
10367
  raise NotImplementedError()
10088
10368
 
10369
+ @overload
10370
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10371
+ '''Unites this geometry and a specified geometry.
10372
+
10373
+ :param other: A geometry to unite with.
10374
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10375
+ point set that present in this geometry or in an argument.'''
10376
+ raise NotImplementedError()
10377
+
10378
+ @overload
10379
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
10380
+ '''Unites this geometry and all geometries in other list
10381
+
10382
+ :param other: An array of geometries to unite with.
10383
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10384
+ point set that present in this geometry or in an argument.'''
10385
+ raise NotImplementedError()
10386
+
10089
10387
  def get_point_on_surface(self) -> aspose.gis.geometries.IPoint:
10090
10388
  '''Finds a point that is guaranteed to be on this surface.
10091
10389
 
@@ -10284,14 +10582,6 @@ class ISurface(IGeometry):
10284
10582
  point set that present in both this geometry and an argument.'''
10285
10583
  raise NotImplementedError()
10286
10584
 
10287
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10288
- '''Unites this geometry and a specified geometry.
10289
-
10290
- :param other: A geometry to unite with.
10291
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10292
- point set that present in this geometry or in an argument.'''
10293
- raise NotImplementedError()
10294
-
10295
10585
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10296
10586
  '''Subtracts a specified geometry from this geometry.
10297
10587
 
@@ -10359,6 +10649,22 @@ class ISurface(IGeometry):
10359
10649
  class LineString(Curve):
10360
10650
  '''A multi-vertex line.'''
10361
10651
 
10652
+ @overload
10653
+ def __init__(self) -> None:
10654
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.LineString` class.'''
10655
+ raise NotImplementedError()
10656
+
10657
+ @overload
10658
+ def __init__(self, collection : Iterable[aspose.gis.geometries.IPoint]) -> None:
10659
+ raise NotImplementedError()
10660
+
10661
+ @overload
10662
+ def __init__(self, other : aspose.gis.geometries.ILineString) -> None:
10663
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.LineString` class.
10664
+
10665
+ :param other: The other line to copy data from.'''
10666
+ raise NotImplementedError()
10667
+
10362
10668
  @overload
10363
10669
  @staticmethod
10364
10670
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -10479,7 +10785,7 @@ class LineString(Curve):
10479
10785
  raise NotImplementedError()
10480
10786
 
10481
10787
  @overload
10482
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
10788
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
10483
10789
  '''Export this geometry to an image representation.
10484
10790
 
10485
10791
  :param width: Width of the map.
@@ -10560,6 +10866,24 @@ class LineString(Curve):
10560
10866
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
10561
10867
  raise NotImplementedError()
10562
10868
 
10869
+ @overload
10870
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10871
+ '''Unites this geometry and a specified geometry.
10872
+
10873
+ :param other: A geometry to unite with.
10874
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10875
+ point set that present in this geometry or in an argument.'''
10876
+ raise NotImplementedError()
10877
+
10878
+ @overload
10879
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
10880
+ '''Unites this geometry and all geometries in other list
10881
+
10882
+ :param other: A list of geometries to unite with.
10883
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10884
+ point set that present in this geometry or in an argument.'''
10885
+ raise NotImplementedError()
10886
+
10563
10887
  @overload
10564
10888
  def add_point(self, point : aspose.gis.geometries.IPoint) -> None:
10565
10889
  '''Adds a point to the end of the line.
@@ -10815,14 +11139,6 @@ class LineString(Curve):
10815
11139
  point set that present in both this geometry and an argument.'''
10816
11140
  raise NotImplementedError()
10817
11141
 
10818
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10819
- '''Unites this geometry and a specified geometry.
10820
-
10821
- :param other: A geometry to unite with.
10822
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
10823
- point set that present in this geometry or in an argument.'''
10824
- raise NotImplementedError()
10825
-
10826
11142
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
10827
11143
  '''Subtracts a specified geometry from this geometry.
10828
11144
 
@@ -10855,8 +11171,11 @@ class LineString(Curve):
10855
11171
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
10856
11172
  raise NotImplementedError()
10857
11173
 
10858
- null : aspose.gis.geometries.IGeometry
10859
- '''Gets an instance of null geometry.'''
11174
+ @property
11175
+ def null(self) -> aspose.gis.geometries.IGeometry:
11176
+ '''Gets an instance of null geometry.'''
11177
+ raise NotImplementedError()
11178
+
10860
11179
  @property
10861
11180
  def coordinate_dimension(self) -> int:
10862
11181
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -10948,6 +11267,22 @@ class LineString(Curve):
10948
11267
  class LinearRing(LineString):
10949
11268
  '''A :py:class:`aspose.gis.geometries.LinearRing` is a :py:class:`aspose.gis.geometries.LineString` that is both closed and simple.'''
10950
11269
 
11270
+ @overload
11271
+ def __init__(self) -> None:
11272
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.LinearRing` class.'''
11273
+ raise NotImplementedError()
11274
+
11275
+ @overload
11276
+ def __init__(self, other : aspose.gis.geometries.ILineString) -> None:
11277
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.LinearRing` class.
11278
+
11279
+ :param other: The other line to copy data from.'''
11280
+ raise NotImplementedError()
11281
+
11282
+ @overload
11283
+ def __init__(self, collection : Iterable[aspose.gis.geometries.IPoint]) -> None:
11284
+ raise NotImplementedError()
11285
+
10951
11286
  @overload
10952
11287
  @staticmethod
10953
11288
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -11068,7 +11403,7 @@ class LinearRing(LineString):
11068
11403
  raise NotImplementedError()
11069
11404
 
11070
11405
  @overload
11071
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
11406
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
11072
11407
  '''Export this geometry to an image representation.
11073
11408
 
11074
11409
  :param width: Width of the map.
@@ -11149,6 +11484,24 @@ class LinearRing(LineString):
11149
11484
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
11150
11485
  raise NotImplementedError()
11151
11486
 
11487
+ @overload
11488
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
11489
+ '''Unites this geometry and a specified geometry.
11490
+
11491
+ :param other: A geometry to unite with.
11492
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
11493
+ point set that present in this geometry or in an argument.'''
11494
+ raise NotImplementedError()
11495
+
11496
+ @overload
11497
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
11498
+ '''Unites this geometry and all geometries in other list
11499
+
11500
+ :param other: A list of geometries to unite with.
11501
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
11502
+ point set that present in this geometry or in an argument.'''
11503
+ raise NotImplementedError()
11504
+
11152
11505
  @overload
11153
11506
  def add_point(self, point : aspose.gis.geometries.IPoint) -> None:
11154
11507
  '''Adds a point to the end of the line.
@@ -11404,14 +11757,6 @@ class LinearRing(LineString):
11404
11757
  point set that present in both this geometry and an argument.'''
11405
11758
  raise NotImplementedError()
11406
11759
 
11407
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
11408
- '''Unites this geometry and a specified geometry.
11409
-
11410
- :param other: A geometry to unite with.
11411
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
11412
- point set that present in this geometry or in an argument.'''
11413
- raise NotImplementedError()
11414
-
11415
11760
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
11416
11761
  '''Subtracts a specified geometry from this geometry.
11417
11762
 
@@ -11450,8 +11795,11 @@ class LinearRing(LineString):
11450
11795
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
11451
11796
  raise NotImplementedError()
11452
11797
 
11453
- null : aspose.gis.geometries.IGeometry
11454
- '''Gets an instance of null geometry.'''
11798
+ @property
11799
+ def null(self) -> aspose.gis.geometries.IGeometry:
11800
+ '''Gets an instance of null geometry.'''
11801
+ raise NotImplementedError()
11802
+
11455
11803
  @property
11456
11804
  def coordinate_dimension(self) -> int:
11457
11805
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -11543,6 +11891,10 @@ class MultiCurve(GeometryCollection):
11543
11891
  '''A :py:class:`aspose.gis.geometries.MultiCurve` is a one-dimensional :py:class:`aspose.gis.geometries.GeometryCollection`
11544
11892
  whose elements are :py:class:`aspose.gis.geometries.Curve`s.'''
11545
11893
 
11894
+ def __init__(self) -> None:
11895
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.MultiCurve` class.'''
11896
+ raise NotImplementedError()
11897
+
11546
11898
  @overload
11547
11899
  @staticmethod
11548
11900
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -11653,7 +12005,7 @@ class MultiCurve(GeometryCollection):
11653
12005
  raise NotImplementedError()
11654
12006
 
11655
12007
  @overload
11656
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
12008
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
11657
12009
  '''Export this geometry to an image representation.
11658
12010
 
11659
12011
  :param width: Width of the map.
@@ -11734,6 +12086,24 @@ class MultiCurve(GeometryCollection):
11734
12086
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
11735
12087
  raise NotImplementedError()
11736
12088
 
12089
+ @overload
12090
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
12091
+ '''Unites this geometry and a specified geometry.
12092
+
12093
+ :param other: A geometry to unite with.
12094
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
12095
+ point set that present in this geometry or in an argument.'''
12096
+ raise NotImplementedError()
12097
+
12098
+ @overload
12099
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
12100
+ '''Unites this geometry and all geometries in other list
12101
+
12102
+ :param other: A list of geometries to unite with.
12103
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
12104
+ point set that present in this geometry or in an argument.'''
12105
+ raise NotImplementedError()
12106
+
11737
12107
  def to_editable(self) -> aspose.gis.geometries.MultiCurve:
11738
12108
  '''Gets an editable copy of this geometry.
11739
12109
 
@@ -11955,14 +12325,6 @@ class MultiCurve(GeometryCollection):
11955
12325
  point set that present in both this geometry and an argument.'''
11956
12326
  raise NotImplementedError()
11957
12327
 
11958
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
11959
- '''Unites this geometry and a specified geometry.
11960
-
11961
- :param other: A geometry to unite with.
11962
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
11963
- point set that present in this geometry or in an argument.'''
11964
- raise NotImplementedError()
11965
-
11966
12328
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
11967
12329
  '''Subtracts a specified geometry from this geometry.
11968
12330
 
@@ -12012,8 +12374,11 @@ class MultiCurve(GeometryCollection):
12012
12374
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
12013
12375
  raise NotImplementedError()
12014
12376
 
12015
- null : aspose.gis.geometries.IGeometry
12016
- '''Gets an instance of null geometry.'''
12377
+ @property
12378
+ def null(self) -> aspose.gis.geometries.IGeometry:
12379
+ '''Gets an instance of null geometry.'''
12380
+ raise NotImplementedError()
12381
+
12017
12382
  @property
12018
12383
  def coordinate_dimension(self) -> int:
12019
12384
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -12096,6 +12461,10 @@ class MultiLineString(MultiCurve):
12096
12461
  '''A :py:class:`aspose.gis.geometries.MultiLineString` is a one-dimensional :py:class:`aspose.gis.geometries.GeometryCollection`
12097
12462
  whose elements are :py:class:`aspose.gis.geometries.LineString`s.'''
12098
12463
 
12464
+ def __init__(self) -> None:
12465
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.MultiLineString` class.'''
12466
+ raise NotImplementedError()
12467
+
12099
12468
  @overload
12100
12469
  @staticmethod
12101
12470
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -12206,7 +12575,7 @@ class MultiLineString(MultiCurve):
12206
12575
  raise NotImplementedError()
12207
12576
 
12208
12577
  @overload
12209
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
12578
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
12210
12579
  '''Export this geometry to an image representation.
12211
12580
 
12212
12581
  :param width: Width of the map.
@@ -12287,6 +12656,24 @@ class MultiLineString(MultiCurve):
12287
12656
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
12288
12657
  raise NotImplementedError()
12289
12658
 
12659
+ @overload
12660
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
12661
+ '''Unites this geometry and a specified geometry.
12662
+
12663
+ :param other: A geometry to unite with.
12664
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
12665
+ point set that present in this geometry or in an argument.'''
12666
+ raise NotImplementedError()
12667
+
12668
+ @overload
12669
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
12670
+ '''Unites this geometry and all geometries in other list
12671
+
12672
+ :param other: A list of geometries to unite with.
12673
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
12674
+ point set that present in this geometry or in an argument.'''
12675
+ raise NotImplementedError()
12676
+
12290
12677
  def to_editable(self) -> aspose.gis.geometries.MultiLineString:
12291
12678
  '''Gets an editable copy of this geometry.
12292
12679
 
@@ -12508,14 +12895,6 @@ class MultiLineString(MultiCurve):
12508
12895
  point set that present in both this geometry and an argument.'''
12509
12896
  raise NotImplementedError()
12510
12897
 
12511
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
12512
- '''Unites this geometry and a specified geometry.
12513
-
12514
- :param other: A geometry to unite with.
12515
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
12516
- point set that present in this geometry or in an argument.'''
12517
- raise NotImplementedError()
12518
-
12519
12898
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
12520
12899
  '''Subtracts a specified geometry from this geometry.
12521
12900
 
@@ -12565,8 +12944,11 @@ class MultiLineString(MultiCurve):
12565
12944
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
12566
12945
  raise NotImplementedError()
12567
12946
 
12568
- null : aspose.gis.geometries.IGeometry
12569
- '''Gets an instance of null geometry.'''
12947
+ @property
12948
+ def null(self) -> aspose.gis.geometries.IGeometry:
12949
+ '''Gets an instance of null geometry.'''
12950
+ raise NotImplementedError()
12951
+
12570
12952
  @property
12571
12953
  def coordinate_dimension(self) -> int:
12572
12954
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -12649,6 +13031,10 @@ class MultiPoint(GeometryCollection):
12649
13031
  '''A :py:class:`aspose.gis.geometries.MultiPoint` is a one-dimensional :py:class:`aspose.gis.geometries.GeometryCollection`
12650
13032
  whose elements are :py:class:`aspose.gis.geometries.Point`s.'''
12651
13033
 
13034
+ def __init__(self) -> None:
13035
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.MultiPoint` class.'''
13036
+ raise NotImplementedError()
13037
+
12652
13038
  @overload
12653
13039
  @staticmethod
12654
13040
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -12748,7 +13134,7 @@ class MultiPoint(GeometryCollection):
12748
13134
  raise NotImplementedError()
12749
13135
 
12750
13136
  @overload
12751
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
13137
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
12752
13138
  '''Export this geometry to an image representation.
12753
13139
 
12754
13140
  :param width: Width of the map.
@@ -12829,6 +13215,24 @@ class MultiPoint(GeometryCollection):
12829
13215
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
12830
13216
  raise NotImplementedError()
12831
13217
 
13218
+ @overload
13219
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13220
+ '''Unites this geometry and a specified geometry.
13221
+
13222
+ :param other: A geometry to unite with.
13223
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13224
+ point set that present in this geometry or in an argument.'''
13225
+ raise NotImplementedError()
13226
+
13227
+ @overload
13228
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
13229
+ '''Unites this geometry and all geometries in other list
13230
+
13231
+ :param other: A list of geometries to unite with.
13232
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13233
+ point set that present in this geometry or in an argument.'''
13234
+ raise NotImplementedError()
13235
+
12832
13236
  def to_editable(self) -> aspose.gis.common.formats.mapinfo.graphicalobjects.MultiPoint:
12833
13237
  '''Gets an editable copy of this geometry.
12834
13238
 
@@ -13050,14 +13454,6 @@ class MultiPoint(GeometryCollection):
13050
13454
  point set that present in both this geometry and an argument.'''
13051
13455
  raise NotImplementedError()
13052
13456
 
13053
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13054
- '''Unites this geometry and a specified geometry.
13055
-
13056
- :param other: A geometry to unite with.
13057
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13058
- point set that present in this geometry or in an argument.'''
13059
- raise NotImplementedError()
13060
-
13061
13457
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13062
13458
  '''Subtracts a specified geometry from this geometry.
13063
13459
 
@@ -13107,8 +13503,11 @@ class MultiPoint(GeometryCollection):
13107
13503
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
13108
13504
  raise NotImplementedError()
13109
13505
 
13110
- null : aspose.gis.geometries.IGeometry
13111
- '''Gets an instance of null geometry.'''
13506
+ @property
13507
+ def null(self) -> aspose.gis.geometries.IGeometry:
13508
+ '''Gets an instance of null geometry.'''
13509
+ raise NotImplementedError()
13510
+
13112
13511
  @property
13113
13512
  def coordinate_dimension(self) -> int:
13114
13513
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -13186,6 +13585,10 @@ class MultiPolygon(MultiSurface):
13186
13585
  '''A :py:class:`aspose.gis.geometries.MultiPolygon` is a one-dimensional
13187
13586
  :py:class:`aspose.gis.geometries.GeometryCollection` whose elements are :py:class:`aspose.gis.geometries.Polygon`s.'''
13188
13587
 
13588
+ def __init__(self) -> None:
13589
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.MultiPolygon` class.'''
13590
+ raise NotImplementedError()
13591
+
13189
13592
  @overload
13190
13593
  @staticmethod
13191
13594
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -13296,7 +13699,7 @@ class MultiPolygon(MultiSurface):
13296
13699
  raise NotImplementedError()
13297
13700
 
13298
13701
  @overload
13299
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
13702
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
13300
13703
  '''Export this geometry to an image representation.
13301
13704
 
13302
13705
  :param width: Width of the map.
@@ -13377,6 +13780,24 @@ class MultiPolygon(MultiSurface):
13377
13780
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
13378
13781
  raise NotImplementedError()
13379
13782
 
13783
+ @overload
13784
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13785
+ '''Unites this geometry and a specified geometry.
13786
+
13787
+ :param other: A geometry to unite with.
13788
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13789
+ point set that present in this geometry or in an argument.'''
13790
+ raise NotImplementedError()
13791
+
13792
+ @overload
13793
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
13794
+ '''Unites this geometry and all geometries in other list
13795
+
13796
+ :param other: A list of geometries to unite with.
13797
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13798
+ point set that present in this geometry or in an argument.'''
13799
+ raise NotImplementedError()
13800
+
13380
13801
  def to_editable(self) -> aspose.gis.geometries.MultiPolygon:
13381
13802
  '''Gets an editable copy of this geometry.
13382
13803
 
@@ -13598,14 +14019,6 @@ class MultiPolygon(MultiSurface):
13598
14019
  point set that present in both this geometry and an argument.'''
13599
14020
  raise NotImplementedError()
13600
14021
 
13601
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13602
- '''Unites this geometry and a specified geometry.
13603
-
13604
- :param other: A geometry to unite with.
13605
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
13606
- point set that present in this geometry or in an argument.'''
13607
- raise NotImplementedError()
13608
-
13609
14022
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
13610
14023
  '''Subtracts a specified geometry from this geometry.
13611
14024
 
@@ -13655,8 +14068,11 @@ class MultiPolygon(MultiSurface):
13655
14068
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
13656
14069
  raise NotImplementedError()
13657
14070
 
13658
- null : aspose.gis.geometries.IGeometry
13659
- '''Gets an instance of null geometry.'''
14071
+ @property
14072
+ def null(self) -> aspose.gis.geometries.IGeometry:
14073
+ '''Gets an instance of null geometry.'''
14074
+ raise NotImplementedError()
14075
+
13660
14076
  @property
13661
14077
  def coordinate_dimension(self) -> int:
13662
14078
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -13733,6 +14149,10 @@ class MultiPolygon(MultiSurface):
13733
14149
  class MultiSurface(GeometryCollection):
13734
14150
  '''A :py:class:`aspose.gis.geometries.MultiSurface` is a one-dimensional :py:class:`aspose.gis.geometries.GeometryCollection` whose elements are :py:class:`aspose.gis.geometries.ISurface`s.'''
13735
14151
 
14152
+ def __init__(self) -> None:
14153
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.MultiSurface` class.'''
14154
+ raise NotImplementedError()
14155
+
13736
14156
  @overload
13737
14157
  @staticmethod
13738
14158
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -13843,7 +14263,7 @@ class MultiSurface(GeometryCollection):
13843
14263
  raise NotImplementedError()
13844
14264
 
13845
14265
  @overload
13846
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
14266
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
13847
14267
  '''Export this geometry to an image representation.
13848
14268
 
13849
14269
  :param width: Width of the map.
@@ -13924,6 +14344,24 @@ class MultiSurface(GeometryCollection):
13924
14344
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
13925
14345
  raise NotImplementedError()
13926
14346
 
14347
+ @overload
14348
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14349
+ '''Unites this geometry and a specified geometry.
14350
+
14351
+ :param other: A geometry to unite with.
14352
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14353
+ point set that present in this geometry or in an argument.'''
14354
+ raise NotImplementedError()
14355
+
14356
+ @overload
14357
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
14358
+ '''Unites this geometry and all geometries in other list
14359
+
14360
+ :param other: A list of geometries to unite with.
14361
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14362
+ point set that present in this geometry or in an argument.'''
14363
+ raise NotImplementedError()
14364
+
13927
14365
  def to_editable(self) -> aspose.gis.geometries.MultiSurface:
13928
14366
  '''Gets an editable copy of this geometry.
13929
14367
 
@@ -14145,14 +14583,6 @@ class MultiSurface(GeometryCollection):
14145
14583
  point set that present in both this geometry and an argument.'''
14146
14584
  raise NotImplementedError()
14147
14585
 
14148
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14149
- '''Unites this geometry and a specified geometry.
14150
-
14151
- :param other: A geometry to unite with.
14152
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14153
- point set that present in this geometry or in an argument.'''
14154
- raise NotImplementedError()
14155
-
14156
14586
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14157
14587
  '''Subtracts a specified geometry from this geometry.
14158
14588
 
@@ -14202,8 +14632,11 @@ class MultiSurface(GeometryCollection):
14202
14632
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
14203
14633
  raise NotImplementedError()
14204
14634
 
14205
- null : aspose.gis.geometries.IGeometry
14206
- '''Gets an instance of null geometry.'''
14635
+ @property
14636
+ def null(self) -> aspose.gis.geometries.IGeometry:
14637
+ '''Gets an instance of null geometry.'''
14638
+ raise NotImplementedError()
14639
+
14207
14640
  @property
14208
14641
  def coordinate_dimension(self) -> int:
14209
14642
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -14280,6 +14713,45 @@ class MultiSurface(GeometryCollection):
14280
14713
  class Point(Geometry):
14281
14714
  '''A :py:class:`aspose.gis.geometries.Point` represents a single location in coordinate space.'''
14282
14715
 
14716
+ @overload
14717
+ def __init__(self) -> None:
14718
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Point` class.'''
14719
+ raise NotImplementedError()
14720
+
14721
+ @overload
14722
+ def __init__(self, x : float, y : float) -> None:
14723
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Point` class.
14724
+
14725
+ :param x: The value for X coordinate.
14726
+ :param y: The value for Y coordinate.'''
14727
+ raise NotImplementedError()
14728
+
14729
+ @overload
14730
+ def __init__(self, x : float, y : float, z : float) -> None:
14731
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Point` class.
14732
+
14733
+ :param x: The value for X coordinate.
14734
+ :param y: The value for Y coordinate.
14735
+ :param z: The value for Z coordinate.'''
14736
+ raise NotImplementedError()
14737
+
14738
+ @overload
14739
+ def __init__(self, x : float, y : float, z : float, m : float) -> None:
14740
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Point` class.
14741
+
14742
+ :param x: The value for X coordinate.
14743
+ :param y: The value for Y coordinate.
14744
+ :param z: The value for Z coordinate.
14745
+ :param m: The value for M coordinate.'''
14746
+ raise NotImplementedError()
14747
+
14748
+ @overload
14749
+ def __init__(self, other : aspose.gis.geometries.IPoint) -> None:
14750
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Point` class.
14751
+
14752
+ :param other: The other :py:class:`aspose.gis.geometries.IPoint` to copy data from.'''
14753
+ raise NotImplementedError()
14754
+
14283
14755
  @overload
14284
14756
  @staticmethod
14285
14757
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -14380,7 +14852,7 @@ class Point(Geometry):
14380
14852
  raise NotImplementedError()
14381
14853
 
14382
14854
  @overload
14383
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
14855
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
14384
14856
  '''Export this geometry to an image representation.
14385
14857
 
14386
14858
  :param width: Width of the map.
@@ -14461,6 +14933,24 @@ class Point(Geometry):
14461
14933
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
14462
14934
  raise NotImplementedError()
14463
14935
 
14936
+ @overload
14937
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14938
+ '''Unites this geometry and a specified geometry.
14939
+
14940
+ :param other: A geometry to unite with.
14941
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14942
+ point set that present in this geometry or in an argument.'''
14943
+ raise NotImplementedError()
14944
+
14945
+ @overload
14946
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
14947
+ '''Unites this geometry and all geometries in other list
14948
+
14949
+ :param other: A list of geometries to unite with.
14950
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14951
+ point set that present in this geometry or in an argument.'''
14952
+ raise NotImplementedError()
14953
+
14464
14954
  def to_editable(self) -> aspose.gis.common.formats.mapinfo.graphicalobjects.Point:
14465
14955
  '''Gets an editable copy of this geometry.
14466
14956
 
@@ -14682,14 +15172,6 @@ class Point(Geometry):
14682
15172
  point set that present in both this geometry and an argument.'''
14683
15173
  raise NotImplementedError()
14684
15174
 
14685
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14686
- '''Unites this geometry and a specified geometry.
14687
-
14688
- :param other: A geometry to unite with.
14689
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
14690
- point set that present in this geometry or in an argument.'''
14691
- raise NotImplementedError()
14692
-
14693
15175
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
14694
15176
  '''Subtracts a specified geometry from this geometry.
14695
15177
 
@@ -14718,8 +15200,11 @@ class Point(Geometry):
14718
15200
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
14719
15201
  raise NotImplementedError()
14720
15202
 
14721
- null : aspose.gis.geometries.IGeometry
14722
- '''Gets an instance of null geometry.'''
15203
+ @property
15204
+ def null(self) -> aspose.gis.geometries.IGeometry:
15205
+ '''Gets an instance of null geometry.'''
15206
+ raise NotImplementedError()
15207
+
14723
15208
  @property
14724
15209
  def coordinate_dimension(self) -> int:
14725
15210
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -14829,6 +15314,22 @@ class Polygon(Surface):
14829
15314
  '''A :py:class:`aspose.gis.geometries.Polygon` is a planar surface,
14830
15315
  defined by 1 exterior boundary and 0 or more interior boundaries.'''
14831
15316
 
15317
+ @overload
15318
+ def __init__(self) -> None:
15319
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Polygon` class.'''
15320
+ raise NotImplementedError()
15321
+
15322
+ @overload
15323
+ def __init__(self, exterior_ring : aspose.gis.geometries.ILinearRing) -> None:
15324
+ '''Initializes a new instance of the :py:class:`aspose.gis.geometries.Polygon` class.
15325
+
15326
+ :param exterior_ring: The exterior ring.'''
15327
+ raise NotImplementedError()
15328
+
15329
+ @overload
15330
+ def __init__(self, exterior_ring : aspose.gis.geometries.ILinearRing, interior_rings : Iterable[aspose.gis.geometries.ILinearRing]) -> None:
15331
+ raise NotImplementedError()
15332
+
14832
15333
  @overload
14833
15334
  @staticmethod
14834
15335
  def from_text(wkt : str) -> aspose.gis.geometries.IGeometry:
@@ -14939,7 +15440,7 @@ class Polygon(Surface):
14939
15440
  raise NotImplementedError()
14940
15441
 
14941
15442
  @overload
14942
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
15443
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
14943
15444
  '''Export this geometry to an image representation.
14944
15445
 
14945
15446
  :param width: Width of the map.
@@ -15020,6 +15521,24 @@ class Polygon(Surface):
15020
15521
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
15021
15522
  raise NotImplementedError()
15022
15523
 
15524
+ @overload
15525
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
15526
+ '''Unites this geometry and a specified geometry.
15527
+
15528
+ :param other: A geometry to unite with.
15529
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
15530
+ point set that present in this geometry or in an argument.'''
15531
+ raise NotImplementedError()
15532
+
15533
+ @overload
15534
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
15535
+ '''Unites this geometry and all geometries in other list
15536
+
15537
+ :param other: A list of geometries to unite with.
15538
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
15539
+ point set that present in this geometry or in an argument.'''
15540
+ raise NotImplementedError()
15541
+
15023
15542
  @overload
15024
15543
  def equals(self, other : aspose.gis.geometries.ICurvePolygon) -> bool:
15025
15544
  '''Determines whether the specified object is equal to the current object.
@@ -15257,14 +15776,6 @@ class Polygon(Surface):
15257
15776
  point set that present in both this geometry and an argument.'''
15258
15777
  raise NotImplementedError()
15259
15778
 
15260
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
15261
- '''Unites this geometry and a specified geometry.
15262
-
15263
- :param other: A geometry to unite with.
15264
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
15265
- point set that present in this geometry or in an argument.'''
15266
- raise NotImplementedError()
15267
-
15268
15779
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
15269
15780
  '''Subtracts a specified geometry from this geometry.
15270
15781
 
@@ -15305,8 +15816,11 @@ class Polygon(Surface):
15305
15816
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
15306
15817
  raise NotImplementedError()
15307
15818
 
15308
- null : aspose.gis.geometries.IGeometry
15309
- '''Gets an instance of null geometry.'''
15819
+ @property
15820
+ def null(self) -> aspose.gis.geometries.IGeometry:
15821
+ '''Gets an instance of null geometry.'''
15822
+ raise NotImplementedError()
15823
+
15310
15824
  @property
15311
15825
  def coordinate_dimension(self) -> int:
15312
15826
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''
@@ -15500,7 +16014,7 @@ class Surface(Geometry):
15500
16014
  raise NotImplementedError()
15501
16015
 
15502
16016
  @overload
15503
- def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io.RawIOBase:
16017
+ def as_image(self, width : aspose.gis.rendering.Measurement, height : aspose.gis.rendering.Measurement, renderer : aspose.gis.rendering.Renderer, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> io._IOBase:
15504
16018
  '''Export this geometry to an image representation.
15505
16019
 
15506
16020
  :param width: Width of the map.
@@ -15581,6 +16095,24 @@ class Surface(Geometry):
15581
16095
  :returns: if this geometry "spatially intersects" another geometry. otherwise.'''
15582
16096
  raise NotImplementedError()
15583
16097
 
16098
+ @overload
16099
+ def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
16100
+ '''Unites this geometry and a specified geometry.
16101
+
16102
+ :param other: A geometry to unite with.
16103
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
16104
+ point set that present in this geometry or in an argument.'''
16105
+ raise NotImplementedError()
16106
+
16107
+ @overload
16108
+ def union(self, other : List[aspose.gis.geometries.IGeometry]) -> aspose.gis.geometries.IGeometry:
16109
+ '''Unites this geometry and all geometries in other list
16110
+
16111
+ :param other: A list of geometries to unite with.
16112
+ :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
16113
+ point set that present in this geometry or in an argument.'''
16114
+ raise NotImplementedError()
16115
+
15584
16116
  def to_editable(self) -> aspose.gis.geometries.Surface:
15585
16117
  '''Gets an editable copy of this geometry.
15586
16118
 
@@ -15802,14 +16334,6 @@ class Surface(Geometry):
15802
16334
  point set that present in both this geometry and an argument.'''
15803
16335
  raise NotImplementedError()
15804
16336
 
15805
- def union(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
15806
- '''Unites this geometry and a specified geometry.
15807
-
15808
- :param other: A geometry to unite with.
15809
- :returns: A geometry that represents a union of this geometry and an argument. The result geometry contains
15810
- point set that present in this geometry or in an argument.'''
15811
- raise NotImplementedError()
15812
-
15813
16337
  def difference(self, other : aspose.gis.geometries.IGeometry) -> aspose.gis.geometries.IGeometry:
15814
16338
  '''Subtracts a specified geometry from this geometry.
15815
16339
 
@@ -15837,8 +16361,11 @@ class Surface(Geometry):
15837
16361
  '''Gets the topological dimension of this :py:class:`aspose.gis.geometries.Geometry`.'''
15838
16362
  raise NotImplementedError()
15839
16363
 
15840
- null : aspose.gis.geometries.IGeometry
15841
- '''Gets an instance of null geometry.'''
16364
+ @property
16365
+ def null(self) -> aspose.gis.geometries.IGeometry:
16366
+ '''Gets an instance of null geometry.'''
16367
+ raise NotImplementedError()
16368
+
15842
16369
  @property
15843
16370
  def coordinate_dimension(self) -> int:
15844
16371
  '''Gets the number of coordinate dimensions for this :py:class:`aspose.gis.geometries.Geometry`.'''