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

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

Potentially problematic release.


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

Files changed (79) hide show
  1. aspose/assemblies/gis/Aspose.GIS.dll +0 -0
  2. aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
  3. aspose/gis/__init__.pyi +246 -74
  4. aspose/gis/common/__init__.pyi +99 -9
  5. aspose/gis/common/formats/dbase/__init__.pyi +19 -0
  6. aspose/gis/common/formats/gdbtable/__init__.pyi +36 -1
  7. aspose/gis/common/formats/mapinfo/__init__.pyi +48 -7
  8. aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +40 -1
  9. aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +47 -5
  10. aspose/gis/common/formats/mapinfo/styling/__init__.pyi +32 -0
  11. aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +69 -11
  12. aspose/gis/common/formats/wkt/__init__.pyi +26 -0
  13. aspose/gis/common/formats/xml/__init__.pyi +12 -0
  14. aspose/gis/common/io/__init__.pyi +31 -8
  15. aspose/gis/epsg/__init__.pyi +69 -0
  16. aspose/gis/formats/csv/__init__.pyi +7 -0
  17. aspose/gis/formats/database/__init__.pyi +3 -0
  18. aspose/gis/formats/esriascii/__init__.pyi +4 -0
  19. aspose/gis/formats/esrijson/__init__.pyi +4 -0
  20. aspose/gis/formats/filegdb/__init__.pyi +7 -0
  21. aspose/gis/formats/gdal/__init__.pyi +6 -0
  22. aspose/gis/formats/geojson/__init__.pyi +4 -0
  23. aspose/gis/formats/geojsonseq/__init__.pyi +4 -0
  24. aspose/gis/formats/geopackage/__init__.pyi +14 -0
  25. aspose/gis/formats/geotiff/__init__.pyi +4 -0
  26. aspose/gis/formats/gml/__init__.pyi +4 -0
  27. aspose/gis/formats/gpx/__init__.pyi +4 -0
  28. aspose/gis/formats/infile/__init__.pyi +4 -0
  29. aspose/gis/formats/kml/__init__.pyi +11 -0
  30. aspose/gis/formats/kml/specificfields/__init__.pyi +6 -0
  31. aspose/gis/formats/kml/styles/__init__.pyi +39 -2
  32. aspose/gis/formats/mapinfointerchange/__init__.pyi +4 -0
  33. aspose/gis/formats/mapinfotab/__init__.pyi +4 -0
  34. aspose/gis/formats/osmxml/__init__.pyi +4 -0
  35. aspose/gis/formats/postgis/__init__.pyi +4 -0
  36. aspose/gis/formats/shapefile/__init__.pyi +4 -0
  37. aspose/gis/formats/sqlserver/__init__.pyi +4 -0
  38. aspose/gis/formats/topojson/__init__.pyi +13 -0
  39. aspose/gis/formats/xyztile/__init__.pyi +15 -0
  40. aspose/gis/geometries/__init__.pyi +851 -324
  41. aspose/gis/geotools/__init__.pyi +44 -0
  42. aspose/gis/geotools/layersmap/__init__.pyi +15 -0
  43. aspose/gis/geotools/mapbuilder/__init__.pyi +7 -0
  44. aspose/gis/geotools/wayanalyzer/__init__.pyi +12 -0
  45. aspose/gis/imagemetadata/__init__.pyi +3 -3
  46. aspose/gis/indexing/__init__.pyi +8 -0
  47. aspose/gis/indexing/bplustree/__init__.pyi +3 -0
  48. aspose/gis/indexing/qixtree/__init__.pyi +3 -0
  49. aspose/gis/indexing/rtree/__init__.pyi +3 -0
  50. aspose/gis/labeling/__init__.pyi +32 -0
  51. aspose/gis/labeling/line/__init__.pyi +24 -0
  52. aspose/gis/painting/__init__.pyi +85 -8
  53. aspose/gis/projections/__init__.pyi +14 -0
  54. aspose/gis/raster/__init__.pyi +34 -0
  55. aspose/gis/relationship/joins/__init__.pyi +8 -0
  56. aspose/gis/rendering/__init__.pyi +124 -10
  57. aspose/gis/rendering/colorizers/__init__.pyi +37 -10
  58. aspose/gis/rendering/labelings/__init__.pyi +71 -10
  59. aspose/gis/rendering/sld/__init__.pyi +3 -0
  60. aspose/gis/rendering/symbolizers/__init__.pyi +191 -28
  61. aspose/gis/spatialreferencing/__init__.pyi +502 -154
  62. aspose/gis/topology/__init__.pyi +37 -0
  63. aspose/gis/topology/buffer/__init__.pyi +6 -0
  64. aspose/gis/topology/graph/__init__.pyi +5 -0
  65. aspose/gis.cp310-win_amd64.pyd +0 -0
  66. aspose/gis.cp311-win_amd64.pyd +0 -0
  67. aspose/gis.cp312-win_amd64.pyd +0 -0
  68. aspose/gis.cp313-win_amd64.pyd +0 -0
  69. aspose/gis.cp35-win_amd64.pyd +0 -0
  70. aspose/gis.cp36-win_amd64.pyd +0 -0
  71. aspose/gis.cp37-win_amd64.pyd +0 -0
  72. aspose/gis.cp38-win_amd64.pyd +0 -0
  73. aspose/gis.cp39-win_amd64.pyd +0 -0
  74. aspose/pydrawing/__init__.pyi +29 -7
  75. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/METADATA +1 -1
  76. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/RECORD +80 -83
  77. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/WHEEL +0 -0
  78. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/entry_points.txt +0 -0
  79. {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/top_level.txt +0 -0
Binary file
aspose/gis/__init__.pyi CHANGED
@@ -105,11 +105,11 @@ class AbstractPath:
105
105
  raise NotImplementedError()
106
106
 
107
107
  @staticmethod
108
- def from_stream(stream : io.RawIOBase) -> aspose.gis.AbstractPath:
109
- '''Creates an :py:class:`aspose.gis.AbstractPath` from a :py:class:`io.RawIOBase`.
108
+ def from_stream(stream : io._IOBase) -> aspose.gis.AbstractPath:
109
+ '''Creates an :py:class:`aspose.gis.AbstractPath` from a :py:class:`io._IOBase`.
110
110
 
111
111
  :param stream: A stream to create an :py:class:`aspose.gis.AbstractPath` from. ``Aspose.GIS`` does not dispose the stream.
112
- :returns: An instance of :py:class:`aspose.gis.AbstractPath` with the specified :py:class:`io.RawIOBase` as its content.'''
112
+ :returns: An instance of :py:class:`aspose.gis.AbstractPath` with the specified :py:class:`io._IOBase` as its content.'''
113
113
  raise NotImplementedError()
114
114
 
115
115
  def is_file(self) -> bool:
@@ -122,11 +122,11 @@ class AbstractPath:
122
122
  '''Deletes a file pointed to by this path.'''
123
123
  raise NotImplementedError()
124
124
 
125
- def open(self, access : System.IO.FileAccess) -> io.RawIOBase:
125
+ def open(self, access : System.IO.FileAccess) -> io._IOBase:
126
126
  '''Opens this ``AbstractPath`` as a file.
127
127
 
128
- :param access: Specifies a subset of operations that can be performed on a :py:class:`io.RawIOBase`.
129
- :returns: A :py:class:`io.RawIOBase` opened with the specified :py:class:`System.IO.FileAccess`.'''
128
+ :param access: Specifies a subset of operations that can be performed on a :py:class:`io._IOBase`.
129
+ :returns: A :py:class:`io._IOBase` opened with the specified :py:class:`System.IO.FileAccess`.'''
130
130
  raise NotImplementedError()
131
131
 
132
132
  def list_directory(self) -> Iterable[aspose.gis.AbstractPath]:
@@ -186,6 +186,9 @@ class AbstractPath:
186
186
  class AttributesConverterActions:
187
187
  '''Optional actions with attributes of the destination layer.'''
188
188
 
189
+ def __init__(self) -> None:
190
+ raise NotImplementedError()
191
+
189
192
  @property
190
193
  def exclude(self) -> bool:
191
194
  '''Sets to exclude the attribute from the destination layer. The initial value is .'''
@@ -259,6 +262,9 @@ class BaseFeatureAttributeCollection:
259
262
  class ConversionOptions:
260
263
  '''Options for converting data between formats.'''
261
264
 
265
+ def __init__(self) -> None:
266
+ raise NotImplementedError()
267
+
262
268
  @property
263
269
  def source_driver_options(self) -> aspose.gis.DriverOptions:
264
270
  '''Driver-specific options for the source layer.'''
@@ -823,60 +829,141 @@ class DriverOptions:
823
829
  class Drivers:
824
830
  '''Drivers for all supported formats.'''
825
831
 
826
- esri_json : aspose.gis.formats.esrijson.EsriJsonDriver
827
- '''A driver for the EsriJson format.'''
828
- gdal : aspose.gis.formats.gdal.GdalDriver
829
- '''A driver for the GDAL format.'''
830
- geo_json : aspose.gis.formats.geojson.GeoJsonDriver
831
- '''A driver for the GeoJSON format.'''
832
- geo_json_seq : aspose.gis.formats.geojsonseq.GeoJsonSeqDriver
833
- '''A driver for the GeoJsonSeq: sequence of GeoJSON features.'''
834
- in_memory : aspose.gis.formats.inmemory.InMemoryDriver
835
- '''A driver for work with data in memory.'''
836
- in_file : aspose.gis.formats.infile.InFileDriver
837
- '''A driver for work with data and save changes in file on HDD.'''
838
- kml : aspose.gis.formats.kml.KmlDriver
839
- '''A driver for the KML format.'''
840
- shapefile : aspose.gis.formats.shapefile.ShapefileDriver
841
- '''A driver for the Shapefile format.'''
842
- osm_xml : aspose.gis.formats.osmxml.OsmXmlDriver
843
- '''A driver for the OSM XML format.'''
844
- gpx : aspose.gis.formats.gpx.GpxDriver
845
- '''A driver for the GPX format.'''
846
- gml : aspose.gis.formats.gml.GmlDriver
847
- '''A driver for the GML format.'''
848
- file_gdb : aspose.gis.formats.filegdb.FileGdbDriver
849
- '''A driver for the ESRI File Geodatabase format.'''
850
- topo_json : aspose.gis.formats.topojson.TopoJsonDriver
851
- '''A driver for the TopoJSON format.'''
852
- map_info_interchange : aspose.gis.formats.mapinfointerchange.MapInfoInterchangeDriver
853
- '''A driver for the MapInfo Interchange Format.'''
854
- map_info_tab : aspose.gis.formats.mapinfotab.MapInfoTabDriver
855
- '''A driver for the MapInfo Tab format.'''
856
- post_gis : aspose.gis.formats.postgis.PostGisDriver
857
- '''A driver for the PostGIS database.'''
858
- sql_server : aspose.gis.formats.sqlserver.SqlServerDriver
859
- '''A driver for the SQL Server database.'''
860
- esri_ascii : aspose.gis.formats.esriascii.EsriAsciiDriver
861
- '''A driver for the Esri AscII raster format.'''
862
- geo_tiff : aspose.gis.formats.geotiff.GeoTiffDriver
863
- '''A driver for the GeoTIFF or TIFF raster format.'''
864
- world_raster : aspose.gis.formats.worldfile.WorldRasterDriver
865
- '''A driver for raster.formats with world file'''
866
- jpeg_w : aspose.gis.formats.jpegw.JpegWDriver
867
- '''A driver for the JpegW raster format.'''
868
- png_w : aspose.gis.formats.pngw.PngWDriver
869
- '''A driver for the PngW raster format.'''
870
- bmp_w : aspose.gis.formats.bmpw.BmpWDriver
871
- '''A driver for the BmpW raster format.'''
872
- tiff_w : aspose.gis.formats.tiffw.TiffWDriver
873
- '''A driver for the TiffW raster format.'''
874
- xyz_tiles : aspose.gis.formats.xyztile.XyzTilesDriver
875
- '''A driver for the tiled web map like OpenStreetMaps, Google Maps, etc.'''
876
- csv : aspose.gis.formats.csv.CsvDriver
877
- '''A driver for the CSV format.'''
878
- geo_package : aspose.gis.formats.geopackage.GeoPackageDriver
879
- '''A driver for the GeoPackage format.'''
832
+ @property
833
+ def esri_json(self) -> aspose.gis.formats.esrijson.EsriJsonDriver:
834
+ '''A driver for the EsriJson format.'''
835
+ raise NotImplementedError()
836
+
837
+ @property
838
+ def gdal(self) -> aspose.gis.formats.gdal.GdalDriver:
839
+ '''A driver for the GDAL format.'''
840
+ raise NotImplementedError()
841
+
842
+ @property
843
+ def geo_json(self) -> aspose.gis.formats.geojson.GeoJsonDriver:
844
+ '''A driver for the GeoJSON format.'''
845
+ raise NotImplementedError()
846
+
847
+ @property
848
+ def geo_json_seq(self) -> aspose.gis.formats.geojsonseq.GeoJsonSeqDriver:
849
+ '''A driver for the GeoJsonSeq: sequence of GeoJSON features.'''
850
+ raise NotImplementedError()
851
+
852
+ @property
853
+ def in_memory(self) -> aspose.gis.formats.inmemory.InMemoryDriver:
854
+ '''A driver for work with data in memory.'''
855
+ raise NotImplementedError()
856
+
857
+ @property
858
+ def in_file(self) -> aspose.gis.formats.infile.InFileDriver:
859
+ '''A driver for work with data and save changes in file on HDD.'''
860
+ raise NotImplementedError()
861
+
862
+ @property
863
+ def kml(self) -> aspose.gis.formats.kml.KmlDriver:
864
+ '''A driver for the KML format.'''
865
+ raise NotImplementedError()
866
+
867
+ @property
868
+ def shapefile(self) -> aspose.gis.formats.shapefile.ShapefileDriver:
869
+ '''A driver for the Shapefile format.'''
870
+ raise NotImplementedError()
871
+
872
+ @property
873
+ def osm_xml(self) -> aspose.gis.formats.osmxml.OsmXmlDriver:
874
+ '''A driver for the OSM XML format.'''
875
+ raise NotImplementedError()
876
+
877
+ @property
878
+ def gpx(self) -> aspose.gis.formats.gpx.GpxDriver:
879
+ '''A driver for the GPX format.'''
880
+ raise NotImplementedError()
881
+
882
+ @property
883
+ def gml(self) -> aspose.gis.formats.gml.GmlDriver:
884
+ '''A driver for the GML format.'''
885
+ raise NotImplementedError()
886
+
887
+ @property
888
+ def file_gdb(self) -> aspose.gis.formats.filegdb.FileGdbDriver:
889
+ '''A driver for the ESRI File Geodatabase format.'''
890
+ raise NotImplementedError()
891
+
892
+ @property
893
+ def topo_json(self) -> aspose.gis.formats.topojson.TopoJsonDriver:
894
+ '''A driver for the TopoJSON format.'''
895
+ raise NotImplementedError()
896
+
897
+ @property
898
+ def map_info_interchange(self) -> aspose.gis.formats.mapinfointerchange.MapInfoInterchangeDriver:
899
+ '''A driver for the MapInfo Interchange Format.'''
900
+ raise NotImplementedError()
901
+
902
+ @property
903
+ def map_info_tab(self) -> aspose.gis.formats.mapinfotab.MapInfoTabDriver:
904
+ '''A driver for the MapInfo Tab format.'''
905
+ raise NotImplementedError()
906
+
907
+ @property
908
+ def post_gis(self) -> aspose.gis.formats.postgis.PostGisDriver:
909
+ '''A driver for the PostGIS database.'''
910
+ raise NotImplementedError()
911
+
912
+ @property
913
+ def sql_server(self) -> aspose.gis.formats.sqlserver.SqlServerDriver:
914
+ '''A driver for the SQL Server database.'''
915
+ raise NotImplementedError()
916
+
917
+ @property
918
+ def esri_ascii(self) -> aspose.gis.formats.esriascii.EsriAsciiDriver:
919
+ '''A driver for the Esri AscII raster format.'''
920
+ raise NotImplementedError()
921
+
922
+ @property
923
+ def geo_tiff(self) -> aspose.gis.formats.geotiff.GeoTiffDriver:
924
+ '''A driver for the GeoTIFF or TIFF raster format.'''
925
+ raise NotImplementedError()
926
+
927
+ @property
928
+ def world_raster(self) -> aspose.gis.formats.worldfile.WorldRasterDriver:
929
+ '''A driver for raster.formats with world file'''
930
+ raise NotImplementedError()
931
+
932
+ @property
933
+ def jpeg_w(self) -> aspose.gis.formats.jpegw.JpegWDriver:
934
+ '''A driver for the JpegW raster format.'''
935
+ raise NotImplementedError()
936
+
937
+ @property
938
+ def png_w(self) -> aspose.gis.formats.pngw.PngWDriver:
939
+ '''A driver for the PngW raster format.'''
940
+ raise NotImplementedError()
941
+
942
+ @property
943
+ def bmp_w(self) -> aspose.gis.formats.bmpw.BmpWDriver:
944
+ '''A driver for the BmpW raster format.'''
945
+ raise NotImplementedError()
946
+
947
+ @property
948
+ def tiff_w(self) -> aspose.gis.formats.tiffw.TiffWDriver:
949
+ '''A driver for the TiffW raster format.'''
950
+ raise NotImplementedError()
951
+
952
+ @property
953
+ def xyz_tiles(self) -> aspose.gis.formats.xyztile.XyzTilesDriver:
954
+ '''A driver for the tiled web map like OpenStreetMaps, Google Maps, etc.'''
955
+ raise NotImplementedError()
956
+
957
+ @property
958
+ def csv(self) -> aspose.gis.formats.csv.CsvDriver:
959
+ '''A driver for the CSV format.'''
960
+ raise NotImplementedError()
961
+
962
+ @property
963
+ def geo_package(self) -> aspose.gis.formats.geopackage.GeoPackageDriver:
964
+ '''A driver for the GeoPackage format.'''
965
+ raise NotImplementedError()
966
+
880
967
 
881
968
  class DynamicFeature(Feature):
882
969
  '''A geographic feature composed of a geometry and user-defined attributes.'''
@@ -1003,6 +1090,31 @@ class DynamicFeature(Feature):
1003
1090
  class Extent:
1004
1091
  '''A two-dimensional spatial bounding box.'''
1005
1092
 
1093
+ @overload
1094
+ def __init__(self) -> None:
1095
+ '''Creates new instance.'''
1096
+ raise NotImplementedError()
1097
+
1098
+ @overload
1099
+ def __init__(self, srs : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> None:
1100
+ '''Creates new instance.
1101
+
1102
+ :param srs: :py:class:`aspose.gis.spatialreferencing.SpatialReferenceSystem` associated with this extent.
1103
+ Can be to indicate that SRS is unknown.'''
1104
+ raise NotImplementedError()
1105
+
1106
+ @overload
1107
+ def __init__(self, x_min : float, y_min : float, x_max : float, y_max : float, srs : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> None:
1108
+ '''Creates new instance.
1109
+
1110
+ :param x_min: Minimum X value.
1111
+ :param y_min: Minimum Y value.
1112
+ :param x_max: Maximum X value.
1113
+ :param y_max: Maximum Y value.
1114
+ :param srs: :py:class:`aspose.gis.spatialreferencing.SpatialReferenceSystem` associated with this extent.
1115
+ Can be to indicate that SRS is unknown.'''
1116
+ raise NotImplementedError()
1117
+
1006
1118
  @overload
1007
1119
  def grow(self, extent : aspose.gis.Extent) -> None:
1008
1120
  '''Grows this extent so it includes the argument.
@@ -1299,6 +1411,23 @@ class Feature:
1299
1411
  class FeatureAttribute:
1300
1412
  '''An attribute of a :py:class:`aspose.gis.Feature`.'''
1301
1413
 
1414
+ @overload
1415
+ def __init__(self, name : str, data_type : aspose.gis.AttributeDataType) -> None:
1416
+ '''Initializes a new instance of the :py:class:`aspose.gis.FeatureAttribute` class.
1417
+
1418
+ :param name: The name of the attribute.
1419
+ :param data_type: The data type of the attribute.'''
1420
+ raise NotImplementedError()
1421
+
1422
+ @overload
1423
+ def __init__(self, name : str, data_type : aspose.gis.AttributeDataType, can_be_null : bool) -> None:
1424
+ '''Initializes a new instance of the :py:class:`aspose.gis.FeatureAttribute` class.
1425
+
1426
+ :param name: The name of the attribute.
1427
+ :param data_type: The data type of the attribute.
1428
+ :param can_be_null: if this instance can be null; otherwise, .'''
1429
+ raise NotImplementedError()
1430
+
1302
1431
  def lock(self) -> None:
1303
1432
  '''Locks this attribute.'''
1304
1433
  raise NotImplementedError()
@@ -1455,8 +1584,11 @@ class FeatureAttributeCollection(BaseFeatureAttributeCollection):
1455
1584
  class FeatureStyle(IFeatureStyle):
1456
1585
  '''The abstract root class of the feature styles hierarchy.'''
1457
1586
 
1458
- null : aspose.gis.IFeatureStyle
1459
- '''Gets an instance of null style.'''
1587
+ @property
1588
+ def null(self) -> aspose.gis.IFeatureStyle:
1589
+ '''Gets an instance of null style.'''
1590
+ raise NotImplementedError()
1591
+
1460
1592
 
1461
1593
  class FeaturesSequence:
1462
1594
  ''':py:class:`aspose.gis.FeaturesSequence` represents a set of vector features.'''
@@ -1891,6 +2023,18 @@ class GeoConvert:
1891
2023
  class GisException:
1892
2024
  '''The exception that is thrown when an error occurs during GIS data processing.'''
1893
2025
 
2026
+ @overload
2027
+ def __init__(self) -> None:
2028
+ '''Initializes a new instance of the :py:class:`aspose.gis.GisException` class.'''
2029
+ raise NotImplementedError()
2030
+
2031
+ @overload
2032
+ def __init__(self, message : str) -> None:
2033
+ '''Initializes a new instance of the :py:class:`aspose.gis.GisException` class.
2034
+
2035
+ :param message: The message that describes the error.'''
2036
+ raise NotImplementedError()
2037
+
1894
2038
 
1895
2039
  class IAttributesConverter:
1896
2040
  '''A custom converter for layer attributes.'''
@@ -1911,13 +2055,17 @@ class IFeatureStyle:
1911
2055
  class License:
1912
2056
  '''Provides methods to license the component.'''
1913
2057
 
2058
+ def __init__(self) -> None:
2059
+ '''Initializes a new instance of this class.'''
2060
+ raise NotImplementedError()
2061
+
1914
2062
  @overload
1915
2063
  def set_license(self, license_name : str) -> None:
1916
2064
  '''Licenses the component.'''
1917
2065
  raise NotImplementedError()
1918
2066
 
1919
2067
  @overload
1920
- def set_license(self, stream : io.RawIOBase) -> None:
2068
+ def set_license(self, stream : io._IOBase) -> None:
1921
2069
  '''Licenses the component.
1922
2070
 
1923
2071
  :param stream: A stream that contains the license.'''
@@ -1958,6 +2106,14 @@ class Metered:
1958
2106
  class MultiStreamPath(AbstractPath):
1959
2107
  '''This class works with formats which contains several files.'''
1960
2108
 
2109
+ def __init__(self, entry_file_name : str, file_names : List[str], streams : List[io._IOBase]) -> None:
2110
+ '''Initializes a new instance of the :py:class:`aspose.gis.MultiStreamPath` class.
2111
+
2112
+ :param entry_file_name: Name of the entry file.
2113
+ :param file_names: The file names.
2114
+ :param streams: The streams.'''
2115
+ raise NotImplementedError()
2116
+
1961
2117
  @staticmethod
1962
2118
  def from_local_path(path : str) -> aspose.gis.AbstractPath:
1963
2119
  '''Creates an :py:class:`aspose.gis.AbstractPath` that represents a location on the local filesystem.
@@ -1967,11 +2123,11 @@ class MultiStreamPath(AbstractPath):
1967
2123
  raise NotImplementedError()
1968
2124
 
1969
2125
  @staticmethod
1970
- def from_stream(stream : io.RawIOBase) -> aspose.gis.AbstractPath:
1971
- '''Creates an :py:class:`aspose.gis.AbstractPath` from a :py:class:`io.RawIOBase`.
2126
+ def from_stream(stream : io._IOBase) -> aspose.gis.AbstractPath:
2127
+ '''Creates an :py:class:`aspose.gis.AbstractPath` from a :py:class:`io._IOBase`.
1972
2128
 
1973
2129
  :param stream: A stream to create an :py:class:`aspose.gis.AbstractPath` from. ``Aspose.GIS`` does not dispose the stream.
1974
- :returns: An instance of :py:class:`aspose.gis.AbstractPath` with the specified :py:class:`io.RawIOBase` as its content.'''
2130
+ :returns: An instance of :py:class:`aspose.gis.AbstractPath` with the specified :py:class:`io._IOBase` as its content.'''
1975
2131
  raise NotImplementedError()
1976
2132
 
1977
2133
  def is_file(self) -> bool:
@@ -1984,10 +2140,10 @@ class MultiStreamPath(AbstractPath):
1984
2140
  '''Deletes a file pointed to by this path.'''
1985
2141
  raise NotImplementedError()
1986
2142
 
1987
- def open(self, access : System.IO.FileAccess) -> io.RawIOBase:
2143
+ def open(self, access : System.IO.FileAccess) -> io._IOBase:
1988
2144
  '''Abstracts a set of open streaming multi-file formats a path for accessing data.
1989
2145
 
1990
- :param access: Specifies a subset of operations that can be performed on a :py:class:`io.RawIOBase`.
2146
+ :param access: Specifies a subset of operations that can be performed on a :py:class:`io._IOBase`.
1991
2147
  :returns: This can be either a :py:class:`System.IO.MemoryStream` or the stream originally passed by the client.'''
1992
2148
  raise NotImplementedError()
1993
2149
 
@@ -2148,9 +2304,12 @@ class NumericFormat:
2148
2304
  :returns: The Rounding Precision Specifier.'''
2149
2305
  raise NotImplementedError()
2150
2306
 
2151
- round_trip : aspose.gis.NumericFormat
2152
- '''Converts and attempts to ensure that a numeric value that is converted to
2153
- a string is parsed back into the same numeric value.'''
2307
+ @property
2308
+ def round_trip(self) -> aspose.gis.NumericFormat:
2309
+ '''Converts and attempts to ensure that a numeric value that is converted to
2310
+ a string is parsed back into the same numeric value.'''
2311
+ raise NotImplementedError()
2312
+
2154
2313
 
2155
2314
  class PrecisionModel:
2156
2315
  ''':py:class:`aspose.gis.PrecisionModel` specifies a number of significant digits in a coordinate.'''
@@ -2171,9 +2330,12 @@ class PrecisionModel:
2171
2330
  :returns: true if the current object is equal to the ``other`` parameter; otherwise, false.'''
2172
2331
  raise NotImplementedError()
2173
2332
 
2174
- exact : aspose.gis.PrecisionModel
2175
- '''Returns an exact precision model.
2176
- According to exact precision model all digits in a double value are significant.'''
2333
+ @property
2334
+ def exact(self) -> aspose.gis.PrecisionModel:
2335
+ '''Returns an exact precision model.
2336
+ According to exact precision model all digits in a double value are significant.'''
2337
+ raise NotImplementedError()
2338
+
2177
2339
  @property
2178
2340
  def is_exact(self) -> bool:
2179
2341
  '''Gets a value indicating whether this precision model is exact.'''
@@ -2376,6 +2538,9 @@ class RasterDriverOptions(DriverOptions):
2376
2538
  class SavingOptions:
2377
2539
  '''Options for saving :py:class:`aspose.gis.FeaturesSequence` to file.'''
2378
2540
 
2541
+ def __init__(self) -> None:
2542
+ raise NotImplementedError()
2543
+
2379
2544
  @property
2380
2545
  def driver_options(self) -> aspose.gis.DriverOptions:
2381
2546
  '''Driver-specific options for the output layer.'''
@@ -2858,6 +3023,13 @@ class VectorLayer(FeaturesSequence):
2858
3023
  :returns: A new layer as a result of join two layers.'''
2859
3024
  raise NotImplementedError()
2860
3025
 
3026
+ def intersection_by_geometry(self, layer : aspose.gis.VectorLayer) -> aspose.gis.VectorLayer:
3027
+ '''Intersect a layer to the current layer by geometry.
3028
+
3029
+ :param layer: A layer to intersect.
3030
+ :returns: A new layer as a result of intersection two layers.'''
3031
+ raise NotImplementedError()
3032
+
2861
3033
  def as_in_memory(self) -> aspose.gis.VectorLayer:
2862
3034
  '''Create a layer clon as the InMemory format.
2863
3035