aspose-gis-net 25.7.0__py3-none-win32.whl → 25.8.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 (104) hide show
  1. aspose/assemblies/gis/Aspose.GIS.dll +0 -0
  2. aspose/assemblies/gis/Microsoft.Data.Sqlite.dll +0 -0
  3. aspose/assemblies/gis/SQLitePCLRaw.batteries_v2.dll +0 -0
  4. aspose/assemblies/gis/SQLitePCLRaw.core.dll +0 -0
  5. aspose/assemblies/gis/SQLitePCLRaw.provider.e_sqlite3.dll +0 -0
  6. aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
  7. aspose/assemblies/gis/e_sqlite3.dll +0 -0
  8. aspose/gis/__init__.pyi +362 -4
  9. aspose/gis/common/__init__.pyi +2 -0
  10. aspose/gis/common/formats/__init__.pyi +2 -0
  11. aspose/gis/common/formats/dbase/__init__.pyi +2 -0
  12. aspose/gis/common/formats/gdbtable/__init__.pyi +2 -0
  13. aspose/gis/common/formats/mapinfo/__init__.pyi +2 -0
  14. aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +2 -0
  15. aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +2 -0
  16. aspose/gis/common/formats/mapinfo/styling/__init__.pyi +2 -0
  17. aspose/gis/common/formats/mapinfo/tabformat/__init__.pyi +2 -0
  18. aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +2 -0
  19. aspose/gis/common/formats/wkb/__init__.pyi +2 -0
  20. aspose/gis/common/formats/wkt/__init__.pyi +2 -0
  21. aspose/gis/common/formats/xml/__init__.pyi +2 -0
  22. aspose/gis/common/io/__init__.pyi +2 -0
  23. aspose/gis/epsg/__init__.pyi +2 -0
  24. aspose/gis/formats/__init__.pyi +2 -0
  25. aspose/gis/formats/bmpw/__init__.pyi +2 -0
  26. aspose/gis/formats/csv/__init__.pyi +2 -0
  27. aspose/gis/formats/database/__init__.pyi +2 -0
  28. aspose/gis/formats/database/dataediting/__init__.pyi +2 -0
  29. aspose/gis/formats/database/fromdefinition/__init__.pyi +2 -0
  30. aspose/gis/formats/esriascii/__init__.pyi +2 -0
  31. aspose/gis/formats/esrijson/__init__.pyi +2 -0
  32. aspose/gis/formats/filegdb/__init__.pyi +2 -0
  33. aspose/gis/formats/gdal/__init__.pyi +2 -0
  34. aspose/gis/formats/geojson/__init__.pyi +2 -0
  35. aspose/gis/formats/geojsonseq/__init__.pyi +2 -0
  36. aspose/gis/formats/geopackage/__init__.pyi +732 -0
  37. aspose/gis/formats/geotiff/__init__.pyi +2 -0
  38. aspose/gis/formats/gml/__init__.pyi +2 -0
  39. aspose/gis/formats/gpx/__init__.pyi +2 -0
  40. aspose/gis/formats/infile/__init__.pyi +2 -0
  41. aspose/gis/formats/inmemory/__init__.pyi +2 -0
  42. aspose/gis/formats/jpegw/__init__.pyi +2 -0
  43. aspose/gis/formats/kml/__init__.pyi +515 -0
  44. aspose/gis/formats/kml/specificfields/__init__.pyi +1125 -0
  45. aspose/gis/formats/kml/styles/__init__.pyi +2 -0
  46. aspose/gis/formats/mapinfointerchange/__init__.pyi +2 -0
  47. aspose/gis/formats/mapinfotab/__init__.pyi +2 -0
  48. aspose/gis/formats/osmxml/__init__.pyi +2 -0
  49. aspose/gis/formats/pngw/__init__.pyi +2 -0
  50. aspose/gis/formats/postgis/__init__.pyi +2 -0
  51. aspose/gis/formats/shapefile/__init__.pyi +2 -0
  52. aspose/gis/formats/sqlserver/__init__.pyi +2 -0
  53. aspose/gis/formats/tiffw/__init__.pyi +2 -0
  54. aspose/gis/formats/topojson/__init__.pyi +2 -0
  55. aspose/gis/formats/worldfile/__init__.pyi +2 -0
  56. aspose/gis/formats/xyztile/__init__.pyi +2 -0
  57. aspose/gis/geometries/__init__.pyi +2 -0
  58. aspose/gis/geotools/__init__.pyi +2 -0
  59. aspose/gis/geotools/extensions/__init__.pyi +2 -0
  60. aspose/gis/geotools/layersmap/__init__.pyi +2 -0
  61. aspose/gis/geotools/mapbuilder/__init__.pyi +2 -0
  62. aspose/gis/geotools/wayanalyzer/__init__.pyi +2 -0
  63. aspose/gis/imagemetadata/__init__.pyi +2 -0
  64. aspose/gis/indexing/__init__.pyi +2 -0
  65. aspose/gis/indexing/bplustree/__init__.pyi +2 -0
  66. aspose/gis/indexing/qixtree/__init__.pyi +2 -0
  67. aspose/gis/indexing/rtree/__init__.pyi +2 -0
  68. aspose/gis/labeling/__init__.pyi +2 -0
  69. aspose/gis/labeling/line/__init__.pyi +2 -0
  70. aspose/gis/painting/__init__.pyi +2 -0
  71. aspose/gis/projections/__init__.pyi +2 -0
  72. aspose/gis/raster/__init__.pyi +2 -0
  73. aspose/gis/raster/web/__init__.pyi +8 -0
  74. aspose/gis/relationship/__init__.pyi +2 -0
  75. aspose/gis/relationship/joins/__init__.pyi +2 -0
  76. aspose/gis/rendering/__init__.pyi +2 -0
  77. aspose/gis/rendering/colorizers/__init__.pyi +2 -0
  78. aspose/gis/rendering/formats/__init__.pyi +2 -0
  79. aspose/gis/rendering/formats/bmp/__init__.pyi +2 -0
  80. aspose/gis/rendering/formats/jpeg/__init__.pyi +2 -0
  81. aspose/gis/rendering/formats/png/__init__.pyi +2 -0
  82. aspose/gis/rendering/formats/svg/__init__.pyi +2 -0
  83. aspose/gis/rendering/labelings/__init__.pyi +2 -0
  84. aspose/gis/rendering/sld/__init__.pyi +2 -0
  85. aspose/gis/rendering/symbolizers/__init__.pyi +2 -0
  86. aspose/gis/spatialreferencing/__init__.pyi +2 -0
  87. aspose/gis/topology/__init__.pyi +2 -0
  88. aspose/gis/topology/algorithms/__init__.pyi +2 -0
  89. aspose/gis/topology/buffer/__init__.pyi +2 -0
  90. aspose/gis/topology/graph/__init__.pyi +2 -0
  91. aspose/gis.cp310-win32.pyd +0 -0
  92. aspose/gis.cp311-win32.pyd +0 -0
  93. aspose/gis.cp312-win32.pyd +0 -0
  94. aspose/gis.cp313-win32.pyd +0 -0
  95. aspose/gis.cp35-win32.pyd +0 -0
  96. aspose/gis.cp36-win32.pyd +0 -0
  97. aspose/gis.cp37-win32.pyd +0 -0
  98. aspose/gis.cp38-win32.pyd +0 -0
  99. aspose/gis.cp39-win32.pyd +0 -0
  100. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/METADATA +6 -3
  101. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/RECORD +104 -97
  102. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/WHEEL +0 -0
  103. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/entry_points.txt +0 -0
  104. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,732 @@
