aspose-gis-net 25.8.0__py3-none-win32.whl → 25.9.0__py3-none-win32.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-win32.pyd +0 -0
  66. aspose/gis.cp311-win32.pyd +0 -0
  67. aspose/gis.cp312-win32.pyd +0 -0
  68. aspose/gis.cp313-win32.pyd +0 -0
  69. aspose/gis.cp35-win32.pyd +0 -0
  70. aspose/gis.cp36-win32.pyd +0 -0
  71. aspose/gis.cp37-win32.pyd +0 -0
  72. aspose/gis.cp38-win32.pyd +0 -0
  73. aspose/gis.cp39-win32.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
@@ -93,6 +93,14 @@ import aspose.gis.topology.graph
93
93
 
94
94
  class Brush:
95
95
 
96
+ @overload
97
+ def __init__(self, pattern : int, fore_color : aspose.gis.common.formats.mapinfo.styling.Color, back_color : Optional[aspose.gis.common.formats.mapinfo.styling.Color]) -> None:
98
+ raise NotImplementedError()
99
+
100
+ @overload
101
+ def __init__(self) -> None:
102
+ raise NotImplementedError()
103
+
96
104
  def equals(self, other : aspose.gis.common.formats.mapinfo.styling.Brush) -> bool:
97
105
  raise NotImplementedError()
98
106
 
@@ -111,6 +119,14 @@ class Brush:
111
119
 
112
120
  class Color:
113
121
 
122
+ @overload
123
+ def __init__(self, r : int, g : int, b : int) -> None:
124
+ raise NotImplementedError()
125
+
126
+ @overload
127
+ def __init__(self) -> None:
128
+ raise NotImplementedError()
129
+
114
130
  def equals(self, other : aspose.gis.common.formats.mapinfo.styling.Color) -> bool:
115
131
  raise NotImplementedError()
116
132
 
@@ -129,6 +145,14 @@ class Color:
129
145
 
130
146
  class Pen:
131
147
 
148
+ @overload
149
+ def __init__(self, width : int, pattern : int, color : aspose.gis.common.formats.mapinfo.styling.Color) -> None:
150
+ raise NotImplementedError()
151
+
152
+ @overload
153
+ def __init__(self) -> None:
154
+ raise NotImplementedError()
155
+
132
156
  def equals(self, other : aspose.gis.common.formats.mapinfo.styling.Pen) -> bool:
133
157
  raise NotImplementedError()
134
158
 
@@ -147,6 +171,14 @@ class Pen:
147
171
 
148
172
  class Symbol:
149
173
 
174
+ @overload
175
+ def __init__(self, shape : int, color : aspose.gis.common.formats.mapinfo.styling.Color, size : int) -> None:
176
+ raise NotImplementedError()
177
+
178
+ @overload
179
+ def __init__(self) -> None:
180
+ raise NotImplementedError()
181
+
150
182
  def equals(self, other : aspose.gis.common.formats.mapinfo.styling.Symbol) -> bool:
151
183
  raise NotImplementedError()
152
184
 
@@ -93,16 +93,45 @@ import aspose.gis.topology.graph
93
93
 
94
94
  class MapBlockTypes:
95
95
 
96
- RAW_BIN : int
97
- HEADER : int
98
- SPATIAL_INDEX : int
99
- OBJECTS : int
100
- COORDINATES : int
101
- GARBAGE : int
102
- TOOL : int
96
+ @property
97
+ def RAW_BIN(self) -> int:
98
+ raise NotImplementedError()
99
+
100
+ @property
101
+ def HEADER(self) -> int:
102
+ raise NotImplementedError()
103
+
104
+ @property
105
+ def SPATIAL_INDEX(self) -> int:
106
+ raise NotImplementedError()
107
+
108
+ @property
109
+ def OBJECTS(self) -> int:
110
+ raise NotImplementedError()
111
+
112
+ @property
113
+ def COORDINATES(self) -> int:
114
+ raise NotImplementedError()
115
+
116
+ @property
117
+ def GARBAGE(self) -> int:
118
+ raise NotImplementedError()
119
+
120
+ @property
121
+ def TOOL(self) -> int:
122
+ raise NotImplementedError()
123
+
103
124
 
