aspose-gis-net 24.12.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 (346) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +82 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/gis/Aspose.GIS.dll +0 -0
  6. aspose/assemblies/gis/Microsoft.Win32.SystemEvents.dll +0 -0
  7. aspose/assemblies/gis/Newtonsoft.Json.dll +0 -0
  8. aspose/assemblies/gis/System.Drawing.Common.dll +0 -0
  9. aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
  10. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  11. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  12. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  13. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  14. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  15. aspose/assemblies/pyio/WrpInterop.Aspose.PyIO.dll +0 -0
  16. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  17. aspose/gis/__init__.pyi +2535 -0
  18. aspose/gis/__nuitka/__init__.pyi +1 -0
  19. aspose/gis/__nuitka/aspose-gis.nuitka-package.config.yml +20 -0
  20. aspose/gis/__pyinstaller/__init__.pyi +1 -0
  21. aspose/gis/__pyinstaller/hook-aspose.gis.py +9 -0
  22. aspose/gis/common/__init__.pyi +1028 -0
  23. aspose/gis/common/formats/__init__.pyi +98 -0
  24. aspose/gis/common/formats/dbase/__init__.pyi +250 -0
  25. aspose/gis/common/formats/gdbtable/__init__.pyi +1022 -0
  26. aspose/gis/common/formats/mapinfo/__init__.pyi +346 -0
  27. aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +662 -0
  28. aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +217 -0
  29. aspose/gis/common/formats/mapinfo/styling/__init__.pyi +163 -0
  30. aspose/gis/common/formats/mapinfo/tabformat/__init__.pyi +139 -0
  31. aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +430 -0
  32. aspose/gis/common/formats/wkb/__init__.pyi +120 -0
  33. aspose/gis/common/formats/wkt/__init__.pyi +420 -0
  34. aspose/gis/common/formats/xml/__init__.pyi +173 -0
  35. aspose/gis/common/io/__init__.pyi +290 -0
  36. aspose/gis/epsg/__init__.pyi +357 -0
  37. aspose/gis/formats/__init__.pyi +91 -0
  38. aspose/gis/formats/bmpw/__init__.pyi +134 -0
  39. aspose/gis/formats/csv/__init__.pyi +608 -0
  40. aspose/gis/formats/database/__init__.pyi +173 -0
  41. aspose/gis/formats/database/dataediting/__init__.pyi +105 -0
  42. aspose/gis/formats/database/fromdefinition/__init__.pyi +141 -0
  43. aspose/gis/formats/esriascii/__init__.pyi +292 -0
  44. aspose/gis/formats/esrijson/__init__.pyi +512 -0
  45. aspose/gis/formats/filegdb/__init__.pyi +722 -0
  46. aspose/gis/formats/gdal/__init__.pyi +478 -0
  47. aspose/gis/formats/geojson/__init__.pyi +620 -0
  48. aspose/gis/formats/geojsonseq/__init__.pyi +572 -0
  49. aspose/gis/formats/geotiff/__init__.pyi +292 -0
  50. aspose/gis/formats/gml/__init__.pyi +545 -0
  51. aspose/gis/formats/gpx/__init__.pyi +543 -0
  52. aspose/gis/formats/infile/__init__.pyi +582 -0
  53. aspose/gis/formats/inmemory/__init__.pyi +337 -0
  54. aspose/gis/formats/jpegw/__init__.pyi +134 -0
  55. aspose/gis/formats/kml/__init__.pyi +556 -0
  56. aspose/gis/formats/kml/styles/__init__.pyi +636 -0
  57. aspose/gis/formats/mapinfointerchange/__init__.pyi +501 -0
  58. aspose/gis/formats/mapinfotab/__init__.pyi +530 -0
  59. aspose/gis/formats/osmxml/__init__.pyi +543 -0
  60. aspose/gis/formats/pngw/__init__.pyi +134 -0
  61. aspose/gis/formats/postgis/__init__.pyi +262 -0
  62. aspose/gis/formats/shapefile/__init__.pyi +511 -0
  63. aspose/gis/formats/sqlserver/__init__.pyi +248 -0
  64. aspose/gis/formats/tiffw/__init__.pyi +134 -0
  65. aspose/gis/formats/topojson/__init__.pyi +596 -0
  66. aspose/gis/formats/worldfile/__init__.pyi +134 -0
  67. aspose/gis/formats/xyztile/__init__.pyi +132 -0
  68. aspose/gis/geometries/__init__.pyi +15970 -0
  69. aspose/gis/geotools/__init__.pyi +519 -0
  70. aspose/gis/geotools/extensions/__init__.pyi +107 -0
  71. aspose/gis/geotools/layersmap/__init__.pyi +311 -0
  72. aspose/gis/geotools/mapbuilder/__init__.pyi +141 -0
  73. aspose/gis/geotools/wayanalyzer/__init__.pyi +187 -0
  74. aspose/gis/imagemetadata/__init__.pyi +297 -0
  75. aspose/gis/indexing/__init__.pyi +103 -0
  76. aspose/gis/indexing/bplustree/__init__.pyi +118 -0
  77. aspose/gis/indexing/qixtree/__init__.pyi +121 -0
  78. aspose/gis/indexing/rtree/__init__.pyi +153 -0
  79. aspose/gis/labeling/__init__.pyi +235 -0
  80. aspose/gis/labeling/line/__init__.pyi +279 -0
  81. aspose/gis/painting/__init__.pyi +790 -0
  82. aspose/gis/projections/__init__.pyi +272 -0
  83. aspose/gis/py.typed +0 -0
  84. aspose/gis/raster/__init__.pyi +586 -0
  85. aspose/gis/raster/web/__init__.pyi +127 -0
  86. aspose/gis/relationship/__init__.pyi +91 -0
  87. aspose/gis/relationship/joins/__init__.pyi +161 -0
  88. aspose/gis/rendering/__init__.pyi +572 -0
  89. aspose/gis/rendering/colorizers/__init__.pyi +202 -0
  90. aspose/gis/rendering/formats/__init__.pyi +91 -0
  91. aspose/gis/rendering/formats/bmp/__init__.pyi +111 -0
  92. aspose/gis/rendering/formats/jpeg/__init__.pyi +111 -0
  93. aspose/gis/rendering/formats/png/__init__.pyi +111 -0
  94. aspose/gis/rendering/formats/svg/__init__.pyi +111 -0
  95. aspose/gis/rendering/labelings/__init__.pyi +416 -0
  96. aspose/gis/rendering/sld/__init__.pyi +109 -0
  97. aspose/gis/rendering/symbolizers/__init__.pyi +882 -0
  98. aspose/gis/spatialreferencing/__init__.pyi +3005 -0
  99. aspose/gis/topology/__init__.pyi +342 -0
  100. aspose/gis/topology/algorithms/__init__.pyi +98 -0
  101. aspose/gis/topology/buffer/__init__.pyi +214 -0
  102. aspose/gis/topology/graph/__init__.pyi +338 -0
  103. aspose/gis.cpython-310-darwin.so +0 -0
  104. aspose/gis.cpython-311-darwin.so +0 -0
  105. aspose/gis.cpython-312-darwin.so +0 -0
  106. aspose/gis.cpython-313-darwin.so +0 -0
  107. aspose/gis.cpython-38-darwin.so +0 -0
  108. aspose/gis.cpython-39-darwin.so +0 -0
  109. aspose/netcore/netcore6.0/Microsoft.CSharp.dll +0 -0
  110. aspose/netcore/netcore6.0/Microsoft.VisualBasic.Core.dll +0 -0
  111. aspose/netcore/netcore6.0/Microsoft.VisualBasic.dll +0 -0
  112. aspose/netcore/netcore6.0/Microsoft.Win32.Primitives.dll +0 -0
  113. aspose/netcore/netcore6.0/Microsoft.Win32.Registry.dll +0 -0
  114. aspose/netcore/netcore6.0/System.AppContext.dll +0 -0
  115. aspose/netcore/netcore6.0/System.Buffers.dll +0 -0
  116. aspose/netcore/netcore6.0/System.Collections.Concurrent.dll +0 -0
  117. aspose/netcore/netcore6.0/System.Collections.Immutable.dll +0 -0
  118. aspose/netcore/netcore6.0/System.Collections.NonGeneric.dll +0 -0
  119. aspose/netcore/netcore6.0/System.Collections.Specialized.dll +0 -0
  120. aspose/netcore/netcore6.0/System.Collections.dll +0 -0
  121. aspose/netcore/netcore6.0/System.ComponentModel.Annotations.dll +0 -0
  122. aspose/netcore/netcore6.0/System.ComponentModel.DataAnnotations.dll +0 -0
  123. aspose/netcore/netcore6.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  124. aspose/netcore/netcore6.0/System.ComponentModel.Primitives.dll +0 -0
  125. aspose/netcore/netcore6.0/System.ComponentModel.TypeConverter.dll +0 -0
  126. aspose/netcore/netcore6.0/System.ComponentModel.dll +0 -0
  127. aspose/netcore/netcore6.0/System.Configuration.dll +0 -0
  128. aspose/netcore/netcore6.0/System.Console.dll +0 -0
  129. aspose/netcore/netcore6.0/System.Core.dll +0 -0
  130. aspose/netcore/netcore6.0/System.Data.Common.dll +0 -0
  131. aspose/netcore/netcore6.0/System.Data.DataSetExtensions.dll +0 -0
  132. aspose/netcore/netcore6.0/System.Data.dll +0 -0
  133. aspose/netcore/netcore6.0/System.Diagnostics.Contracts.dll +0 -0
  134. aspose/netcore/netcore6.0/System.Diagnostics.Debug.dll +0 -0
  135. aspose/netcore/netcore6.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  136. aspose/netcore/netcore6.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  137. aspose/netcore/netcore6.0/System.Diagnostics.Process.dll +0 -0
  138. aspose/netcore/netcore6.0/System.Diagnostics.StackTrace.dll +0 -0
  139. aspose/netcore/netcore6.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  140. aspose/netcore/netcore6.0/System.Diagnostics.Tools.dll +0 -0
  141. aspose/netcore/netcore6.0/System.Diagnostics.TraceSource.dll +0 -0
  142. aspose/netcore/netcore6.0/System.Diagnostics.Tracing.dll +0 -0
  143. aspose/netcore/netcore6.0/System.Drawing.Primitives.dll +0 -0
  144. aspose/netcore/netcore6.0/System.Drawing.dll +0 -0
  145. aspose/netcore/netcore6.0/System.Dynamic.Runtime.dll +0 -0
  146. aspose/netcore/netcore6.0/System.Formats.Asn1.dll +0 -0
  147. aspose/netcore/netcore6.0/System.Globalization.Calendars.dll +0 -0
  148. aspose/netcore/netcore6.0/System.Globalization.Extensions.dll +0 -0
  149. aspose/netcore/netcore6.0/System.Globalization.dll +0 -0
  150. aspose/netcore/netcore6.0/System.IO.Compression.Brotli.dll +0 -0
  151. aspose/netcore/netcore6.0/System.IO.Compression.FileSystem.dll +0 -0
  152. aspose/netcore/netcore6.0/System.IO.Compression.ZipFile.dll +0 -0
  153. aspose/netcore/netcore6.0/System.IO.Compression.dll +0 -0
  154. aspose/netcore/netcore6.0/System.IO.FileSystem.AccessControl.dll +0 -0
  155. aspose/netcore/netcore6.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  156. aspose/netcore/netcore6.0/System.IO.FileSystem.Primitives.dll +0 -0
  157. aspose/netcore/netcore6.0/System.IO.FileSystem.Watcher.dll +0 -0
  158. aspose/netcore/netcore6.0/System.IO.FileSystem.dll +0 -0
  159. aspose/netcore/netcore6.0/System.IO.IsolatedStorage.dll +0 -0
  160. aspose/netcore/netcore6.0/System.IO.MemoryMappedFiles.dll +0 -0
  161. aspose/netcore/netcore6.0/System.IO.Pipes.AccessControl.dll +0 -0
  162. aspose/netcore/netcore6.0/System.IO.Pipes.dll +0 -0
  163. aspose/netcore/netcore6.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  164. aspose/netcore/netcore6.0/System.IO.dll +0 -0
  165. aspose/netcore/netcore6.0/System.Linq.Expressions.dll +0 -0
  166. aspose/netcore/netcore6.0/System.Linq.Parallel.dll +0 -0
  167. aspose/netcore/netcore6.0/System.Linq.Queryable.dll +0 -0
  168. aspose/netcore/netcore6.0/System.Linq.dll +0 -0
  169. aspose/netcore/netcore6.0/System.Memory.dll +0 -0
  170. aspose/netcore/netcore6.0/System.Net.Http.Json.dll +0 -0
  171. aspose/netcore/netcore6.0/System.Net.Http.dll +0 -0
  172. aspose/netcore/netcore6.0/System.Net.HttpListener.dll +0 -0
  173. aspose/netcore/netcore6.0/System.Net.Mail.dll +0 -0
  174. aspose/netcore/netcore6.0/System.Net.NameResolution.dll +0 -0
  175. aspose/netcore/netcore6.0/System.Net.NetworkInformation.dll +0 -0
  176. aspose/netcore/netcore6.0/System.Net.Ping.dll +0 -0
  177. aspose/netcore/netcore6.0/System.Net.Primitives.dll +0 -0
  178. aspose/netcore/netcore6.0/System.Net.Quic.dll +0 -0
  179. aspose/netcore/netcore6.0/System.Net.Requests.dll +0 -0
  180. aspose/netcore/netcore6.0/System.Net.Security.dll +0 -0
  181. aspose/netcore/netcore6.0/System.Net.ServicePoint.dll +0 -0
  182. aspose/netcore/netcore6.0/System.Net.Sockets.dll +0 -0
  183. aspose/netcore/netcore6.0/System.Net.WebClient.dll +0 -0
  184. aspose/netcore/netcore6.0/System.Net.WebHeaderCollection.dll +0 -0
  185. aspose/netcore/netcore6.0/System.Net.WebProxy.dll +0 -0
  186. aspose/netcore/netcore6.0/System.Net.WebSockets.Client.dll +0 -0
  187. aspose/netcore/netcore6.0/System.Net.WebSockets.dll +0 -0
  188. aspose/netcore/netcore6.0/System.Net.dll +0 -0
  189. aspose/netcore/netcore6.0/System.Numerics.Vectors.dll +0 -0
  190. aspose/netcore/netcore6.0/System.Numerics.dll +0 -0
  191. aspose/netcore/netcore6.0/System.ObjectModel.dll +0 -0
  192. aspose/netcore/netcore6.0/System.Private.CoreLib.dll +0 -0
  193. aspose/netcore/netcore6.0/System.Private.DataContractSerialization.dll +0 -0
  194. aspose/netcore/netcore6.0/System.Private.Uri.dll +0 -0
  195. aspose/netcore/netcore6.0/System.Private.Xml.Linq.dll +0 -0
  196. aspose/netcore/netcore6.0/System.Private.Xml.dll +0 -0
  197. aspose/netcore/netcore6.0/System.Reflection.DispatchProxy.dll +0 -0
  198. aspose/netcore/netcore6.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  199. aspose/netcore/netcore6.0/System.Reflection.Emit.Lightweight.dll +0 -0
  200. aspose/netcore/netcore6.0/System.Reflection.Emit.dll +0 -0
  201. aspose/netcore/netcore6.0/System.Reflection.Extensions.dll +0 -0
  202. aspose/netcore/netcore6.0/System.Reflection.Metadata.dll +0 -0
  203. aspose/netcore/netcore6.0/System.Reflection.Primitives.dll +0 -0
  204. aspose/netcore/netcore6.0/System.Reflection.TypeExtensions.dll +0 -0
  205. aspose/netcore/netcore6.0/System.Reflection.dll +0 -0
  206. aspose/netcore/netcore6.0/System.Resources.Reader.dll +0 -0
  207. aspose/netcore/netcore6.0/System.Resources.ResourceManager.dll +0 -0
  208. aspose/netcore/netcore6.0/System.Resources.Writer.dll +0 -0
  209. aspose/netcore/netcore6.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  210. aspose/netcore/netcore6.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  211. aspose/netcore/netcore6.0/System.Runtime.Extensions.dll +0 -0
  212. aspose/netcore/netcore6.0/System.Runtime.Handles.dll +0 -0
  213. aspose/netcore/netcore6.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  214. aspose/netcore/netcore6.0/System.Runtime.InteropServices.dll +0 -0
  215. aspose/netcore/netcore6.0/System.Runtime.Intrinsics.dll +0 -0
  216. aspose/netcore/netcore6.0/System.Runtime.Loader.dll +0 -0
  217. aspose/netcore/netcore6.0/System.Runtime.Numerics.dll +0 -0
  218. aspose/netcore/netcore6.0/System.Runtime.Serialization.Formatters.dll +0 -0
  219. aspose/netcore/netcore6.0/System.Runtime.Serialization.Json.dll +0 -0
  220. aspose/netcore/netcore6.0/System.Runtime.Serialization.Primitives.dll +0 -0
  221. aspose/netcore/netcore6.0/System.Runtime.Serialization.Xml.dll +0 -0
  222. aspose/netcore/netcore6.0/System.Runtime.Serialization.dll +0 -0
  223. aspose/netcore/netcore6.0/System.Runtime.dll +0 -0
  224. aspose/netcore/netcore6.0/System.Security.AccessControl.dll +0 -0
  225. aspose/netcore/netcore6.0/System.Security.Claims.dll +0 -0
  226. aspose/netcore/netcore6.0/System.Security.Cryptography.Algorithms.dll +0 -0
  227. aspose/netcore/netcore6.0/System.Security.Cryptography.Cng.dll +0 -0
  228. aspose/netcore/netcore6.0/System.Security.Cryptography.Csp.dll +0 -0
  229. aspose/netcore/netcore6.0/System.Security.Cryptography.Encoding.dll +0 -0
  230. aspose/netcore/netcore6.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  231. aspose/netcore/netcore6.0/System.Security.Cryptography.Primitives.dll +0 -0
  232. aspose/netcore/netcore6.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  233. aspose/netcore/netcore6.0/System.Security.Principal.Windows.dll +0 -0
  234. aspose/netcore/netcore6.0/System.Security.Principal.dll +0 -0
  235. aspose/netcore/netcore6.0/System.Security.SecureString.dll +0 -0
  236. aspose/netcore/netcore6.0/System.Security.dll +0 -0
  237. aspose/netcore/netcore6.0/System.ServiceModel.Web.dll +0 -0
  238. aspose/netcore/netcore6.0/System.ServiceProcess.dll +0 -0
  239. aspose/netcore/netcore6.0/System.Text.Encoding.CodePages.dll +0 -0
  240. aspose/netcore/netcore6.0/System.Text.Encoding.Extensions.dll +0 -0
  241. aspose/netcore/netcore6.0/System.Text.Encoding.dll +0 -0
  242. aspose/netcore/netcore6.0/System.Text.Encodings.Web.dll +0 -0
  243. aspose/netcore/netcore6.0/System.Text.Json.dll +0 -0
  244. aspose/netcore/netcore6.0/System.Text.RegularExpressions.dll +0 -0
  245. aspose/netcore/netcore6.0/System.Threading.Channels.dll +0 -0
  246. aspose/netcore/netcore6.0/System.Threading.Overlapped.dll +0 -0
  247. aspose/netcore/netcore6.0/System.Threading.Tasks.Dataflow.dll +0 -0
  248. aspose/netcore/netcore6.0/System.Threading.Tasks.Extensions.dll +0 -0
  249. aspose/netcore/netcore6.0/System.Threading.Tasks.Parallel.dll +0 -0
  250. aspose/netcore/netcore6.0/System.Threading.Tasks.dll +0 -0
  251. aspose/netcore/netcore6.0/System.Threading.Thread.dll +0 -0
  252. aspose/netcore/netcore6.0/System.Threading.ThreadPool.dll +0 -0
  253. aspose/netcore/netcore6.0/System.Threading.Timer.dll +0 -0
  254. aspose/netcore/netcore6.0/System.Threading.dll +0 -0
  255. aspose/netcore/netcore6.0/System.Transactions.Local.dll +0 -0
  256. aspose/netcore/netcore6.0/System.Transactions.dll +0 -0
  257. aspose/netcore/netcore6.0/System.ValueTuple.dll +0 -0
  258. aspose/netcore/netcore6.0/System.Web.HttpUtility.dll +0 -0
  259. aspose/netcore/netcore6.0/System.Web.dll +0 -0
  260. aspose/netcore/netcore6.0/System.Windows.dll +0 -0
  261. aspose/netcore/netcore6.0/System.Xml.Linq.dll +0 -0
  262. aspose/netcore/netcore6.0/System.Xml.ReaderWriter.dll +0 -0
  263. aspose/netcore/netcore6.0/System.Xml.Serialization.dll +0 -0
  264. aspose/netcore/netcore6.0/System.Xml.XDocument.dll +0 -0
  265. aspose/netcore/netcore6.0/System.Xml.XPath.XDocument.dll +0 -0
  266. aspose/netcore/netcore6.0/System.Xml.XPath.dll +0 -0
  267. aspose/netcore/netcore6.0/System.Xml.XmlDocument.dll +0 -0
  268. aspose/netcore/netcore6.0/System.Xml.XmlSerializer.dll +0 -0
  269. aspose/netcore/netcore6.0/System.Xml.dll +0 -0
  270. aspose/netcore/netcore6.0/System.dll +0 -0
  271. aspose/netcore/netcore6.0/WindowsBase.dll +0 -0
  272. aspose/netcore/netcore6.0/createdump +0 -0
  273. aspose/netcore/netcore6.0/libSystem.Globalization.Native.dylib +0 -0
  274. aspose/netcore/netcore6.0/libSystem.IO.Compression.Native.dylib +0 -0
  275. aspose/netcore/netcore6.0/libSystem.Native.dylib +0 -0
  276. aspose/netcore/netcore6.0/libSystem.Net.Security.Native.dylib +0 -0
  277. aspose/netcore/netcore6.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  278. aspose/netcore/netcore6.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  279. aspose/netcore/netcore6.0/libaspose.embed.coreclrwrap.dylib +0 -0
  280. aspose/netcore/netcore6.0/libclrjit.dylib +0 -0
  281. aspose/netcore/netcore6.0/libcoreclr.dylib +0 -0
  282. aspose/netcore/netcore6.0/libdbgshim.dylib +0 -0
  283. aspose/netcore/netcore6.0/libhostfxr.dylib +0 -0
  284. aspose/netcore/netcore6.0/libhostpolicy.dylib +0 -0
  285. aspose/netcore/netcore6.0/libmscordaccore.dylib +0 -0
  286. aspose/netcore/netcore6.0/libmscordbi.dylib +0 -0
  287. aspose/netcore/netcore6.0/mscorlib.dll +0 -0
  288. aspose/netcore/netcore6.0/netstandard.dll +0 -0
  289. aspose/pycore/__init__.pyi +57 -0
  290. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  291. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  292. aspose/pycore/py.typed +0 -0
  293. aspose/pycore.cpython-310-darwin.so +0 -0
  294. aspose/pycore.cpython-311-darwin.so +0 -0
  295. aspose/pycore.cpython-312-darwin.so +0 -0
  296. aspose/pycore.cpython-313-darwin.so +0 -0
  297. aspose/pycore.cpython-38-darwin.so +0 -0
  298. aspose/pycore.cpython-39-darwin.so +0 -0
  299. aspose/pydrawing/__init__.pyi +4090 -0
  300. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  301. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  302. aspose/pydrawing/design.pyi +24 -0
  303. aspose/pydrawing/drawing2d.pyi +1324 -0
  304. aspose/pydrawing/imaging.pyi +1988 -0
  305. aspose/pydrawing/printing.pyi +995 -0
  306. aspose/pydrawing/py.typed +0 -0
  307. aspose/pydrawing/text.pyi +75 -0
  308. aspose/pydrawing.cpython-310-darwin.so +0 -0
  309. aspose/pydrawing.cpython-311-darwin.so +0 -0
  310. aspose/pydrawing.cpython-312-darwin.so +0 -0
  311. aspose/pydrawing.cpython-313-darwin.so +0 -0
  312. aspose/pydrawing.cpython-38-darwin.so +0 -0
  313. aspose/pydrawing.cpython-39-darwin.so +0 -0
  314. aspose/pygc/__init__.pyi +8 -0
  315. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  316. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  317. aspose/pygc.cpython-310-darwin.so +0 -0
  318. aspose/pygc.cpython-311-darwin.so +0 -0
  319. aspose/pygc.cpython-312-darwin.so +0 -0
  320. aspose/pygc.cpython-313-darwin.so +0 -0
  321. aspose/pygc.cpython-38-darwin.so +0 -0
  322. aspose/pygc.cpython-39-darwin.so +0 -0
  323. aspose/pyio/__init__.pyi +8 -0
  324. aspose/pyio/__pyinstaller/__init__.pyi +1 -0
  325. aspose/pyio/__pyinstaller/hook-aspose.pyio.py +9 -0
  326. aspose/pyio.cpython-310-darwin.so +0 -0
  327. aspose/pyio.cpython-311-darwin.so +0 -0
  328. aspose/pyio.cpython-312-darwin.so +0 -0
  329. aspose/pyio.cpython-313-darwin.so +0 -0
  330. aspose/pyio.cpython-38-darwin.so +0 -0
  331. aspose/pyio.cpython-39-darwin.so +0 -0
  332. aspose/pyreflection/__init__.pyi +12 -0
  333. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  334. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  335. aspose/pyreflection/py.typed +0 -0
  336. aspose/pyreflection.cpython-310-darwin.so +0 -0
  337. aspose/pyreflection.cpython-311-darwin.so +0 -0
  338. aspose/pyreflection.cpython-312-darwin.so +0 -0
  339. aspose/pyreflection.cpython-313-darwin.so +0 -0
  340. aspose/pyreflection.cpython-38-darwin.so +0 -0
  341. aspose/pyreflection.cpython-39-darwin.so +0 -0
  342. aspose_gis_net-24.12.0.dist-info/METADATA +285 -0
  343. aspose_gis_net-24.12.0.dist-info/RECORD +349 -0
  344. aspose_gis_net-24.12.0.dist-info/WHEEL +5 -0
  345. aspose_gis_net-24.12.0.dist-info/entry_points.txt +3 -0
  346. aspose_gis_net-24.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,512 @@
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.geotiff
39
+ import aspose.gis.formats.gml
40
+ import aspose.gis.formats.gpx
41
+ import aspose.gis.formats.infile
42
+ import aspose.gis.formats.inmemory
43
+ import aspose.gis.formats.jpegw
44
+ import aspose.gis.formats.kml
45
+ import aspose.gis.formats.kml.styles
46
+ import aspose.gis.formats.mapinfointerchange
47
+ import aspose.gis.formats.mapinfotab
48
+ import aspose.gis.formats.osmxml
49
+ import aspose.gis.formats.pngw
50
+ import aspose.gis.formats.postgis
51
+ import aspose.gis.formats.shapefile
52
+ import aspose.gis.formats.sqlserver
53
+ import aspose.gis.formats.tiffw
54
+ import aspose.gis.formats.topojson
55
+ import aspose.gis.formats.worldfile
56
+ import aspose.gis.formats.xyztile
57
+ import aspose.gis.geometries
58
+ import aspose.gis.geotools
59
+ import aspose.gis.geotools.extensions
60
+ import aspose.gis.geotools.layersmap
61
+ import aspose.gis.geotools.mapbuilder
62
+ import aspose.gis.geotools.wayanalyzer
63
+ import aspose.gis.imagemetadata
64
+ import aspose.gis.indexing
65
+ import aspose.gis.indexing.bplustree
66
+ import aspose.gis.indexing.qixtree
67
+ import aspose.gis.indexing.rtree
68
+ import aspose.gis.labeling
69
+ import aspose.gis.labeling.line
70
+ import aspose.gis.painting
71
+ import aspose.gis.projections
72
+ import aspose.gis.raster
73
+ import aspose.gis.raster.web
74
+ import aspose.gis.relationship
75
+ import aspose.gis.relationship.joins
76
+ import aspose.gis.rendering
77
+ import aspose.gis.rendering.colorizers
78
+ import aspose.gis.rendering.formats
79
+ import aspose.gis.rendering.formats.bmp
80
+ import aspose.gis.rendering.formats.jpeg
81
+ import aspose.gis.rendering.formats.png
82
+ import aspose.gis.rendering.formats.svg
83
+ import aspose.gis.rendering.labelings
84
+ import aspose.gis.rendering.sld
85
+ import aspose.gis.rendering.symbolizers
86
+ import aspose.gis.spatialreferencing
87
+ import aspose.gis.topology
88
+ import aspose.gis.topology.algorithms
89
+ import aspose.gis.topology.buffer
90
+ import aspose.gis.topology.graph
91
+
92
+ class EsriJsonDriver(aspose.gis.FileDriver):
93
+ '''A driver for the EsriJson format.'''
94
+
95
+ @overload
96
+ def open_layer(self, path : str, options : aspose.gis.formats.esrijson.EsriJsonOptions) -> aspose.gis.VectorLayer:
97
+ '''Opens a layer for reading.
98
+
99
+ :param path: Path to the file.
100
+ :param options: Driver-specific options.
101
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
102
+ raise NotImplementedError()
103
+
104
+ @overload
105
+ def open_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
106
+ '''Opens a layer for reading.
107
+
108
+ :param path: Path to the file.
109
+ :param options: Driver-specific options.
110
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
111
+ raise NotImplementedError()
112
+
113
+ @overload
114
+ def open_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.esrijson.EsriJsonOptions) -> aspose.gis.VectorLayer:
115
+ '''Opens a layer for reading.
116
+
117
+ :param path: Path to the file.
118
+ :param options: Driver-specific options.
119
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
120
+ raise NotImplementedError()
121
+
122
+ @overload
123
+ def open_layer(self, path : str) -> aspose.gis.VectorLayer:
124
+ '''Opens the layer for reading.
125
+
126
+ :param path: Path to the file.
127
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
128
+ raise NotImplementedError()
129
+
130
+ @overload
131
+ def open_layer(self, path : aspose.gis.AbstractPath) -> aspose.gis.VectorLayer:
132
+ '''Opens the layer for reading.
133
+
134
+ :param path: Path to the file.
135
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
136
+ raise NotImplementedError()
137
+
138
+ @overload
139
+ def open_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
140
+ '''Opens the layer for reading.
141
+
142
+ :param path: Path to the file.
143
+ :param options: Driver-specific options.
144
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
145
+ raise NotImplementedError()
146
+
147
+ @overload
148
+ def create_layer(self, path : str, options : aspose.gis.formats.esrijson.EsriJsonOptions) -> aspose.gis.VectorLayer:
149
+ '''Creates a layer and opens it for adding new features.
150
+
151
+ :param path: Path to the file.
152
+ :param options: Driver-specific options.
153
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
154
+ raise NotImplementedError()
155
+
156
+ @overload
157
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.esrijson.EsriJsonOptions) -> aspose.gis.VectorLayer:
158
+ '''Creates a layer and opens it for adding new features.
159
+
160
+ :param path: Path to the file.
161
+ :param options: Driver-specific options.
162
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
163
+ raise NotImplementedError()
164
+
165
+ @overload
166
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
167
+ '''Creates a layer and opens it for adding new features.
168
+
169
+ :param path: Path to the file.
170
+ :param options: Driver-specific options.
171
+ :param spatial_reference_system: Spatial reference system.
172
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
173
+ raise NotImplementedError()
174
+
175
+ @overload
176
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.esrijson.EsriJsonOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
177
+ '''Creates a layer and opens it for adding new features.
178
+
179
+ :param path: Path to the file.
180
+ :param options: Driver-specific options.
181
+ :param spatial_reference_system: Spatial reference system.
182
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
183
+ raise NotImplementedError()
184
+
185
+ @overload
186
+ def create_layer(self, path : str) -> aspose.gis.VectorLayer:
187
+ '''Creates the layer and opens it for appending.
188
+
189
+ :param path: Path to the file.
190
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
191
+ raise NotImplementedError()
192
+
193
+ @overload
194
+ def create_layer(self, path : aspose.gis.AbstractPath) -> aspose.gis.VectorLayer:
195
+ '''Creates the layer and opens it for appending.
196
+
197
+ :param path: Path to the file.
198
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
199
+ raise NotImplementedError()
200
+
201
+ @overload
202
+ def create_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
203
+ '''Creates the layer and opens it for appending.
204
+
205
+ :param path: Path to the file.
206
+ :param options: Driver-specific options.
207
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
208
+ raise NotImplementedError()
209
+
210
+ @overload
211
+ def create_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
212
+ '''Creates the layer and opens it for appending.
213
+
214
+ :param path: Path to the file.
215
+ :param options: Driver-specific options.
216
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
217
+ raise NotImplementedError()
218
+
219
+ @overload
220
+ def create_layer(self, path : str, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
221
+ '''Creates the layer and opens it for appending.
222
+
223
+ :param path: Path to the file.
224
+ :param spatial_reference_system: Spatial reference system.
225
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
226
+ raise NotImplementedError()
227
+
228
+ @overload
229
+ def create_layer(self, path : aspose.gis.AbstractPath, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
230
+ '''Creates the layer and opens it for appending.
231
+
232
+ :param path: Path to the file.
233
+ :param spatial_reference_system: Spatial reference system.
234
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
235
+ raise NotImplementedError()
236
+
237
+ @overload
238
+ def create_layer(self, path : str, options : aspose.gis.DriverOptions, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> aspose.gis.VectorLayer:
239
+ '''Creates the layer and opens it for appending.
240
+
241
+ :param path: Path to the file.
242
+ :param options: Driver-specific options.
243
+ :param spatial_reference_system: Spatial reference system.
244
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
245
+ raise NotImplementedError()
246
+
247
+ @overload
248
+ def edit_layer(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
249
+ '''Opens a layer for editing.
250
+
251
+ :param path: Path to the file.
252
+ :param options: Driver-specific options.
253
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
254
+ raise NotImplementedError()
255
+
256
+ @overload
257
+ def edit_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
258
+ '''Opens a layer for editing.
259
+
260
+ :param path: Path to the file.
261
+ :param options: Driver-specific options.
262
+ :returns: An instance of :py:class:`aspose.gis.VectorLayer`.'''
263
+ raise NotImplementedError()
264
+
265
+ @overload
266
+ def open_dataset(self, path : str) -> aspose.gis.Dataset:
267
+ '''Opens the dataset.
268
+
269
+ :param path: Path to the dataset.
270
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
271
+ raise NotImplementedError()
272
+
273
+ @overload
274
+ def open_dataset(self, path : aspose.gis.AbstractPath) -> aspose.gis.Dataset:
275
+ '''Opens the dataset.
276
+
277
+ :param path: Path to the dataset.
278
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
279
+ raise NotImplementedError()
280
+
281
+ @overload
282
+ def open_dataset(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
283
+ '''Opens the dataset.
284
+
285
+ :param path: Path to the dataset.
286
+ :param options: Driver-specific options.
287
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
288
+ raise NotImplementedError()
289
+
290
+ @overload
291
+ def open_dataset(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
292
+ '''Opens the dataset.
293
+
294
+ :param path: Path to the dataset.
295
+ :param options: Driver-specific options.
296
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
297
+ raise NotImplementedError()
298
+
299
+ @overload
300
+ def create_dataset(self, path : str) -> aspose.gis.Dataset:
301
+ '''Creates a dataset.
302
+
303
+ :param path: Path to the dataset.
304
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
305
+ raise NotImplementedError()
306
+
307
+ @overload
308
+ def create_dataset(self, path : aspose.gis.AbstractPath) -> aspose.gis.Dataset:
309
+ '''Creates a dataset.
310
+
311
+ :param path: Path to the dataset.
312
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
313
+ raise NotImplementedError()
314
+
315
+ @overload
316
+ def create_dataset(self, path : str, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
317
+ '''Creates a dataset.
318
+
319
+ :param path: Path to the dataset.
320
+ :param options: Driver-specific options.
321
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
322
+ raise NotImplementedError()
323
+
324
+ @overload
325
+ def create_dataset(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.Dataset:
326
+ '''Creates a dataset.
327
+
328
+ :param path: Path to the dataset.
329
+ :param options: Driver-specific options.
330
+ :returns: An instance of :py:class:`aspose.gis.Dataset`.'''
331
+ raise NotImplementedError()
332
+
333
+ def supports_spatial_reference_system(self, spatial_reference_system : aspose.gis.spatialreferencing.SpatialReferenceSystem) -> bool:
334
+ '''Determines, whether specified spatial reference system is supported by the driver.
335
+
336
+ :param spatial_reference_system: Spatial reference system.
337
+ :returns: Boolean value, indicating whether specified spatial reference system is supported by the driver.'''
338
+ raise NotImplementedError()
339
+
340
+ @property
341
+ def can_create_layers(self) -> bool:
342
+ '''Gets a value indicating whether this driver can create vector layers.'''
343
+ raise NotImplementedError()
344
+
345
+ @property
346
+ def can_open_layers(self) -> bool:
347
+ '''Gets a value indicating whether this driver can open vector layers.'''
348
+ raise NotImplementedError()
349
+
350
+ @property
351
+ def can_open_datasets(self) -> bool:
352
+ '''Gets a value indicating whether this driver can open datasets.'''
353
+ raise NotImplementedError()
354
+
355
+ @property
356
+ def can_create_datasets(self) -> bool:
357
+ '''Gets a value indicating whether this driver can create datasets.'''
358
+ raise NotImplementedError()
359
+
360
+
361
+ class EsriJsonOptions(aspose.gis.DriverOptions):
362
+ '''Driver-specific options for EsriJson format.'''
363
+
364
+ @property
365
+ def validate_geometries_on_write(self) -> bool:
366
+ '''Determines if geometries should be validated when they are added to the layer.
367
+ If set to , :py:attr:`aspose.gis.geometries.Geometry.is_valid` is called for each
368
+ 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.'''
369
+ raise NotImplementedError()
370
+
371
+ @validate_geometries_on_write.setter
372
+ def validate_geometries_on_write(self, value : bool) -> None:
373
+ '''Determines if geometries should be validated when they are added to the layer.
374
+ If set to , :py:attr:`aspose.gis.geometries.Geometry.is_valid` is called for each
375
+ 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.'''
376
+ raise NotImplementedError()
377
+
378
+ @property
379
+ def write_polygons_as_lines(self) -> bool:
380
+ '''Determines if transformation of polygon or multipolygon to linestring is allowed. Defaults to .'''
381
+ raise NotImplementedError()
382
+
383
+ @write_polygons_as_lines.setter
384
+ def write_polygons_as_lines(self, value : bool) -> None:
385
+ '''Determines if transformation of polygon or multipolygon to linestring is allowed. Defaults to .'''
386
+ raise NotImplementedError()
387
+
388
+ @property
389
+ def create_midpoints(self) -> bool:
390
+ '''Determines if add a new point in the middle to each segment of geometry. Defaults to .'''
391
+ raise NotImplementedError()
392
+
393
+ @create_midpoints.setter
394
+ def create_midpoints(self, value : bool) -> None:
395
+ '''Determines if add a new point in the middle to each segment of geometry. Defaults to .'''
396
+ raise NotImplementedError()
397
+
398
+ @property
399
+ def close_linear_ring(self) -> bool:
400
+ '''Determines if close a unclosed :py:attr:`aspose.gis.geometries.GeometryType.LINEAR_RING` in each geometry. Defaults to .'''
401
+ raise NotImplementedError()
402
+
403
+ @close_linear_ring.setter
404
+ def close_linear_ring(self, value : bool) -> None:
405
+ '''Determines if close a unclosed :py:attr:`aspose.gis.geometries.GeometryType.LINEAR_RING` in each geometry. Defaults to .'''
406
+ raise NotImplementedError()
407
+
408
+ @property
409
+ def delete_near_points(self) -> bool:
410
+ '''Determines if delete near points in each geometry. Defaults to .'''
411
+ raise NotImplementedError()
412
+
413
+ @delete_near_points.setter
414
+ def delete_near_points(self, value : bool) -> None:
415
+ '''Determines if delete near points in each geometry. Defaults to .'''
416
+ raise NotImplementedError()
417
+
418
+ @property
419
+ def delete_near_points_distance(self) -> float:
420
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.delete_near_points`. Defaults to .'''
421
+ raise NotImplementedError()
422
+
423
+ @delete_near_points_distance.setter
424
+ def delete_near_points_distance(self, value : float) -> None:
425
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.delete_near_points`. Defaults to .'''
426
+ raise NotImplementedError()
427
+
428
+ @property
429
+ def simplify_segments(self) -> bool:
430
+ '''Determines if delete points lying on the same segment in each geometry. Defaults to .'''
431
+ raise NotImplementedError()
432
+
433
+ @simplify_segments.setter
434
+ def simplify_segments(self, value : bool) -> None:
435
+ '''Determines if delete points lying on the same segment in each geometry. Defaults to .'''
436
+ raise NotImplementedError()
437
+
438
+ @property
439
+ def simplify_segments_distance(self) -> float:
440
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.simplify_segments`. Defaults to .'''
441
+ raise NotImplementedError()
442
+
443
+ @simplify_segments_distance.setter
444
+ def simplify_segments_distance(self, value : float) -> None:
445
+ '''Determines distance for :py:attr:`aspose.gis.DriverOptions.simplify_segments`. Defaults to .'''
446
+ raise NotImplementedError()
447
+
448
+ @property
449
+ def xy_precision_model(self) -> aspose.gis.PrecisionModel:
450
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to X and Y coordinates
451
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
452
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
453
+ raise NotImplementedError()
454
+
455
+ @xy_precision_model.setter
456
+ def xy_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
457
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to X and Y coordinates
458
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
459
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
460
+ raise NotImplementedError()
461
+
462
+ @property
463
+ def z_precision_model(self) -> aspose.gis.PrecisionModel:
464
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to Z coordinate
465
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
466
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
467
+ raise NotImplementedError()
468
+
469
+ @z_precision_model.setter
470
+ def z_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
471
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to Z coordinate
472
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
473
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
474
+ raise NotImplementedError()
475
+
476
+ @property
477
+ def m_precision_model(self) -> aspose.gis.PrecisionModel:
478
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to M coordinate
479
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
480
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
481
+ raise NotImplementedError()
482
+
483
+ @m_precision_model.setter
484
+ def m_precision_model(self, value : aspose.gis.PrecisionModel) -> None:
485
+ '''A :py:class:`aspose.gis.PrecisionModel` that will be applied to M coordinate
486
+ when geometries are added to the :py:class:`aspose.gis.VectorLayer` or when they are read from the :py:class:`aspose.gis.VectorLayer`.
487
+ The default value is :py:attr:`aspose.gis.PrecisionModel.exact`.'''
488
+ raise NotImplementedError()
489
+
490
+ @property
491
+ def linearization_tolerance(self) -> float:
492
+ '''A tolerance to use to linearize curve geometries.'''
493
+ raise NotImplementedError()
494
+
495
+ @linearization_tolerance.setter
496
+ def linearization_tolerance(self, value : float) -> None:
497
+ '''A tolerance to use to linearize curve geometries.'''
498
+ raise NotImplementedError()
499
+
500
+ @property
501
+ def nested_properties_separator(self) -> str:
502
+ '''Gets a string that is used to separate components of nested attributes.
503
+ Default is "_".'''
504
+ raise NotImplementedError()
505
+
506
+ @nested_properties_separator.setter
507
+ def nested_properties_separator(self, value : str) -> None:
508
+ '''Sets a string that is used to separate components of nested attributes.
509
+ Default is "_".'''
510
+ raise NotImplementedError()
511
+
512
+