aspose-gis-net 25.7.0__py3-none-macosx_11_0_arm64.whl → 25.8.0__py3-none-macosx_11_0_arm64.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 (101) 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/libe_sqlite3.dylib +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.cpython-310-darwin.so +0 -0
  92. aspose/gis.cpython-311-darwin.so +0 -0
  93. aspose/gis.cpython-312-darwin.so +0 -0
  94. aspose/gis.cpython-313-darwin.so +0 -0
  95. aspose/gis.cpython-38-darwin.so +0 -0
  96. aspose/gis.cpython-39-darwin.so +0 -0
  97. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/METADATA +6 -3
  98. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/RECORD +101 -94
  99. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/WHEEL +0 -0
  100. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/entry_points.txt +0 -0
  101. {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
35
35
  import aspose.gis.formats.gdal
36
36
  import aspose.gis.formats.geojson
37
37
  import aspose.gis.formats.geojsonseq
38
+ import aspose.gis.formats.geopackage
38
39
  import aspose.gis.formats.geotiff
39
40
  import aspose.gis.formats.gml
40
41
  import aspose.gis.formats.gpx
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
42
43
  import aspose.gis.formats.inmemory
43
44
  import aspose.gis.formats.jpegw
44
45
  import aspose.gis.formats.kml
46
+ import aspose.gis.formats.kml.specificfields
45
47
  import aspose.gis.formats.kml.styles
46
48
  import aspose.gis.formats.mapinfointerchange
47
49
  import aspose.gis.formats.mapinfotab
@@ -337,6 +339,14 @@ class KmlDriver(aspose.gis.FileDriver):
337
339
  :returns: Boolean value, indicating whether specified spatial reference system is supported by the driver.'''
338
340
  raise NotImplementedError()
339
341
 
342
+ def open_as_kml_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.kml.KmlOptions) -> aspose.gis.formats.kml.KmlLayer:
343
+ '''Opens a Kml layer for reading.
344
+
345
+ :param path: Path to the file.
346
+ :param options: Driver-specific options.
347
+ :returns: KmlLayer with specific fields'''
348
+ raise NotImplementedError()
349
+
340
350
  @property
341
351
  def can_create_layers(self) -> bool:
342
352
  '''Gets a value indicating whether this driver can create vector layers.'''
@@ -358,6 +368,511 @@ class KmlDriver(aspose.gis.FileDriver):
358
368
  raise NotImplementedError()
359
369
 
360
370
 
371
+ class KmlLayer(aspose.gis.VectorLayer):
372
+ '''Represents a Kml layer with non-destructive behavior that supports read and writing of features and attributes at one time.
373
+ A Kml layer is a collection of geographic features, stored in a file.'''
374
+
375
+ @overload
376
+ def where_intersects(self, sequence : aspose.gis.FeaturesSequence) -> aspose.gis.FeaturesSequence:
377
+ '''Filters features based on the union of all geometries in other features sequence.
378
+
379
+ :param sequence: Other features sequence.
380
+ :returns: Features that intersect with the union of all geometries in other features sequence.'''
381
+ raise NotImplementedError()
382
+
383
+ @overload
384
+ def where_intersects(self, geometry : aspose.gis.geometries.IGeometry) -> aspose.gis.FeaturesSequence:
385
+ '''Filters features based on the provided geometry.
386
+
387
+ :param geometry: Filter geometry.
388
+ :returns: Features that intersect with the provided geometry.'''
389
+ raise NotImplementedError()
390
+
391
+ @overload
392
+ def where_intersects(self, extent : aspose.gis.Extent) -> aspose.gis.FeaturesSequence:
393
+ '''Filters features based on the extent.
394
+
395
+ :param extent: Filter extent.
396
+ :returns: Features that intersect with the provided geometry.'''
397
+ raise NotImplementedError()
398
+
399
+ @overload
400
+ def save_to(self, destination_path : str, destination_driver : aspose.gis.FileDriver) -> None:
401
+ '''Saves features sequence to layer.
402
+
403
+ :param destination_path: Path to the output layer.
404
+ :param destination_driver: The format driver for the output layer.'''
405
+ raise NotImplementedError()
406
+
407
+ @overload
408
+ def save_to(self, destination_path : aspose.gis.AbstractPath, destination_driver : aspose.gis.FileDriver) -> None:
409
+ '''Saves features sequence to layer.
410
+
411
+ :param destination_path: Path to the output layer.
412
+ :param destination_driver: The format driver for the output layer.'''
413
+ raise NotImplementedError()
414
+
415
+ @overload
416
+ def save_to(self, destination_path : str, destination_driver : aspose.gis.FileDriver, options : aspose.gis.SavingOptions) -> None:
417
+ '''Saves features sequence to layer.
418
+
419
+ :param destination_path: Path to the output layer.
420
+ :param destination_driver: The format driver for the output layer.
421
+ :param options: Options for the saving procedure.'''
422
+ raise NotImplementedError()
423
+
424
+ @overload
425
+ def save_to(self, destination_path : aspose.gis.AbstractPath, destination_driver : aspose.gis.FileDriver, options : aspose.gis.SavingOptions) -> None:
426
+ '''Saves features sequence to layer.
427
+
428
+ :param destination_path: Path to the output layer.
429
+ :param destination_driver: The format driver for the output layer.
430
+ :param options: Options for the saving procedure.'''
431
+ raise NotImplementedError()
432
+
433
+ @overload
434
+ @staticmethod
435
+ def open(path : str, driver : aspose.gis.FileDriver) -> aspose.gis.VectorLayer:
436
+ '''Open the layer for reading.
437
+
438
+ :param path: Path to the file.
439
+ :param driver: Driver to use.
440
+ :returns: A read-only layer.'''
441
+ raise NotImplementedError()
442
+
443
+ @overload
444
+ @staticmethod
445
+ def open(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver) -> aspose.gis.VectorLayer:
446
+ '''Open the layer for reading.
447
+
448
+ :param path: Path to the file.
449
+ :param driver: Driver to use.
450
+ :returns: A read-only layer.'''
451
+ raise NotImplementedError()
452
+
453
+ @overload
454
+ @staticmethod
455
+ def open(path : str, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
456
+ '''Open the layer for reading.
457
+
458
+ :param path: Path to the file.
459
+ :param driver: Driver to use.
460
+ :param options: Driver-specific options.
461
+ :returns: A read-only layer.'''
462
+ raise NotImplementedError()
463
+
464
+ @overload
465
+ @staticmethod
466
+ def open(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
467
+ '''Open the layer for reading.
468
+
469
+ :param path: Path to the file.
470
+ :param driver: Driver to use.
471
+ :param options: Driver-specific options.
472
+ :returns: A read-only layer.'''
473
+ raise NotImplementedError()
474
+
475
+ @overload
476
+ @staticmethod
477
+ def create(path : str, driver : aspose.gis.FileDriver) -> aspose.gis.VectorLayer:
478
+ '''Creates the layer and opens it for adding new features.
479
+
480
+ :param path: Path to the file.
481
+ :param driver: Driver to use.
482
+ :returns: A write-only layer.'''
483
+ raise NotImplementedError()
484
+
485
+ @overload
486
+ @staticmethod
487
+ def create(path : str, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
488
+ '''Creates the layer and opens it for adding new features.
489
+
490
+ :param path: Path to the file.
491
+ :param driver: Driver to use.
492
+ :param options: Driver-specific options.
493
+ :returns: A write-only layer.'''
494
+ raise NotImplementedError()
495
+
496
+ @overload
497
+ @staticmethod
498
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver) -> aspose.gis.VectorLayer:
499
+ '''Creates the layer and opens it for adding new features.
500
+
501
+ :param path: Path to the file.
502
+ :param driver: Driver to use.
503
+ :returns: A write-only layer.'''
504
+ raise NotImplementedError()
505
+
506
+ @overload
507
+ @staticmethod
508
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
509
+ '''Creates the layer and opens it for adding new features.
510
+
511
+ :param path: Path to the file.
512
+ :param driver: Driver to use.
513
+ :param options: Driver-specific options.
514
+ :returns: A write-only layer.'''
515
+ raise NotImplementedError()
516
+
517
+ @overload
518
+ @staticmethod
519
+ def create(path : str, driver : aspose.gis.FileDriver, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
520
+ '''Creates the layer and opens it for appending.
521
+
522
+ :param path: Path to the file.
523
+ :param driver: Driver to use.
524
+ :param spatial_reference_system: Spatial reference system.
525
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
526
+ raise NotImplementedError()
527
+
528
+ @overload
529
+ @staticmethod
530
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
531
+ '''Creates the layer and opens it for appending.
532
+
533
+ :param path: Path to the file.
534
+ :param driver: Driver to use.
535
+ :param spatial_reference_system: Spatial reference system.
536
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
537
+ raise NotImplementedError()
538
+
539
+ @overload
540
+ @staticmethod
541
+ def create(path : str, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
542
+ '''Creates the layer and opens it for appending.
543
+
544
+ :param path: Path to the file.
545
+ :param driver: Driver to use.
546
+ :param options: Driver-specific options.
547
+ :param spatial_reference_system: Spatial reference system.
548
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
549
+ raise NotImplementedError()
550
+
551
+ @overload
552
+ @staticmethod
553
+ def create(path : aspose.gis.AbstractPath, driver : aspose.gis.FileDriver, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
554
+ '''Creates the layer and opens it for appending.
555
+
556
+ :param path: Path to the file.
557
+ :param driver: Driver to use.
558
+ :param options: Driver-specific options.
559
+ :param spatial_reference_system: Spatial reference system.
560
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
561
+ raise NotImplementedError()
562
+
563
+ @overload
564
+ @staticmethod
565
+ def convert(source_path : str, source_driver : aspose.gis.FileDriver, destination_path : str, destination_driver : aspose.gis.FileDriver) -> None:
566
+ '''Convert a layer to a different format.
567
+
568
+ :param source_path: Path to the layer that will be converted.
569
+ :param source_driver: The format driver for the source layer.
570
+ :param destination_path: Path to the layer that will created as a result of conversion.
571
+ :param destination_driver: The format driver for the destination layer.'''
572
+ raise NotImplementedError()
573
+
574
+ @overload
575
+ @staticmethod
576
+ def convert(source_path : aspose.gis.AbstractPath, source_driver : aspose.gis.FileDriver, destination_path : aspose.gis.AbstractPath, destination_driver : aspose.gis.FileDriver) -> None:
577
+ '''Convert a layer to a different format.
578
+
579
+ :param source_path: Path to the layer that will be converted.
580
+ :param source_driver: The format driver for the source layer.
581
+ :param destination_path: Path to the layer that will created as a result of conversion.
582
+ :param destination_driver: The format driver for the destination layer.'''
583
+ raise NotImplementedError()
584
+
585
+ @overload
586
+ @staticmethod
587
+ def convert(source_path : str, source_driver : aspose.gis.FileDriver, destination_path : str, destination_driver : aspose.gis.FileDriver, options : aspose.gis.ConversionOptions) -> None:
588
+ '''Convert a layer to a different format.
589
+
590
+ :param source_path: Path to the layer that will be converted.
591
+ :param source_driver: The format driver for the source layer.
592
+ :param destination_path: Path to the layer that will created as a result of conversion.
593
+ :param destination_driver: The format driver for the destination layer.
594
+ :param options: Options for the conversion procedure.'''
595
+ raise NotImplementedError()
596
+
597
+ @overload
598
+ @staticmethod
599
+ def convert(source_path : aspose.gis.AbstractPath, source_driver : aspose.gis.FileDriver, destination_path : aspose.gis.AbstractPath, destination_driver : aspose.gis.FileDriver, options : aspose.gis.ConversionOptions) -> None:
600
+ '''Convert a layer to a different format.
601
+
602
+ :param source_path: Path to the layer that will be converted.
603
+ :param source_driver: The format driver for the source layer.
604
+ :param destination_path: Path to the layer that will created as a result of conversion.
605
+ :param destination_driver: The format driver for the destination layer.
606
+ :param options: Options for the conversion procedure.'''
607
+ raise NotImplementedError()
608
+
609
+ @overload
610
+ def copy_attributes(self, features_sequence : aspose.gis.FeaturesSequence) -> None:
611
+ '''Copies attributes of other :py:class:`aspose.gis.VectorLayer` to this one.
612
+
613
+ :param features_sequence: The features sequence to copy attributes from.'''
614
+ raise NotImplementedError()
615
+
616
+ @overload
617
+ def copy_attributes(self, features_sequence : aspose.gis.FeaturesSequence, converter : aspose.gis.IAttributesConverter) -> None:
618
+ '''Copies attributes of other :py:class:`aspose.gis.VectorLayer` to this one.
619
+
620
+ :param features_sequence: The features sequence to copy attributes from.
621
+ :param converter: An instance of custom :py:class:`aspose.gis.IAttributesConverter` that will process the attributes one by one.'''
622
+ raise NotImplementedError()
623
+
624
+ @overload
625
+ def add(self, feature : aspose.gis.Feature) -> None:
626
+ '''Adds a new feature to the layer, if supported by the :py:class:`aspose.gis.VectorLayer`\'s :py:attr:`aspose.gis.VectorLayer.driver`.
627
+
628
+ :param feature: The feature to add.'''
629
+ raise NotImplementedError()
630
+
631
+ @overload
632
+ def add(self, feature : aspose.gis.Feature, style : aspose.gis.IFeatureStyle) -> None:
633
+ '''Adds a new feature with the specified style to the layer, if supported by the :py:class:`aspose.gis.VectorLayer`\'s :py:attr:`aspose.gis.VectorLayer.driver`.
634
+
635
+ :param feature: The feature to add.
636
+ :param style: The feature style. Use to indicate missing style.'''
637
+ raise NotImplementedError()
638
+
639
+ @overload
640
+ def nearest_to(self, x : float, y : float) -> aspose.gis.Feature:
641
+ '''Gets the nearest feature to the provided coordinate.
642
+
643
+ :param x: X of the coordinate.
644
+ :param y: Y of the coordinate.
645
+ :returns: The nearest feature to the provided coordinate.'''
646
+ raise NotImplementedError()
647
+
648
+ @overload
649
+ def nearest_to(self, point : aspose.gis.geometries.IPoint) -> aspose.gis.Feature:
650
+ '''Gets the nearest feature to the provided point.
651
+
652
+ :param point: The point.
653
+ :returns: The nearest feature to the provided point.'''
654
+ raise NotImplementedError()
655
+
656
+ @overload
657
+ def use_attributes_index(self, index_path : str, attribute_name : str, force_rebuild : bool) -> None:
658
+ '''Loads attribute index to speed up filtering by attributes value in filter methods like :py:func:`aspose.gis.FeaturesSequence.WhereGreater``1`.
659
+ If index does not exist creates it first. Use ``forceRebuild`` to force index recreation.
660
+
661
+ :param index_path: Path to the index file.
662
+ :param attribute_name: Name of the attribute to build index on.
663
+ :param force_rebuild: Whether to recreate index even if it already exists.'''
664
+ raise NotImplementedError()
665
+
666
+ @overload
667
+ def use_attributes_index(self, index_path : aspose.gis.AbstractPath, attribute_name : str, force_rebuild : bool) -> None:
668
+ '''Loads attribute index to speed up filtering by attributes value in filter methods like :py:func:`aspose.gis.FeaturesSequence.WhereGreater``1`.
669
+ If index does not exist creates it first. Use ``forceRebuild`` to force index recreation.
670
+
671
+ :param index_path: Path to the index file.
672
+ :param attribute_name: Name of the attribute to build index on.
673
+ :param force_rebuild: Whether to recreate index even if it already exists.'''
674
+ raise NotImplementedError()
675
+
676
+ @overload
677
+ def use_spatial_index(self, index_path : str, force_rebuild : bool) -> None:
678
+ '''Loads spatial index to speed up filtering by attributes value in filter methods like :py:func:`aspose.gis.FeaturesSequence.where_intersects`
679
+ and :py:func:`aspose.gis.VectorLayer.nearest_to`.
680
+ If index does not exist creates it first. Use ``forceRebuild`` to force index recreation.
681
+
682
+ :param index_path: Path to the index file.
683
+ :param force_rebuild: Whether to recreate index even if it already exists.'''
684
+ raise NotImplementedError()
685
+
686
+ @overload
687
+ def use_spatial_index(self, index_path : aspose.gis.AbstractPath, force_rebuild : bool) -> None:
688
+ '''Loads spatial index to speed up filtering by attributes value in filter methods like :py:func:`aspose.gis.FeaturesSequence.where_intersects`
689
+ and :py:func:`aspose.gis.VectorLayer.nearest_to`.
690
+ If index does not exist creates it first. Use ``forceRebuild`` to force index recreation.
691
+
692
+ :param index_path: Path to the index file.
693
+ :param force_rebuild: Whether to recreate index even if it already exists.'''
694
+ raise NotImplementedError()
695
+
696
+ def get_extent(self) -> aspose.gis.Extent:
697
+ '''Gets a spatial extent of this layer.
698
+
699
+ :returns: A spatial extent of this layer.'''
700
+ raise NotImplementedError()
701
+
702
+ def where_greater(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
703
+ '''Selects features with attribute value greater than the provided value.
704
+
705
+ :param attribute_name: Attribute to filter by.
706
+ :param value: Value to compare against.
707
+ :returns: Features with attribute value greater than the provided value.'''
708
+ raise NotImplementedError()
709
+
710
+ def where_greater_or_equal(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
711
+ '''Selects features with attribute value greater or equal to the provided value.
712
+
713
+ :param attribute_name: Attribute to filter by.
714
+ :param value: Value to compare against.
715
+ :returns: Features with attribute value greater or equal to the provided value.'''
716
+ raise NotImplementedError()
717
+
718
+ def where_smaller(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
719
+ '''Selects features with attribute value smaller than the provided value.
720
+
721
+ :param attribute_name: Attribute to filter by.
722
+ :param value: Value to compare against.
723
+ :returns: Features with attribute value smaller than the provided value.'''
724
+ raise NotImplementedError()
725
+
726
+ def where_smaller_or_equal(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
727
+ '''Selects features with attribute value smaller or equal to the provided value.
728
+
729
+ :param attribute_name: Attribute to filter by.
730
+ :param value: Value to compare against.
731
+ :returns: Features with attribute value smaller or equal to the provided value.'''
732
+ raise NotImplementedError()
733
+
734
+ def where_equal(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
735
+ '''Selects features with attribute value equal to the provided value.
736
+
737
+ :param attribute_name: Attribute to filter by.
738
+ :param value: Value to compare against.
739
+ :returns: Features with attribute value equal to the provided value.'''
740
+ raise NotImplementedError()
741
+
742
+ def where_not_equal(self, attribute_name : str, value : Any) -> aspose.gis.FeaturesSequence:
743
+ '''Selects features with attribute value not equal to the provided value.
744
+
745
+ :param attribute_name: Attribute to filter by.
746
+ :param value: Value to compare against.
747
+ :returns: Features with attribute value not equal to the provided value.'''
748
+ raise NotImplementedError()
749
+
750
+ def where_null(self, attribute_name : str) -> aspose.gis.FeaturesSequence:
751
+ '''Selects features with attribute equal to null.
752
+
753
+ :param attribute_name: Attribute to filter by.
754
+ :returns: Features with attribute value equal to null.'''
755
+ raise NotImplementedError()
756
+
757
+ def where_not_null(self, attribute_name : str) -> aspose.gis.FeaturesSequence:
758
+ '''Selects features with attribute not equal to null.
759
+
760
+ :param attribute_name: Attribute to filter by.
761
+ :returns: Features with attribute value not equal to null.'''
762
+ raise NotImplementedError()
763
+
764
+ def where_set(self, attribute_name : str) -> aspose.gis.FeaturesSequence:
765
+ '''Selects features with attribute set.
766
+
767
+ :param attribute_name: Attribute to filter by.
768
+ :returns: Features with set attribute value.'''
769
+ raise NotImplementedError()
770
+
771
+ def where_unset(self, attribute_name : str) -> aspose.gis.FeaturesSequence:
772
+ '''Selects features where specified attribute is not set.
773
+
774
+ :param attribute_name: Attribute to filter by.
775
+ :returns: Features with unset attribute value.'''
776
+ raise NotImplementedError()
777
+
778
+ def split_to(self) -> List[aspose.gis.VectorLayer]:
779
+ '''Split features by geometry type.
780
+
781
+ :returns: Layers with the same type of geometry.'''
782
+ raise NotImplementedError()
783
+
784
+ def construct_feature(self) -> aspose.gis.Feature:
785
+ '''Creates (but does not add to the layer) a new feature with attributes matching the collection of attributes of this layer.
786
+ When done with setting data for the feature, use :py:func:`aspose.gis.VectorLayer.add` to add the feature to the layer.
787
+
788
+ :returns: A new feature.'''
789
+ raise NotImplementedError()
790
+
791
+ def remove_at(self, index : int) -> None:
792
+ '''Remove the :py:class:`aspose.gis.Feature` at the specified index.
793
+
794
+ :param index: The index of the feature.'''
795
+ raise NotImplementedError()
796
+
797
+ def replace_at(self, index : int, feature : aspose.gis.Feature) -> None:
798
+ '''Replace the :py:class:`aspose.gis.Feature` at the specified index.
799
+
800
+ :param index: The index of the feature.
801
+ :param feature: The feature to set.'''
802
+ raise NotImplementedError()
803
+
804
+ def join(self, layer : aspose.gis.VectorLayer, options : aspose.gis.relationship.joins.JoinOptions) -> aspose.gis.VectorLayer:
805
+ '''Joins a layer to the current layer.
806
+
807
+ :param layer: A layer to join.
808
+ :param options: Join parameters.
809
+ :returns: A new layer as a result of join two layers.'''
810
+ raise NotImplementedError()
811
+
812
+ def join_by_geometry(self, layer : aspose.gis.VectorLayer, options : aspose.gis.relationship.joins.JoinByGeometryOptions) -> aspose.gis.VectorLayer:
813
+ '''Joins a layer to the current layer by geometry.
814
+
815
+ :param layer: A layer to join.
816
+ :param options: Join parameters.
817
+ :returns: A new layer as a result of join two layers.'''
818
+ raise NotImplementedError()
819
+
820
+ def as_in_memory(self) -> aspose.gis.VectorLayer:
821
+ '''Create a layer clon as the InMemory format.
822
+
823
+ :returns: The InMemory Layer.'''
824
+ raise NotImplementedError()
825
+
826
+ @property
827
+ def spatial_reference_system(self) -> aspose.gis.spatialreferencing.SpatialReferenceSystem:
828
+ '''Get spatial reference system of this layer. For KML this is always WGS84.'''
829
+ raise NotImplementedError()
830
+
831
+ @property
832
+ def attributes(self) -> aspose.gis.BaseFeatureAttributeCollection:
833
+ '''Gets the collection of custom attributes for features in this :py:class:`aspose.gis.VectorLayer`.'''
834
+ raise NotImplementedError()
835
+
836
+ @property
837
+ def count(self) -> int:
838
+ '''Gets the number of features in this layer.'''
839
+ raise NotImplementedError()
840
+
841
+ @property
842
+ def geometry_type(self) -> aspose.gis.geometries.GeometryType:
843
+ '''Gets the type of the geometry for the layer.'''
844
+ raise NotImplementedError()
845
+
846
+ @property
847
+ def driver(self) -> aspose.gis.Driver:
848
+ '''Gets the :py:attr:`aspose.gis.formats.kml.KmlLayer.driver` that instantiated this layer.'''
849
+ raise NotImplementedError()
850
+
851
+ @property
852
+ def region_list(self) -> List[aspose.gis.formats.kml.specificfields.KmlRegionInfo]:
853
+ '''List of KmlRegionInfo from Region nodes'''
854
+ raise NotImplementedError()
855
+
856
+ @property
857
+ def ground_overlay_list(self) -> List[aspose.gis.formats.kml.specificfields.KmlGroundOverlayInfo]:
858
+ '''List of KmlGroundOverlayInfo from GroundOverlay nodes'''
859
+ raise NotImplementedError()
860
+
861
+ @property
862
+ def network_link_list(self) -> List[aspose.gis.formats.kml.specificfields.KmlNetworkLinkInfo]:
863
+ '''List of KmlNetworkLinkInfo from NetworkLink nodes'''
864
+ raise NotImplementedError()
865
+
866
+ @property
867
+ def features(self) -> List[aspose.gis.Feature]:
868
+ '''Gets the list features.'''
869
+ raise NotImplementedError()
870
+
871
+ def __getitem__(self, key : int) -> aspose.gis.Feature:
872
+ '''Gets the :py:class:`aspose.gis.Feature` at the specified index.'''
873
+ raise NotImplementedError()
874
+
875
+
361
876
  class KmlOptions(aspose.gis.DriverOptions):
362
877
  '''Driver-specific options for KML format.'''
363
878