104
125
  class MapCoordinatesSection:
105
126
 
127
+ @overload
128
+ def __init__(self, coordinates_count : int, holes_count : int) -> None:
129
+ raise NotImplementedError()
130
+
131
+ @overload
132
+ def __init__(self) -> None:
133
+ raise NotImplementedError()
134
+
106
135
  @property
107
136
  def coordinates_count(self) -> int:
108
137
  raise NotImplementedError()
@@ -114,6 +143,9 @@ class MapCoordinatesSection:
114
143
 
115
144
  class MapHeader:
116
145
 
146
+ def __init__(self) -> None:
147
+ raise NotImplementedError()
148
+
117
149
  @property
118
150
  def map_file_version(self) -> int:
119
151
  raise NotImplementedError()
@@ -305,13 +337,28 @@ class MapHeader:
305
337
 
306
338
  class MapHeaderConst:
307
339
 
308
- MAP_VERSION : int
309
- TAB_VERSION : int
310
- FILE_MAGIC_NUMBER : int
311
- HEADER_OBJECT_SIZES : List[int]
340
+ @property
341
+ def MAP_VERSION(self) -> int:
342
+ raise NotImplementedError()
343
+
344
+ @property
345
+ def TAB_VERSION(self) -> int:
346
+ raise NotImplementedError()
347
+
348
+ @property
349
+ def FILE_MAGIC_NUMBER(self) -> int:
350
+ raise NotImplementedError()
351
+
352
+ @property
353
+ def HEADER_OBJECT_SIZES(self) -> List[int]:
354
+ raise NotImplementedError()
355
+
312
356
 
313
357
  class MapObjectsHeader:
314
358
 
359
+ def __init__(self) -> None:
360
+ raise NotImplementedError()
361
+
315
362
  @property
316
363
  def identifier(self) -> int:
317
364
  raise NotImplementedError()
@@ -363,6 +410,14 @@ class MapObjectsHeader:
363
410
 
364
411
  class MapReader(aspose.gis.common.formats.mapinfo.IGraphcialObjectsFile):
365
412
 
413
+ @overload
414
+ def __init__(self, path : str, encoding : str) -> None:
415
+ raise NotImplementedError()
416
+
417
+ @overload
418
+ def __init__(self, path : aspose.gis.common.AbstractPathInternal, encoding : str) -> None:
419
+ raise NotImplementedError()
420
+
366
421
  @property
367
422
  def coordinate_system(self) -> aspose.gis.common.formats.mapinfo.CoordinateSystem:
368
423
  raise NotImplementedError()
@@ -374,6 +429,9 @@ class MapReader(aspose.gis.common.formats.mapinfo.IGraphcialObjectsFile):
374
429
 
375
430
  class MapTransform:
376
431
 
432
+ def __init__(self, x_displacement : float, y_displacement : float, x_scale : float, y_scale : float, coordinates_origin_quadrant : aspose.gis.common.Quadrant) -> None:
433
+ raise NotImplementedError()
434
+
377
435
  def apply(self, ix : int, iy : int) -> aspose.gis.common.Coordinate:
378
436
  raise NotImplementedError()
379
437
 
@@ -182,6 +182,9 @@ class WktCompositeValue(WktValue):
182
182
 
183
183
  class WktDateTime(WktValue):
184
184
 
185
+ def __init__(self, value : str) -> None:
186
+ raise NotImplementedError()
187
+
185
188
  @overload
186
189
  def equals(self, obj : Any) -> bool:
187
190
  raise NotImplementedError()
@@ -211,6 +214,9 @@ class WktDateTime(WktValue):
211
214
 
212
215
  class WktKeyword(WktValue):
213
216
 
217
+ def __init__(self, value : str) -> None:
218
+ raise NotImplementedError()
219
+
214
220
  @overload
215
221
  def equals(self, obj : Any) -> bool:
216
222
  raise NotImplementedError()
@@ -240,6 +246,9 @@ class WktKeyword(WktValue):
240
246
 
241
247
  class WktNumber(WktValue):
242
248
 