1
+ from typing import List, Optional, Dict, Iterable, Any, overload
2
+ import io
3
+ import collections.abc
4
+ from collections.abc import Sequence
5
+ from datetime import datetime
6
+ from aspose.pyreflection import Type
7
+ import aspose.pycore
8
+ import aspose.pydrawing
9
+ from uuid import UUID
10
+ import aspose.gis
11
+ import aspose.gis.common
12
+ import aspose.gis.common.formats
13
+ import aspose.gis.common.formats.dbase
14
+ import aspose.gis.common.formats.gdbtable
15
+ import aspose.gis.common.formats.mapinfo
16
+ import aspose.gis.common.formats.mapinfo.graphicalobjects
17
+ import aspose.gis.common.formats.mapinfo.interchangeformat
18
+ import aspose.gis.common.formats.mapinfo.styling
19
+ import aspose.gis.common.formats.mapinfo.tabformat
20
+ import aspose.gis.common.formats.mapinfo.tabformat.map
21
+ import aspose.gis.common.formats.wkb
22
+ import aspose.gis.common.formats.wkt
23
+ import aspose.gis.common.formats.xml
24
+ import aspose.gis.common.io
25
+ import aspose.gis.epsg
26
+ import aspose.gis.formats
27
+ import aspose.gis.formats.bmpw
28
+ import aspose.gis.formats.csv
29
+ import aspose.gis.formats.database
30
+ import aspose.gis.formats.database.dataediting
31
+ import aspose.gis.formats.database.fromdefinition
32
+ import aspose.gis.formats.esriascii
33
+ import aspose.gis.formats.esrijson
34
+ import aspose.gis.formats.filegdb
35
+ import aspose.gis.formats.gdal
36
+ import aspose.gis.formats.geojson
37
+ import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
39
+ import aspose.gis.formats.geotiff
40
+ import aspose.gis.formats.gml
41
+ import aspose.gis.formats.gpx
42
+ import aspose.gis.formats.infile
43
+ import aspose.gis.formats.inmemory
44
+ import aspose.gis.formats.jpegw
45
+ import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
47
+ import aspose.gis.formats.kml.styles
48
+ import aspose.gis.formats.mapinfointerchange
49
+ import aspose.gis.formats.mapinfotab
50
+ import aspose.gis.formats.osmxml
51
+ import aspose.gis.formats.pngw
52
+ import aspose.gis.formats.postgis
53
+ import aspose.gis.formats.shapefile
54
+ import aspose.gis.formats.sqlserver
55
+ import aspose.gis.formats.tiffw
56
+ import aspose.gis.formats.topojson
57
+ import aspose.gis.formats.worldfile
58
+ import aspose.gis.formats.xyztile
59
+ import aspose.gis.geometries
60
+ import aspose.gis.geotools
61
+ import aspose.gis.geotools.extensions
62
+ import aspose.gis.geotools.layersmap
63
+ import aspose.gis.geotools.mapbuilder
64
+ import aspose.gis.geotools.wayanalyzer
65
+ import aspose.gis.imagemetadata
66
+ import aspose.gis.indexing
67
+ import aspose.gis.indexing.bplustree
68
+ import aspose.gis.indexing.qixtree
69
+ import aspose.gis.indexing.rtree
70
+ import aspose.gis.labeling
71
+ import aspose.gis.labeling.line
72
+ import aspose.gis.painting
73
+ import aspose.gis.projections
74
+ import aspose.gis.raster
75
+ import aspose.gis.raster.web
76
+ import aspose.gis.relationship
77
+ import aspose.gis.relationship.joins
78
+ import aspose.gis.rendering
79
+ import aspose.gis.rendering.colorizers
80
+ import aspose.gis.rendering.formats
81
+ import aspose.gis.rendering.formats.bmp
82
+ import aspose.gis.rendering.formats.jpeg
83
+ import aspose.gis.rendering.formats.png
84
+ import aspose.gis.rendering.formats.svg
85
+ import aspose.gis.rendering.labelings
86
+ import aspose.gis.rendering.sld
87
+ import aspose.gis.rendering.symbolizers
88
+ import aspose.gis.spatialreferencing
89
+ import aspose.gis.topology
90
+ import aspose.gis.topology.algorithms
91
+ import aspose.gis.topology.buffer
92
+ import aspose.gis.topology.graph
93
+
94
+ class GeoPackageDataset(aspose.gis.Dataset):
95
+ '''Represents a collection of feature layers and tile layers in GeoPackage format.'''
96
+
97
+ @overload
98
+ @staticmethod
99
+ def open(path : aspose.gis.AbstractPath, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.formats.geopackage.GeoPackageDataset:
100
+ '''Factory method for creating a dataset from a gpkg file.
101
+
102
+ :param path: Path to file gpkg.
103
+ :param options: Settings regarding the particularities of reading the gpkg file.
104
+ :returns: :py:class:`aspose.gis.formats.geopackage.GeoPackageDataset`'''
105
+ raise NotImplementedError()
106
+
107
+ @overload
108
+ @staticmethod
109
+ def open(path : str, driver : aspose.gis.FileDriver) -> aspose.gis.Dataset:
110
+ '''Opens the dataset.
111
+
112
+ :param path: Path to the dataset.
113
+ :param driver: Driver to use.
114
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
115
+ raise NotImplementedError()
116
+
117
+ @overload
118
+ @staticmethod
119
+ def open(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver) -> aspose.gis.Dataset:
120
+ '''Opens the dataset.
121
+
122
+ :param path: Path to the dataset.
123
+ :param driver: Driver to use.
124
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
125
+ raise NotImplementedError()
126
+
127
+ @overload
128
+ @staticmethod
129
+ def open(path : str, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
130
+ '''Opens the dataset.
131
+
132
+ :param path: Path to the dataset.
133
+ :param driver: Driver to use.
134
+ :param options: Driver-specific options.
135
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
136
+ raise NotImplementedError()
137
+
138
+ @overload
139
+ @staticmethod
140
+ def open(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
141
+ '''Opens the dataset.
142
+
143
+ :param path: Path to the dataset.
144
+ :param driver: Driver to use.
145
+ :param options: Driver-specific options.
146
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
147
+ raise NotImplementedError()
148
+
149
+ @overload
150
+ @staticmethod
151
+ def create(path : str, driver : aspose.gis.FileDriver) -> aspose.gis.Dataset:
152
+ '''Creates a dataset.
153
+
154
+ :param path: Path to the dataset.
155
+ :param driver: Driver to use.
156
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
157
+ raise NotImplementedError()
158
+
159
+ @overload
160
+ @staticmethod
161
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver) -> aspose.gis.Dataset:
162
+ '''Creates a dataset.
163
+
164
+ :param path: Path to the dataset.
165
+ :param driver: Driver to use.
166
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
167
+ raise NotImplementedError()
168
+
169
+ @overload
170
+ @staticmethod
171
+ def create(path : str, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
172
+ '''Creates a dataset.
173
+
174
+ :param path: Path to the dataset.
175
+ :param driver: Driver to use.
176
+ :param options: Driver-specific options.
177
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
178
+ raise NotImplementedError()
179
+
180
+ @overload
181
+ @staticmethod
182
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
183
+ '''Creates a dataset.
184
+
185
+ :param path: Path to the dataset.
186
+ :param driver: Driver to use.
187
+ :param options: Driver-specific options.
188
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
189
+ raise NotImplementedError()
190
+
191
+ @overload
192
+ def open_layer_at(self, index : int, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
193
+ '''Opens the layer at specified index for reading.
194
+
195
+ :param index: Index of the layer to open.
196
+ :param options: Open options.
197
+ :returns: The layer opened for reading.'''
198
+ raise NotImplementedError()
199
+
200
+ @overload
201
+ def open_layer_at(self, index : int, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.VectorLayer:
202
+ '''Opens the layer at specified index for reading.
203
+
204
+ :param index: Index of the layer to open.
205
+ :param options: Open options.
206
+ :returns: The layer opened for reading.'''
207
+ raise NotImplementedError()
208
+
209
+ @overload
210
+ def create_layer(self) -> aspose.gis.VectorLayer:
211
+ '''Creates a new vector layer and opens it for appending.
212
+
213
+ :returns: A :py:class:`aspose.gis.VectorLayer` opened for writing.'''
214
+ raise NotImplementedError()
215
+
216
+ @overload
217
+ def create_layer(self, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
218
+ '''Creates a new vector layer and opens it for appending.
219
+
220
+ :param spatial_reference_system: Spatial reference system of the new layer.
221
+ :returns: A :py:class:`aspose.gis.VectorLayer` opened for writing.'''
222
+ raise NotImplementedError()
223
+
224
+ @overload
225
+ def create_layer(self, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
226
+ '''Creates a new vector layer and opens it for appending.
227
+
228
+ :param options: Open options.
229
+ :param spatial_reference_system: Spatial reference system of the new layer.
230
+ :returns: A :py:class:`aspose.gis.VectorLayer` opened for writing.'''
231
+ raise NotImplementedError()
232
+
233
+ @overload
234
+ def create_layer(self, name : str, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
235
+ '''Creates a new vector layer with specified name and opens it for appending.
236
+
237
+ :param name: Name of the layer.
238
+ :param spatial_reference_system: Spatial reference system of the new layer.
239
+ :returns: A :py:class:`aspose.gis.VectorLayer` opened for writing.'''
240
+ raise NotImplementedError()
241
+
242
+ @overload
243
+ def create_layer(self, name : str, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
244
+ '''Creates a new vector layer with specified name and opens it for appending.
245
+
246
+ :param name: Name of the layer.
247
+ :param options: Open options.
248
+ :param spatial_reference_system: Spatial reference system of the new layer.
249
+ :returns: A :py:class:`aspose.gis.VectorLayer` opened for writing.'''
250
+ raise NotImplementedError()
251
+
252
+ def get_layer_name(self, index : int) -> str:
253
+ '''Gets the name of the layer at specified index.
254
+
255
+ :param index: Index of the layer.
256
+ :returns: Name of the layer.'''
257
+ raise NotImplementedError()
258
+
259
+ def open_layer(self, name : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
260
+ '''Opens the layer with specified name for reading.
261
+
262
+ :param name: Name of the layer to open.
263
+ :param options: Open options.
264
+ :returns: The layer opened for reading.'''
265
+ raise NotImplementedError()
266
+
267
+ def edit_layer(self, name : str, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
268
+ '''This method is still under development.
269
+
270
+ :param name: Name of the layer to edit.
271
+ :param options: Open options.
272
+ :param spatial_reference_system: Spatial reference system for new geometries.
273
+ :returns: :py:class:`aspose.gis.VectorLayer`'''
274
+ raise NotImplementedError()
275
+
276
+ def edit_layer_at(self, index : int, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
277
+ '''This method is still under development.
278
+
279
+ :param index: Index of the layer to edit.
280
+ :param options: Open options.
281
+ :param spatial_reference_system: Spatial reference system for new geometries.
282
+ :returns: :py:class:`aspose.gis.VectorLayer`'''
283
+ raise NotImplementedError()
284
+
285
+ def remove_layer(self, name : str) -> None:
286
+ '''Removes the vector layer with specified name.
287
+
288
+ :param name: Name of the layer'''
289
+ raise NotImplementedError()
290
+
291
+ def remove_layer_at(self, index : int) -> None:
292
+ '''Removes the vector layer at specified index.
293
+
294
+ :param index: Index of the layer'''
295
+ raise NotImplementedError()
296
+
297
+ def has_layer_with_name(self, name : str) -> bool:
298
+ '''Check has current dataset a layer with specific name
299
+
300
+ :param name: Name of the layer
301
+ :returns: , if dataset has layer with this name; otherwise,'''
302
+ raise NotImplementedError()
303
+
304
+ def rename_layer(self, current_name : str, new_name : str) -> None:
305
+ '''Rename layer in dataset
306
+
307
+ :param current_name: Current name of the layer
308
+ :param new_name: New name for the layer'''
309
+ raise NotImplementedError()
310
+
311
+ def get_tile_layer_name(self, index : int) -> str:
312
+ '''Gets the name of the tile layer at specified index.
313
+
314
+ :param index: Index of the layer.
315
+ :returns: Name of the layer.'''
316
+ raise NotImplementedError()
317
+
318
+ def open_tile_layer(self, name : str, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.formats.xyztile.XyzTiles:
319
+ '''Opens the tile layer with specified name for reading.
320
+
321
+ :param name: Name of the layer to open.
322
+ :param options: Open options.
323
+ :returns: The tile layer opened for reading.'''
324
+ raise NotImplementedError()
325
+
326
+ def open_tile_layer_at(self, index : int, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.formats.xyztile.XyzTiles:
327
+ '''Opens the tile layer at specified index for reading.
328
+
329
+ :param index: Index of the layer to open.
330
+ :param options: Open options.
331
+ :returns: :py:class:`aspose.gis.formats.xyztile.XyzTiles`'''
332
+ raise NotImplementedError()
333
+
334
+ @property
335
+ def can_create_layers(self) -> bool:
336
+ '''Gets a value indicating whether this dataset can create vector layers.'''
337
+ raise NotImplementedError()
338
+
339
+ @property
340
+ def can_remove_layers(self) -> bool:
341
+ '''Gets a value indicating whether this dataset can remove vector layers.'''
342
+ raise NotImplementedError()
343
+
344
+ @property
345
+ def driver(self) -> aspose.gis.Driver:
346
+ '''Gets the :py:attr:`aspose.gis.formats.geopackage.GeoPackageDataset.driver` that instantiated this dataset.'''
347
+ raise NotImplementedError()
348
+
349
+ @property
350
+ def layers_count(self) -> int:
351
+ '''Gets the number of layers in this dataset.'''
352
+ raise NotImplementedError()
353
+
354
+ @property
355
+ def tile_layers_count(self) -> int:
356
+ '''Gets the number of tile layers in this dataset.'''
357
+ raise NotImplementedError()
358
+
359
+
360
+ class GeoPackageDriver(aspose.gis.FileDriver):
361
+ '''A driver for the GPKG file format.'''
362
+
363
+ @overload
364
+ def open_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
365
+ '''Opens the layer for reading.
366
+
367
+ :param path: Path to the file.
368
+ :param options: Driver-specific options.
369
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
370
+ raise NotImplementedError()
371
+
372
+ @overload
373
+ def open_layer(self, path : str) -> aspose.gis.VectorLayer:
374
+ '''Opens the layer for reading.
375
+
376
+ :param path: Path to the file.
377
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
378
+ raise NotImplementedError()
379
+
380
+ @overload
381
+ def open_layer(self, path : aspose.gis.AbstractPath) -> aspose.gis.VectorLayer:
382
+ '''Opens the layer for reading.
383
+
384
+ :param path: Path to the file.
385
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
386
+ raise NotImplementedError()
387
+
388
+ @overload
389
+ def open_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
390
+ '''Opens the layer for reading.
391
+
392
+ :param path: Path to the file.
393
+ :param options: Driver-specific options.
394
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
395
+ raise NotImplementedError()
396
+
397
+ @overload
398
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
399
+ '''Creates the layer and opens it for appending.
400
+
401
+ :param path: Path to the file.
402
+ :param options: Driver-specific options.
403
+ :param spatial_reference_system: Spatial reference system.
404
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
405
+ raise NotImplementedError()
406
+
407
+ @overload
408
+ def create_layer(self, path : str) -> aspose.gis.VectorLayer:
409
+ '''Creates the layer and opens it for appending.
410
+
411
+ :param path: Path to the file.
412
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
413
+ raise NotImplementedError()
414
+
415
+ @overload
416
+ def create_layer(self, path : aspose.gis.AbstractPath) -> aspose.gis.VectorLayer:
417
+ '''Creates the layer and opens it for appending.
418
+
419
+ :param path: Path to the file.
420
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
421
+ raise NotImplementedError()
422
+
423
+ @overload
424
+ def create_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
425
+ '''Creates the layer and opens it for appending.
426
+
427
+ :param path: Path to the file.
428
+ :param options: Driver-specific options.
429
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
430
+ raise NotImplementedError()
431
+
432
+ @overload
433
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
434
+ '''Creates the layer and opens it for appending.
435
+
436
+ :param path: Path to the file.
437
+ :param options: Driver-specific options.
438
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
439
+ raise NotImplementedError()
440
+
441
+ @overload
442
+ def create_layer(self, path : str, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
443
+ '''Creates the layer and opens it for appending.
444
+
445
+ :param path: Path to the file.
446
+ :param spatial_reference_system: Spatial reference system.
447
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
448
+ raise NotImplementedError()
449
+
450
+ @overload
451
+ def create_layer(self, path : aspose.gis.AbstractPath, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
452
+ '''Creates the layer and opens it for appending.
453
+
454
+ :param path: Path to the file.
455
+ :param spatial_reference_system: Spatial reference system.
456
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
457
+ raise NotImplementedError()
458
+
459
+ @overload
460
+ def create_layer(self, path : str, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
461
+ '''Creates the layer and opens it for appending.
462
+
463
+ :param path: Path to the file.
464
+ :param options: Driver-specific options.
465
+ :param spatial_reference_system: Spatial reference system.
466
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
467
+ raise NotImplementedError()
468
+
469
+ @overload
470
+ def edit_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
471
+ '''Opens a layer for editing.
472
+
473
+ :param path: Path to the file.
474
+ :param options: Driver-specific options.
475
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
476
+ raise NotImplementedError()
477
+
478
+ @overload
479
+ def edit_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
480
+ '''Opens a layer for editing.
481
+
482
+ :param path: Path to the file.
483
+ :param options: Driver-specific options.
484
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
485
+ raise NotImplementedError()
486
+
487
+ @overload
488
+ def open_dataset(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
489
+ '''Opens the dataset.
490
+
491
+ :param path: Path to the dataset.
492
+ :param options: Driver-specific options.
493
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
494
+ raise NotImplementedError()
495
+
496
+ @overload
497
+ def open_dataset(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.formats.geopackage.GeoPackageDataset:
498
+ '''Opens gpkg file as dataset.
499
+
500
+ :param path: Path to the dataset.
501
+ :param options: Driver-specific options.
502
+ :returns: An instance of :py:class:`aspose.gis.formats.geopackage.GeoPackageDataset`.'''
503
+ raise NotImplementedError()
504
+
505
+ @overload
506
+ def open_dataset(self, path : str) -> aspose.gis.Dataset:
507
+ '''Opens the dataset.
508
+
509
+ :param path: Path to the dataset.
510
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
511
+ raise NotImplementedError()
512
+
513
+ @overload
514
+ def open_dataset(self, path : aspose.gis.AbstractPath) -> aspose.gis.Dataset:
515
+ '''Opens the dataset.
516
+
517
+ :param path: Path to the dataset.
518
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
519
+ raise NotImplementedError()
520
+
521
+ @overload
522
+ def open_dataset(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
523
+ '''Opens the dataset.
524
+
525
+ :param path: Path to the dataset.
526
+ :param options: Driver-specific options.
527
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
528
+ raise NotImplementedError()
529
+
530
+ @overload
531
+ def create_dataset(self, path : str) -> aspose.gis.Dataset:
532
+ '''Creates a dataset.
533
+
534
+ :param path: Path to the dataset.
535
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
536
+ raise NotImplementedError()
537
+
538
+ @overload
539
+ def create_dataset(self, path : aspose.gis.AbstractPath) -> aspose.gis.Dataset:
540
+ '''Creates a dataset.
541
+
542
+ :param path: Path to the dataset.
543
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
544
+ raise NotImplementedError()
545
+
546
+ @overload
547
+ def create_dataset(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
548
+ '''Creates a dataset.
549
+
550
+ :param path: Path to the dataset.
551
+ :param options: Driver-specific options.
552
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
553
+ raise NotImplementedError()
554
+
555
+ @overload
556
+ def create_dataset(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
557
+ '''Creates a dataset.
558
+
559
+ :param path: Path to the dataset.
560
+ :param options: Driver-specific options.
561
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
562
+ raise NotImplementedError()
563
+
564
+ def supports_spatial_reference_system(self, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> bool:
565
+ '''Determines, whether specified spatial reference system is supported by the driver.
566
+
567
+ :param spatial_reference_system: Spatial reference system.
568
+ :returns: Boolean value, indicating whether specified spatial reference system is supported by the driver.
569
+ is considered supported by any driver.'''
570
+ raise NotImplementedError()
571
+
572
+ @property
573
+ def can_create_layers(self) -> bool:
574
+ '''Gets a value indicating whether this driver can create vector layers.'''
575
+ raise NotImplementedError()
576
+
577
+ @property
578
+ def can_open_layers(self) -> bool:
579
+ '''Gets a value indicating whether this driver can open vector layers.'''
580
+ raise NotImplementedError()
581
+
582
+ @property
583
+ def can_open_datasets(self) -> bool:
584
+ '''Gets a value indicating whether this driver can open datasets.'''
585
+ raise NotImplementedError()
586
+
587
+ @property
588
+ def can_create_datasets(self) -> bool:
589
+ '''Gets a value indicating whether this driver can create datasets.'''
590
+ raise NotImplementedError()
591
+
592
+
593
+ class GeoPackageOptions(aspose.gis.DriverOptions):
594
+ '''Driver-specific options for GPKG format.'''
595
+
596
+ @property
597
+ def validate_geometries_on_write(self) -> bool:
598
+ '''Determines if geometries should be validated when they are added to the layer.
599
+ If set to , :py:attr:`aspose.gis.geometries.Geometry.is_valid` is called for each
600
+ geometry when it\'s added to the layer, and if validation fails (:py:attr:`aspose.gis.geometries.Geometry.is_valid` is ), :py:class:`aspose.gis.GisException` is thrown.'''
601
+ raise NotImplementedError()
602
+
603
+ @validate_geometries_on_write.setter
604
+ def validate_geometries_on_write(self, value : bool) -> None:
605
+ '''Determines if geometries should be validated when they are added to the layer.
606
+ If set to , :py:attr:`aspose.gis.geometries.Geometry.is_valid` is called for each
607
+ geometry when it\'s added to the layer, and if validation fails (:py:attr:`aspose.gis.geometries.Geometry.is_valid` is ), :py:class:`aspose.gis.GisException` is thrown.'''
608
+ raise NotImplementedError()
609
+
610
+ @property
611
+ def write_polygons_as_lines(self) -> bool:
612
+ '''Determines if transformation of polygon or multipolygon to linestring is allowed. Defaults to .'''
613
+ raise NotImplementedError()
614
+
615
+ @write_polygons_as_lines.setter
616
+ def write_polygons_as_lines(self, value : bool) -> None:
617
+ '''Determines if transformation of polygon or multipolygon to linestring is allowed. Defaults to .'''
618
+ raise NotImplementedError()
619
+
620
+ @property
621
+ def create_midpoints(self) -> bool:
622
+ '''Determines if add a new point in the middle to each segment of geometry. Defaults to .'''
623
+ raise NotImplementedError()
624
+
625
+ @create_midpoints.setter
626
+ def create_midpoints(self, value : bool) -> None:
627
+ '''Determines if add a new point in the middle to each segment of geometry. Defaults to .'''
628
+ raise NotImplementedError()
629
+
630
+ @property
631
+ def close_linear_ring(self) -> bool:
632
+ '''Determines if close a unclosed :py:attr:`aspose.gis.geometries.GeometryType.LINEAR_RING` in each geometry. Defaults to .'''
633
+ raise NotImplementedError()
634
+
635
+ @close_linear_ring.setter
636
+ def close_linear_ring(self, value : bool) -> None:
637
+ '''Determines if close a unclosed :py:attr:`aspose.gis.geometries.GeometryType.LINEAR_RING` in each geometry. Defaults to .'''
638
+ raise NotImplementedError()
639
+
640
+ @property
641
+ def delete_near_points(self) -> bool:
642
+ '''Determines if delete near points in each geometry. Defaults to .'''
643
+ raise NotImplementedError()
644
+
645
+ @delete_near_points.setter
646
+ def delete_near_points(self, value : bool) -> None:
647
+ '''Determines if delete near points in each geometry. Defaults to .'''
648
+ raise NotImplementedError()
649
+
650
+ @property
651
+ def delete_near_points_distance(self) -> float:
652
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.delete_near_points`. Defaults to .'''
653
+ raise NotImplementedError()
654
+
655
+ @delete_near_points_distance.setter
656
+ def delete_near_points_distance(self, value : float) -> None:
657
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.delete_near_points`. Defaults to .'''
658
+ raise NotImplementedError()
659
+
660
+ @property
661
+ def simplify_segments(self) -> bool:
662
+ '''Determines if delete points lying on the same segment in each geometry. Defaults to .'''
663
+ raise NotImplementedError()
664
+
665
+ @simplify_segments.setter
666
+ def simplify_segments(self, value : bool) -> None:
667
+ '''Determines if delete points lying on the same segment in each geometry. Defaults to .'''
668
+ raise NotImplementedError()
669
+
670
+ @property
671
+ def simplify_segments_distance(self) -> float:
672
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.simplify_segments`. Defaults to .'''
673
+ raise NotImplementedError()
674
+
675
+ @simplify_segments_distance.setter
676
+ def simplify_segments_distance(self, value : float) -> None:
677
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.simplify_segments`. Defaults to .'''
678
+ raise NotImplementedError()
679
+
680
+ @property
681
+ def xy_precision_model(self) -> aspose.gis.PrecisionModel:
682
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to X and Y coordinates
683
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
684
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
685
+ raise NotImplementedError()
686
+
687
+ @xy_precision_model.setter
688
+ def xy_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
689
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to X and Y coordinates
690
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
691
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
692
+ raise NotImplementedError()
693
+
694
+ @property
695
+ def z_precision_model(self) -> aspose.gis.PrecisionModel:
696
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to Z coordinate
697
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
698
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
699
+ raise NotImplementedError()
700
+
701
+ @z_precision_model.setter
702
+ def z_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
703
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to Z coordinate
704
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
705
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
706
+ raise NotImplementedError()
707
+
708
+ @property
709
+ def m_precision_model(self) -> aspose.gis.PrecisionModel:
710
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to M coordinate
711
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
712
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
713
+ raise NotImplementedError()
714
+
715
+ @m_precision_model.setter
716
+ def m_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
717
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to M coordinate
718
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
719
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
720
+ raise NotImplementedError()
721
+
722
+ @property
723
+ def linearization_tolerance(self) -> float:
724
+ '''A tolerance to use to linearize curve geometries.'''
725
+ raise NotImplementedError()
726
+
727
+ @linearization_tolerance.setter
728
+ def linearization_tolerance(self, value : float) -> None:
729
+ '''A tolerance to use to linearize curve geometries.'''
730
+ raise NotImplementedError()
731
+
732
+