249
+ def __init__(self, value : float) -> None:
250
+ raise NotImplementedError()
251
+
243
252
  @overload
244
253
  def equals(self, obj : Any) -> bool:
245
254
  raise NotImplementedError()
@@ -269,6 +278,9 @@ class WktNumber(WktValue):
269
278
 
270
279
  class WktString(WktValue):
271
280
 
281
+ def __init__(self, value : str) -> None:
282
+ raise NotImplementedError()
283
+
272
284
  @overload
273
285
  def equals(self, obj : Any) -> bool:
274
286
  raise NotImplementedError()
@@ -298,6 +310,14 @@ class WktString(WktValue):
298
310
 
299
311
  class WktToken:
300
312
 
313
+ @overload
314
+ def __init__(self, type : aspose.gis.common.formats.wkt.WktTokenType, text : str, position : int) -> None:
315
+ raise NotImplementedError()
316
+
317
+ @overload
318
+ def __init__(self) -> None:
319
+ raise NotImplementedError()
320
+
301
321
  def is_keyword_with_text(self, text : str) -> bool:
302
322
  raise NotImplementedError()
303
323
 
@@ -319,6 +339,9 @@ class WktToken:
319
339
 
320
340
  class WktTokenizer:
321
341
 
342
+ def __init__(self, text : str) -> None:
343
+ raise NotImplementedError()
344
+
322
345
  def extract_next_token(self) -> None:
323
346
  raise NotImplementedError()
324
347
 
@@ -381,6 +404,9 @@ class WktWriter:
381
404
 
382
405
  class WktWriterOptions:
383
406
 
407
+ def __init__(self) -> None:
408
+ raise NotImplementedError()
409
+
384
410
  @property
385
411
  def use_square_brackets(self) -> bool:
386
412
  raise NotImplementedError()
@@ -96,6 +96,9 @@ class PurifyingXmlReader:
96
96
 
97
97
  class TrackingXmlReader:
98
98
 
99
+ def __init__(self, stream : io._IOBase, dispose_stream : bool) -> None:
100
+ raise NotImplementedError()
101
+
99
102
  def has_line_info(self) -> bool:
100
103
  raise NotImplementedError()
101
104
 
@@ -121,6 +124,9 @@ class XmlIndex:
121
124
 
122
125
  class XmlIndex2:
123
126
 
127
+ def __init__(self, stream : io._IOBase) -> None:
128
+ raise NotImplementedError()
129
+
124
130
  @overload
125
131
  def build(self, root_name : aspose.gis.common.formats.xml.XmlName, split_name : aspose.gis.common.formats.xml.XmlName, symbol_to_replace_illegal : str) -> None:
126
132
  raise NotImplementedError()
@@ -140,6 +146,9 @@ class XmlIndex2:
140
146
 
141
147
  class XmlName:
142
148
 
149
+ def __init__(self, local_name : str) -> None:
150
+ raise NotImplementedError()
151
+
143
152
  def equals_name(self, name_of_local : str) -> bool:
144
153
  raise NotImplementedError()
145
154
 
@@ -153,6 +162,9 @@ class XmlNamespacesBuilder:
153
162
 
154
163
  class XmlQualifiedNamespace:
155
164
 
165
+ def __init__(self) -> None:
166
+ raise NotImplementedError()
167
+
156
168
  @property
157
169
  def prefix(self) -> str:
158
170
  raise NotImplementedError()
@@ -94,15 +94,15 @@ import aspose.gis.topology.graph
94
94
  class BinaryDataReader:
95
95
 
96
96
  @staticmethod
97
- def little_endian(input : io.RawIOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
97
+ def little_endian(input : io._IOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
98
98
  raise NotImplementedError()
99
99
 
100
100
  @staticmethod
101
- def big_endian(input : io.RawIOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
101
+ def big_endian(input : io._IOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
102
102
  raise NotImplementedError()
103
103
 
104
104
  @staticmethod
105
- def create(byte_order : aspose.gis.common.io.ByteOrder, input : io.RawIOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
105
+ def create(byte_order : aspose.gis.common.io.ByteOrder, input : io._IOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataReader:
106
106
  raise NotImplementedError()
107
107
 
108
108
  def read_byte(self) -> int:
@@ -140,7 +140,7 @@ class BinaryDataReader:
140
140
  raise NotImplementedError()
141
141
 
142
142
  @property
143
- def base_stream(self) -> io.RawIOBase:
143
+ def base_stream(self) -> io._IOBase:
144
144
  raise NotImplementedError()
145
145
 
146
146
 
@@ -191,15 +191,15 @@ class BinaryDataWriter:
191
191
  raise NotImplementedError()
192
192
 
193
193
  @staticmethod
194
- def little_endian(output : io.RawIOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataWriter:
194
+ def little_endian(output : io._IOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataWriter:
195
195
  raise NotImplementedError()
196
196
 
197
197
  @staticmethod
198
- def big_endian(output : io.RawIOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataWriter:
198
+ def big_endian(output : io._IOBase, leave_open : bool) -> aspose.gis.common.io.BinaryDataWriter:
199
199
  raise NotImplementedError()
200
200
 
201
201
  @property
202
- def base_stream(self) -> io.RawIOBase:
202
+ def base_stream(self) -> io._IOBase:
203
203
  raise NotImplementedError()
204
204
 
205
205
  @property
@@ -209,6 +209,9 @@ class BinaryDataWriter:
209
209
 
210
210
  class BomStream:
211
211
 
212
+ def __init__(self, stream : io._IOBase) -> None:
213
+ raise NotImplementedError()
214
+
212
215
  @property
213
216
  def bom_offset(self) -> int:
214
217
  raise NotImplementedError()
@@ -216,12 +219,18 @@ class BomStream:
216
219
 
217
220
  class BufferingReadStream:
218
221
 
222
+ def __init__(self, stream : io._IOBase) -> None:
223
+ raise NotImplementedError()
224
+
219
225
 
220
226
  class EventableStream:
221
227
 
222
228
 
223
229
  class IndexableStreamReader:
224
230
 
231
+ def __init__(self, stream : aspose.gis.common.io.BomStream) -> None:
232
+ raise NotImplementedError()
233
+
225
234
  def set_split_settings(self, words : List[aspose.gis.common.formats.xml.XmlName]) -> None:
226
235
  raise NotImplementedError()
227
236
 
@@ -235,6 +244,9 @@ class IndexableStreamReader:
235
244
 
236
245
  class OutputBuffer:
237
246
 
247
+ def __init__(self, initial_size : int) -> None:
248
+ raise NotImplementedError()
249
+
238
250
  @overload
239
251
  def set_value_at(self, offset : int, value : float, is_big_endian : bool) -> None:
240
252
  raise NotImplementedError()
@@ -253,7 +265,7 @@ class OutputBuffer:
253
265
  def reset_and_fix_size(self, size_limit : int) -> None:
254
266
  raise NotImplementedError()
255
267
 
256
- def write_to_stream(self, stream : io.RawIOBase) -> None:
268
+ def write_to_stream(self, stream : io._IOBase) -> None:
257
269
  raise NotImplementedError()
258
270
 
259
271
  @property
@@ -263,6 +275,9 @@ class OutputBuffer:
263
275
 
264
276
  class TextIndex:
265
277
 
278
+ def __init__(self, stream : io._IOBase, buffer_size : int) -> None:
279
+ raise NotImplementedError()
280
+
266
281
  def read_line(self) -> str:
267
282
  raise NotImplementedError()
268
283
 
@@ -281,6 +296,14 @@ class TextIndex:
281
296
 
282
297
  class XmlReplacedStreamReader:
283
298
 
299
+ @overload
300
+ def __init__(self, stream : io._IOBase) -> None:
301
+ raise NotImplementedError()
302
+
303
+ @overload
304
+ def __init__(self, stream : io._IOBase, encoding : str, detect_encoding_from_byte_order_marks : bool) -> None:
305
+ raise NotImplementedError()
306
+
284
307
  def set_symbol_to_replace_illegal(self, symbol_to_replace_illegal : str) -> None:
285
308
  raise NotImplementedError()
286
309
 
@@ -93,6 +93,9 @@ import aspose.gis.topology.graph
93
93
 
94
94
  class CompoundCrsEntry:
95
95
 
96
+ def __init__(self) -> None:
97
+ raise NotImplementedError()
98
+
96
99
  @staticmethod
97
100
  def create(name : str, horizontal_crs_code : int, vertical_crs_code : int) -> aspose.gis.epsg.CompoundCrsEntry:
98
101
  raise NotImplementedError()
@@ -112,6 +115,14 @@ class CompoundCrsEntry:
112
115
 
113
116
  class EllipsoidEntry:
114
117
 
118
+ @overload
119
+ def __init__(self, name : str, semi_major_axis : float, inverse_flattening : float) -> None:
120
+ raise NotImplementedError()
121
+
122
+ @overload
123
+ def __init__(self) -> None:
124
+ raise NotImplementedError()
125
+
115
126
  @staticmethod
116
127
  def create(name : str, semi_major_axis : float, inverse_flattening : float) -> aspose.gis.epsg.EllipsoidEntry:
117
128
  raise NotImplementedError()
@@ -134,6 +145,9 @@ class EpsgDatabase:
134
145
 
135
146
  class GeocentricCrsEntry:
136
147
 
148
+ def __init__(self) -> None:
149
+ raise NotImplementedError()
150
+
137
151
  @staticmethod
138
152
  def create(name : str, unit_code : int, datum_code : int) -> aspose.gis.epsg.GeocentricCrsEntry:
139
153
  raise NotImplementedError()
@@ -153,6 +167,9 @@ class GeocentricCrsEntry:
153
167
 
154
168
  class GeographicCrsEntry:
155
169
 
170
+ def __init__(self) -> None:
171
+ raise NotImplementedError()
172
+
156
173
  @staticmethod
157
174
  def create(name : str, to_wgs_84_entry_index : int, datum_code : int, unit_code : int, three_dimensional : bool, deprecated : bool) -> aspose.gis.epsg.GeographicCrsEntry:
158
175
  raise NotImplementedError()
@@ -184,6 +201,9 @@ class GeographicCrsEntry:
184
201
 
185
202
  class GeographicDatumEntry:
186
203
 
204
+ def __init__(self) -> None:
205
+ raise NotImplementedError()
206
+
187
207
  @staticmethod
188
208
  def create(name : str, ellipsoid_code : int, prime_meridian_code : int) -> aspose.gis.epsg.GeographicDatumEntry:
189
209
  raise NotImplementedError()
@@ -203,6 +223,14 @@ class GeographicDatumEntry:
203
223
 
204
224
  class PrimeMeridianEntry:
205
225
 
226
+ @overload
227
+ def __init__(self, name : str, longitude_in_degrees : float) -> None:
228
+ raise NotImplementedError()
229
+
230
+ @overload
231
+ def __init__(self) -> None:
232
+ raise NotImplementedError()
233
+
206
234
  @staticmethod
207
235
  def create(name : str, longitude_in_degrees : float) -> aspose.gis.epsg.PrimeMeridianEntry:
208
236
  raise NotImplementedError()
@@ -218,6 +246,9 @@ class PrimeMeridianEntry:
218
246
 
219
247
  class ProjectedCrsEntry:
220
248
 
249
+ def __init__(self) -> None:
250
+ raise NotImplementedError()
251
+
221
252
  @staticmethod
222
253
  def create(name : str, geog_crs_code : int, unit_code : int, projection_method_code : int, projection_parameters_value_code : int, axises_orientation : str) -> aspose.gis.epsg.ProjectedCrsEntry:
223
254
  raise NotImplementedError()
@@ -249,6 +280,14 @@ class ProjectedCrsEntry:
249
280
 
250
281
  class ProjectionMethodEntry:
251
282
 
283
+ @overload
284
+ def __init__(self, name : str) -> None:
285
+ raise NotImplementedError()
286
+
287
+ @overload
288
+ def __init__(self) -> None:
289
+ raise NotImplementedError()
290
+
252
291
  @staticmethod
253
292
  def create(name : str) -> aspose.gis.epsg.ProjectionMethodEntry:
254
293
  raise NotImplementedError()
@@ -260,6 +299,14 @@ class ProjectionMethodEntry:
260
299
 
261
300
  class ProjectionParameterValueEntry:
262
301
 
302
+ @overload
303
+ def __init__(self, parameter_code : int, value : float) -> None:
304
+ raise NotImplementedError()
305
+
306
+ @overload
307
+ def __init__(self) -> None:
308
+ raise NotImplementedError()
309
+
263
310
  @staticmethod
264
311
  def create(parameter_code : int, value : float) -> aspose.gis.epsg.ProjectionParameterValueEntry:
265
312
  raise NotImplementedError()
@@ -275,6 +322,9 @@ class ProjectionParameterValueEntry:
275
322
 
276
323
  class ToWgs84Entry:
277
324
 
325
+ def __init__(self) -> None:
326
+ raise NotImplementedError()
327
+
278
328
  @staticmethod
279
329
  def create(dx : float, dy : float, dz : float, rx : float, ry : float, rz : float, scale : float) -> aspose.gis.epsg.ToWgs84Entry:
280
330
  raise NotImplementedError()
@@ -310,6 +360,14 @@ class ToWgs84Entry:
310
360
 
311
361
  class UnitEntry:
312
362
 
363
+ @overload
364
+ def __init__(self, name : str, factor : float) -> None:
365
+ raise NotImplementedError()
366
+
367
+ @overload
368
+ def __init__(self) -> None:
369
+ raise NotImplementedError()
370
+
313
371
  @staticmethod
314
372
  def create(name : str, factor : float) -> aspose.gis.epsg.UnitEntry:
315
373
  raise NotImplementedError()
@@ -325,6 +383,9 @@ class UnitEntry:
325
383
 
326
384
  class VerticalCrsEntry:
327
385
 
386
+ def __init__(self) -> None:
387
+ raise NotImplementedError()
388
+
328
389
  @staticmethod
329
390
  def create(name : str, unit_code : int, datum_code : int, up : bool) -> aspose.gis.epsg.VerticalCrsEntry:
330
391
  raise NotImplementedError()
@@ -348,6 +409,14 @@ class VerticalCrsEntry:
348
409
 
349
410
  class VerticalDatumEntry:
350
411
 
412
+ @overload
413
+ def __init__(self, name : str) -> None:
414
+ raise NotImplementedError()
415
+
416
+ @overload
417
+ def __init__(self) -> None:
418
+ raise NotImplementedError()
419
+
351
420
  @staticmethod
352
421
  def create(name : str) -> aspose.gis.epsg.VerticalDatumEntry:
353
422
  raise NotImplementedError()
@@ -94,6 +94,9 @@ import aspose.gis.topology.graph
94
94
  class CsvDriver(aspose.gis.FileDriver):
95
95
  '''A driver for the CSV format.'''
96
96
 
97
+ def __init__(self) -> None:
98
+ raise NotImplementedError()
99
+
97
100
  @overload
98
101
  def open_layer(self, path : str, options : aspose.gis.formats.csv.CsvOptions) -> aspose.gis.VectorLayer:
99
102
  '''Opens a layer for reading.
@@ -363,6 +366,10 @@ class CsvDriver(aspose.gis.FileDriver):
363
366
  class CsvOptions(aspose.gis.DriverOptions):
364
367
  '''Driver-specific options for CSV format.'''
365
368
 
369
+ def __init__(self) -> None:
370
+ '''Create new instance.'''
371
+ raise NotImplementedError()
372
+
366
373
  @property
367
374
  def validate_geometries_on_write(self) -> bool:
368
375
  '''Determines if geometries should be validated when they are added to the layer.
@@ -94,6 +94,9 @@ import aspose.gis.topology.graph
94
94
  class DatabaseDataSourceBuilder:
95
95
  '''Provides the ability to configure a database data source object.'''
96
96
 
97
+ def __init__(self) -> None:
98
+ raise NotImplementedError()
99
+
97
100
  def from_query(self, query : str) -> aspose.gis.formats.database.DatabaseQueryDataSourceBuilder:
98
101
  '''Configuring the data source for custom database queries.
99
102
 
@@ -155,6 +155,10 @@ class EsriAsciiDriver(aspose.gis.RasterDriver):
155
155
  class EsriAsciiOptions(aspose.gis.RasterDriverOptions):
156
156
  '''Driver-specific options for EsriAscii format.'''
157
157
 
158
+ def __init__(self) -> None:
159
+ '''Create new instance.'''
160
+ raise NotImplementedError()
161
+
158
162
  @property
159
163
  def validate_geometries_on_write(self) -> bool:
160
164
  '''Determines if geometries should be validated when they are added to the layer.
@@ -363,6 +363,10 @@ class EsriJsonDriver(aspose.gis.FileDriver):
363
363
  class EsriJsonOptions(aspose.gis.DriverOptions):
364
364
  '''Driver-specific options for EsriJson format.'''
365
365
 
366
+ def __init__(self) -> None:
367
+ '''Create new instance.'''
368
+ raise NotImplementedError()
369
+
366
370
  @property
367
371
  def validate_geometries_on_write(self) -> bool:
368
372
  '''Determines if geometries should be validated when they are added to the layer.
@@ -94,6 +94,9 @@ import aspose.gis.topology.graph
94
94
  class FileGdbCoordinatePrecisionGrid:
95
95
  '''A coordinate precision grid inside a FileGDB layer.'''
96
96
 
97
+ def __init__(self) -> None:
98
+ raise NotImplementedError()
99
+
97
100
  @staticmethod
98
101
  def create_from_rectangle(p1 : aspose.gis.geometries.IPoint, p2 : aspose.gis.geometries.IPoint) -> aspose.gis.formats.filegdb.FileGdbCoordinatePrecisionGrid:
99
102
  '''Creates new ``FileGdbCoordinatePrecisionGrid`` such that all values within a rectangle are representable.
@@ -485,6 +488,10 @@ class FileGdbDriver(aspose.gis.FileDriver):
485
488
  class FileGdbOptions(aspose.gis.DriverOptions):
486
489
  '''Driver-specific options for FileGDB format.'''
487
490
 
491
+ def __init__(self) -> None:
492
+ '''Create new instance.'''
493
+ raise NotImplementedError()
494
+
488
495
  @property
489
496
  def validate_geometries_on_write(self) -> bool:
490
497
  '''Determines if geometries should be validated when they are added to the layer.
@@ -326,6 +326,12 @@ class GdalDriver(aspose.gis.FileDriver):
326
326
  class GdalOptions(aspose.gis.DriverOptions):
327
327
  '''Driver-specific options for GDAL format.'''
328
328
 
329
+ def __init__(self, temp_directory : str) -> None:
330
+ '''Create a new instance.
331
+
332
+ :param temp_directory: Path to temporary files. Users\'s temporary folder by Default.'''
333
+ raise NotImplementedError()
334
+
329
335
  @property
330
336
  def validate_geometries_on_write(self) -> bool:
331
337
  '''Determines if geometries should be validated when they are added to the layer.
@@ -363,6 +363,10 @@ class GeoJsonDriver(aspose.gis.FileDriver):
363
363
  class GeoJsonOptions(aspose.gis.DriverOptions):
364
364
  '''Driver-specific options for GeoJSON format.'''
365
365
 
366
+ def __init__(self) -> None:
367
+ '''Create new instance.'''
368
+ raise NotImplementedError()
369
+
366
370
  @property
367
371
  def validate_geometries_on_write(self) -> bool:
368
372
  '''Determines if geometries should be validated when they are added to the layer.
@@ -363,6 +363,10 @@ class GeoJsonSeqDriver(aspose.gis.FileDriver):
363
363
  class GeoJsonSeqOptions(aspose.gis.DriverOptions):
364
364
  '''Driver-specific options for GeoJsonSeq.'''
365
365
 
366
+ def __init__(self) -> None:
367
+ '''Create new instance.'''
368
+ raise NotImplementedError()
369
+
366
370
  @property
367
371
  def validate_geometries_on_write(self) -> bool:
368
372
  '''Determines if geometries should be validated when they are added to the layer.