aspose-gis-net 25.6.0__py3-none-win32.whl → 25.8.0__py3-none-win32.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aspose-gis-net might be problematic. Click here for more details.
- aspose/assemblies/gis/Aspose.GIS.dll +0 -0
- aspose/assemblies/gis/Microsoft.Data.Sqlite.dll +0 -0
- aspose/assemblies/gis/SQLitePCLRaw.batteries_v2.dll +0 -0
- aspose/assemblies/gis/SQLitePCLRaw.core.dll +0 -0
- aspose/assemblies/gis/SQLitePCLRaw.provider.e_sqlite3.dll +0 -0
- aspose/assemblies/gis/WrpInterop.Aspose.Gis.dll +0 -0
- aspose/assemblies/gis/e_sqlite3.dll +0 -0
- aspose/gis/__init__.pyi +362 -4
- aspose/gis/common/__init__.pyi +2 -0
- aspose/gis/common/formats/__init__.pyi +2 -0
- aspose/gis/common/formats/dbase/__init__.pyi +2 -0
- aspose/gis/common/formats/gdbtable/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/styling/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/tabformat/__init__.pyi +2 -0
- aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +2 -0
- aspose/gis/common/formats/wkb/__init__.pyi +2 -0
- aspose/gis/common/formats/wkt/__init__.pyi +2 -0
- aspose/gis/common/formats/xml/__init__.pyi +2 -0
- aspose/gis/common/io/__init__.pyi +2 -0
- aspose/gis/epsg/__init__.pyi +2 -0
- aspose/gis/formats/__init__.pyi +2 -0
- aspose/gis/formats/bmpw/__init__.pyi +2 -0
- aspose/gis/formats/csv/__init__.pyi +2 -0
- aspose/gis/formats/database/__init__.pyi +2 -0
- aspose/gis/formats/database/dataediting/__init__.pyi +2 -0
- aspose/gis/formats/database/fromdefinition/__init__.pyi +2 -0
- aspose/gis/formats/esriascii/__init__.pyi +2 -0
- aspose/gis/formats/esrijson/__init__.pyi +2 -0
- aspose/gis/formats/filegdb/__init__.pyi +2 -0
- aspose/gis/formats/gdal/__init__.pyi +2 -0
- aspose/gis/formats/geojson/__init__.pyi +2 -0
- aspose/gis/formats/geojsonseq/__init__.pyi +2 -0
- aspose/gis/formats/geopackage/__init__.pyi +732 -0
- aspose/gis/formats/geotiff/__init__.pyi +2 -0
- aspose/gis/formats/gml/__init__.pyi +2 -0
- aspose/gis/formats/gpx/__init__.pyi +2 -0
- aspose/gis/formats/infile/__init__.pyi +2 -0
- aspose/gis/formats/inmemory/__init__.pyi +2 -0
- aspose/gis/formats/jpegw/__init__.pyi +2 -0
- aspose/gis/formats/kml/__init__.pyi +515 -0
- aspose/gis/formats/kml/specificfields/__init__.pyi +1125 -0
- aspose/gis/formats/kml/styles/__init__.pyi +2 -0
- aspose/gis/formats/mapinfointerchange/__init__.pyi +2 -0
- aspose/gis/formats/mapinfotab/__init__.pyi +2 -0
- aspose/gis/formats/osmxml/__init__.pyi +2 -0
- aspose/gis/formats/pngw/__init__.pyi +2 -0
- aspose/gis/formats/postgis/__init__.pyi +2 -0
- aspose/gis/formats/shapefile/__init__.pyi +2 -0
- aspose/gis/formats/sqlserver/__init__.pyi +2 -0
- aspose/gis/formats/tiffw/__init__.pyi +2 -0
- aspose/gis/formats/topojson/__init__.pyi +2 -0
- aspose/gis/formats/worldfile/__init__.pyi +2 -0
- aspose/gis/formats/xyztile/__init__.pyi +2 -0
- aspose/gis/geometries/__init__.pyi +2 -0
- aspose/gis/geotools/__init__.pyi +2 -0
- aspose/gis/geotools/extensions/__init__.pyi +2 -0
- aspose/gis/geotools/layersmap/__init__.pyi +2 -0
- aspose/gis/geotools/mapbuilder/__init__.pyi +2 -0
- aspose/gis/geotools/wayanalyzer/__init__.pyi +2 -0
- aspose/gis/imagemetadata/__init__.pyi +2 -0
- aspose/gis/indexing/__init__.pyi +2 -0
- aspose/gis/indexing/bplustree/__init__.pyi +2 -0
- aspose/gis/indexing/qixtree/__init__.pyi +2 -0
- aspose/gis/indexing/rtree/__init__.pyi +2 -0
- aspose/gis/labeling/__init__.pyi +2 -0
- aspose/gis/labeling/line/__init__.pyi +2 -0
- aspose/gis/painting/__init__.pyi +2 -0
- aspose/gis/projections/__init__.pyi +2 -0
- aspose/gis/raster/__init__.pyi +2 -0
- aspose/gis/raster/web/__init__.pyi +8 -0
- aspose/gis/relationship/__init__.pyi +2 -0
- aspose/gis/relationship/joins/__init__.pyi +2 -0
- aspose/gis/rendering/__init__.pyi +2 -0
- aspose/gis/rendering/colorizers/__init__.pyi +2 -0
- aspose/gis/rendering/formats/__init__.pyi +2 -0
- aspose/gis/rendering/formats/bmp/__init__.pyi +2 -0
- aspose/gis/rendering/formats/jpeg/__init__.pyi +2 -0
- aspose/gis/rendering/formats/png/__init__.pyi +2 -0
- aspose/gis/rendering/formats/svg/__init__.pyi +2 -0
- aspose/gis/rendering/labelings/__init__.pyi +2 -0
- aspose/gis/rendering/sld/__init__.pyi +2 -0
- aspose/gis/rendering/symbolizers/__init__.pyi +2 -0
- aspose/gis/spatialreferencing/__init__.pyi +2 -0
- aspose/gis/topology/__init__.pyi +2 -0
- aspose/gis/topology/algorithms/__init__.pyi +2 -0
- aspose/gis/topology/buffer/__init__.pyi +2 -0
- aspose/gis/topology/graph/__init__.pyi +2 -0
- aspose/gis.cp310-win32.pyd +0 -0
- aspose/gis.cp311-win32.pyd +0 -0
- aspose/gis.cp312-win32.pyd +0 -0
- aspose/gis.cp313-win32.pyd +0 -0
- aspose/gis.cp35-win32.pyd +0 -0
- aspose/gis.cp36-win32.pyd +0 -0
- aspose/gis.cp37-win32.pyd +0 -0
- aspose/gis.cp38-win32.pyd +0 -0
- aspose/gis.cp39-win32.pyd +0 -0
- {aspose_gis_net-25.6.0.dist-info → aspose_gis_net-25.8.0.dist-info}/METADATA +6 -3
- {aspose_gis_net-25.6.0.dist-info → aspose_gis_net-25.8.0.dist-info}/RECORD +104 -97
- {aspose_gis_net-25.6.0.dist-info → aspose_gis_net-25.8.0.dist-info}/WHEEL +0 -0
- {aspose_gis_net-25.6.0.dist-info → aspose_gis_net-25.8.0.dist-info}/entry_points.txt +0 -0
- {aspose_gis_net-25.6.0.dist-info → aspose_gis_net-25.8.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1125 @@
|
|
|
1
|
+
from typing import List, Optional, Dict, Iterable, Any, overload
|
|
2
|
+
import io
|
|
3
|
+
import collections.abc
|
|
4
|
+
from collections.abc import Sequence
|
|
5
|
+
from datetime import datetime
|
|
6
|
+
from aspose.pyreflection import Type
|
|
7
|
+
import aspose.pycore
|
|
8
|
+
import aspose.pydrawing
|
|
9
|
+
from uuid import UUID
|
|
10
|
+
import aspose.gis
|
|
11
|
+
import aspose.gis.common
|
|
12
|
+
import aspose.gis.common.formats
|
|
13
|
+
import aspose.gis.common.formats.dbase
|
|
14
|
+
import aspose.gis.common.formats.gdbtable
|
|
15
|
+
import aspose.gis.common.formats.mapinfo
|
|
16
|
+
import aspose.gis.common.formats.mapinfo.graphicalobjects
|
|
17
|
+
import aspose.gis.common.formats.mapinfo.interchangeformat
|
|
18
|
+
import aspose.gis.common.formats.mapinfo.styling
|
|
19
|
+
import aspose.gis.common.formats.mapinfo.tabformat
|
|
20
|
+
import aspose.gis.common.formats.mapinfo.tabformat.map
|
|
21
|
+
import aspose.gis.common.formats.wkb
|
|
22
|
+
import aspose.gis.common.formats.wkt
|
|
23
|
+
import aspose.gis.common.formats.xml
|
|
24
|
+
import aspose.gis.common.io
|
|
25
|
+
import aspose.gis.epsg
|
|
26
|
+
import aspose.gis.formats
|
|
27
|
+
import aspose.gis.formats.bmpw
|
|
28
|
+
import aspose.gis.formats.csv
|
|
29
|
+
import aspose.gis.formats.database
|
|
30
|
+
import aspose.gis.formats.database.dataediting
|
|
31
|
+
import aspose.gis.formats.database.fromdefinition
|
|
32
|
+
import aspose.gis.formats.esriascii
|
|
33
|
+
import aspose.gis.formats.esrijson
|
|
34
|
+
import aspose.gis.formats.filegdb
|
|
35
|
+
import aspose.gis.formats.gdal
|
|
36
|
+
import aspose.gis.formats.geojson
|
|
37
|
+
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
39
|
+
import aspose.gis.formats.geotiff
|
|
40
|
+
import aspose.gis.formats.gml
|
|
41
|
+
import aspose.gis.formats.gpx
|
|
42
|
+
import aspose.gis.formats.infile
|
|
43
|
+
import aspose.gis.formats.inmemory
|
|
44
|
+
import aspose.gis.formats.jpegw
|
|
45
|
+
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
47
|
+
import aspose.gis.formats.kml.styles
|
|
48
|
+
import aspose.gis.formats.mapinfointerchange
|
|
49
|
+
import aspose.gis.formats.mapinfotab
|
|
50
|
+
import aspose.gis.formats.osmxml
|
|
51
|
+
import aspose.gis.formats.pngw
|
|
52
|
+
import aspose.gis.formats.postgis
|
|
53
|
+
import aspose.gis.formats.shapefile
|
|
54
|
+
import aspose.gis.formats.sqlserver
|
|
55
|
+
import aspose.gis.formats.tiffw
|
|
56
|
+
import aspose.gis.formats.topojson
|
|
57
|
+
import aspose.gis.formats.worldfile
|
|
58
|
+
import aspose.gis.formats.xyztile
|
|
59
|
+
import aspose.gis.geometries
|
|
60
|
+
import aspose.gis.geotools
|
|
61
|
+
import aspose.gis.geotools.extensions
|
|
62
|
+
import aspose.gis.geotools.layersmap
|
|
63
|
+
import aspose.gis.geotools.mapbuilder
|
|
64
|
+
import aspose.gis.geotools.wayanalyzer
|
|
65
|
+
import aspose.gis.imagemetadata
|
|
66
|
+
import aspose.gis.indexing
|
|
67
|
+
import aspose.gis.indexing.bplustree
|
|
68
|
+
import aspose.gis.indexing.qixtree
|
|
69
|
+
import aspose.gis.indexing.rtree
|
|
70
|
+
import aspose.gis.labeling
|
|
71
|
+
import aspose.gis.labeling.line
|
|
72
|
+
import aspose.gis.painting
|
|
73
|
+
import aspose.gis.projections
|
|
74
|
+
import aspose.gis.raster
|
|
75
|
+
import aspose.gis.raster.web
|
|
76
|
+
import aspose.gis.relationship
|
|
77
|
+
import aspose.gis.relationship.joins
|
|
78
|
+
import aspose.gis.rendering
|
|
79
|
+
import aspose.gis.rendering.colorizers
|
|
80
|
+
import aspose.gis.rendering.formats
|
|
81
|
+
import aspose.gis.rendering.formats.bmp
|
|
82
|
+
import aspose.gis.rendering.formats.jpeg
|
|
83
|
+
import aspose.gis.rendering.formats.png
|
|
84
|
+
import aspose.gis.rendering.formats.svg
|
|
85
|
+
import aspose.gis.rendering.labelings
|
|
86
|
+
import aspose.gis.rendering.sld
|
|
87
|
+
import aspose.gis.rendering.symbolizers
|
|
88
|
+
import aspose.gis.spatialreferencing
|
|
89
|
+
import aspose.gis.topology
|
|
90
|
+
import aspose.gis.topology.algorithms
|
|
91
|
+
import aspose.gis.topology.buffer
|
|
92
|
+
import aspose.gis.topology.graph
|
|
93
|
+
|
|
94
|
+
class IconInfo(aspose.gis.XmlNodeLink):
|
|
95
|
+
'''IconInfo Node from KML Format'''
|
|
96
|
+
|
|
97
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
98
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
99
|
+
Doesn\'t matter in what level it will be found
|
|
100
|
+
|
|
101
|
+
:param name: The name of the node you want to find.
|
|
102
|
+
:returns: The found node with NodeLink API'''
|
|
103
|
+
raise NotImplementedError()
|
|
104
|
+
|
|
105
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
106
|
+
'''Gets the all nodes with the specified name.
|
|
107
|
+
Doesn\'t matter in what level it will be found
|
|
108
|
+
|
|
109
|
+
:param names: The names.
|
|
110
|
+
:returns: The array of found nodes.'''
|
|
111
|
+
raise NotImplementedError()
|
|
112
|
+
|
|
113
|
+
def as_double(self) -> float:
|
|
114
|
+
'''Returns value casted to the double.
|
|
115
|
+
|
|
116
|
+
:returns: The double value of node'''
|
|
117
|
+
raise NotImplementedError()
|
|
118
|
+
|
|
119
|
+
def as_int(self) -> int:
|
|
120
|
+
'''Returns value casted to the int.
|
|
121
|
+
|
|
122
|
+
:returns: The int value of node'''
|
|
123
|
+
raise NotImplementedError()
|
|
124
|
+
|
|
125
|
+
def as_bool(self) -> bool:
|
|
126
|
+
'''Returns value casted to the bool
|
|
127
|
+
|
|
128
|
+
:returns: The bool value of node'''
|
|
129
|
+
raise NotImplementedError()
|
|
130
|
+
|
|
131
|
+
def get_node_content(self) -> str:
|
|
132
|
+
'''Gets the content of the node.
|
|
133
|
+
|
|
134
|
+
:returns: The content of node'''
|
|
135
|
+
raise NotImplementedError()
|
|
136
|
+
|
|
137
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
138
|
+
'''Finds the XML nodes by the name
|
|
139
|
+
|
|
140
|
+
:param name: The name of the node
|
|
141
|
+
:returns: Array of XML Nodes by name'''
|
|
142
|
+
raise NotImplementedError()
|
|
143
|
+
|
|
144
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
145
|
+
'''Adds the child.
|
|
146
|
+
|
|
147
|
+
:param child: The child.'''
|
|
148
|
+
raise NotImplementedError()
|
|
149
|
+
|
|
150
|
+
@property
|
|
151
|
+
def node_name(self) -> str:
|
|
152
|
+
'''Gets the name.'''
|
|
153
|
+
raise NotImplementedError()
|
|
154
|
+
|
|
155
|
+
@node_name.setter
|
|
156
|
+
def node_name(self, value : str) -> None:
|
|
157
|
+
'''Sets the name.'''
|
|
158
|
+
raise NotImplementedError()
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
def node_value(self) -> str:
|
|
162
|
+
'''Gets the value.'''
|
|
163
|
+
raise NotImplementedError()
|
|
164
|
+
|
|
165
|
+
@node_value.setter
|
|
166
|
+
def node_value(self, value : str) -> None:
|
|
167
|
+
'''Sets the value.'''
|
|
168
|
+
raise NotImplementedError()
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
172
|
+
'''Gets the children.'''
|
|
173
|
+
raise NotImplementedError()
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
def name_without_prefix(self) -> str:
|
|
177
|
+
'''Gets the name without prefix.'''
|
|
178
|
+
raise NotImplementedError()
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
def prefix(self) -> str:
|
|
182
|
+
'''Gets the prefix.'''
|
|
183
|
+
raise NotImplementedError()
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
def href(self) -> str:
|
|
187
|
+
'''Gets the href.'''
|
|
188
|
+
raise NotImplementedError()
|
|
189
|
+
|
|
190
|
+
@href.setter
|
|
191
|
+
def href(self, value : str) -> None:
|
|
192
|
+
'''Sets the href.'''
|
|
193
|
+
raise NotImplementedError()
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
class KmlGroundOverlayInfo(aspose.gis.XmlNodeLink):
|
|
197
|
+
'''Specifies object from Kml \'GroundOverlay\' node'''
|
|
198
|
+
|
|
199
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
200
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
201
|
+
Doesn\'t matter in what level it will be found
|
|
202
|
+
|
|
203
|
+
:param name: The name of the node you want to find.
|
|
204
|
+
:returns: The found node with NodeLink API'''
|
|
205
|
+
raise NotImplementedError()
|
|
206
|
+
|
|
207
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
208
|
+
'''Gets the all nodes with the specified name.
|
|
209
|
+
Doesn\'t matter in what level it will be found
|
|
210
|
+
|
|
211
|
+
:param names: The names.
|
|
212
|
+
:returns: The array of found nodes.'''
|
|
213
|
+
raise NotImplementedError()
|
|
214
|
+
|
|
215
|
+
def as_double(self) -> float:
|
|
216
|
+
'''Returns value casted to the double.
|
|
217
|
+
|
|
218
|
+
:returns: The double value of node'''
|
|
219
|
+
raise NotImplementedError()
|
|
220
|
+
|
|
221
|
+
def as_int(self) -> int:
|
|
222
|
+
'''Returns value casted to the int.
|
|
223
|
+
|
|
224
|
+
:returns: The int value of node'''
|
|
225
|
+
raise NotImplementedError()
|
|
226
|
+
|
|
227
|
+
def as_bool(self) -> bool:
|
|
228
|
+
'''Returns value casted to the bool
|
|
229
|
+
|
|
230
|
+
:returns: The bool value of node'''
|
|
231
|
+
raise NotImplementedError()
|
|
232
|
+
|
|
233
|
+
def get_node_content(self) -> str:
|
|
234
|
+
'''Gets the content of the node.
|
|
235
|
+
|
|
236
|
+
:returns: The content of node'''
|
|
237
|
+
raise NotImplementedError()
|
|
238
|
+
|
|
239
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
240
|
+
'''Finds the XML nodes by the name
|
|
241
|
+
|
|
242
|
+
:param name: The name of the node
|
|
243
|
+
:returns: Array of XML Nodes by name'''
|
|
244
|
+
raise NotImplementedError()
|
|
245
|
+
|
|
246
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
247
|
+
'''Adds the child.
|
|
248
|
+
|
|
249
|
+
:param child: The child.'''
|
|
250
|
+
raise NotImplementedError()
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
def node_name(self) -> str:
|
|
254
|
+
'''Gets the name.'''
|
|
255
|
+
raise NotImplementedError()
|
|
256
|
+
|
|
257
|
+
@node_name.setter
|
|
258
|
+
def node_name(self, value : str) -> None:
|
|
259
|
+
'''Sets the name.'''
|
|
260
|
+
raise NotImplementedError()
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
def node_value(self) -> str:
|
|
264
|
+
'''Gets the value.'''
|
|
265
|
+
raise NotImplementedError()
|
|
266
|
+
|
|
267
|
+
@node_value.setter
|
|
268
|
+
def node_value(self, value : str) -> None:
|
|
269
|
+
'''Sets the value.'''
|
|
270
|
+
raise NotImplementedError()
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
274
|
+
'''Gets the children.'''
|
|
275
|
+
raise NotImplementedError()
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
def name_without_prefix(self) -> str:
|
|
279
|
+
'''Gets the name without prefix.'''
|
|
280
|
+
raise NotImplementedError()
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
def prefix(self) -> str:
|
|
284
|
+
'''Gets the prefix.'''
|
|
285
|
+
raise NotImplementedError()
|
|
286
|
+
|
|
287
|
+
@property
|
|
288
|
+
def name(self) -> str:
|
|
289
|
+
'''Name of Ground Overlay'''
|
|
290
|
+
raise NotImplementedError()
|
|
291
|
+
|
|
292
|
+
@name.setter
|
|
293
|
+
def name(self, value : str) -> None:
|
|
294
|
+
'''Name of Ground Overlay'''
|
|
295
|
+
raise NotImplementedError()
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
def visibility(self) -> bool:
|
|
299
|
+
'''Visibility of Ground Overlay'''
|
|
300
|
+
raise NotImplementedError()
|
|
301
|
+
|
|
302
|
+
@visibility.setter
|
|
303
|
+
def visibility(self, value : bool) -> None:
|
|
304
|
+
'''Visibility of Ground Overlay'''
|
|
305
|
+
raise NotImplementedError()
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
def icon(self) -> aspose.gis.formats.kml.specificfields.IconInfo:
|
|
309
|
+
'''IconPath of \'GroundOverlay\' node.'''
|
|
310
|
+
raise NotImplementedError()
|
|
311
|
+
|
|
312
|
+
@icon.setter
|
|
313
|
+
def icon(self, value : aspose.gis.formats.kml.specificfields.IconInfo) -> None:
|
|
314
|
+
'''IconPath of \'GroundOverlay\' node.'''
|
|
315
|
+
raise NotImplementedError()
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
def lat_lon_box(self) -> aspose.gis.formats.kml.specificfields.KmlLatLonBox:
|
|
319
|
+
'''Specifies object from Kml \'LatLonAltBox\' node.'''
|
|
320
|
+
raise NotImplementedError()
|
|
321
|
+
|
|
322
|
+
@lat_lon_box.setter
|
|
323
|
+
def lat_lon_box(self, value : aspose.gis.formats.kml.specificfields.KmlLatLonBox) -> None:
|
|
324
|
+
'''Specifies object from Kml \'LatLonAltBox\' node.'''
|
|
325
|
+
raise NotImplementedError()
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
def draw_order(self) -> float:
|
|
329
|
+
'''DrawOrder of \'GroundOverlay\' node.'''
|
|
330
|
+
raise NotImplementedError()
|
|
331
|
+
|
|
332
|
+
@draw_order.setter
|
|
333
|
+
def draw_order(self, value : float) -> None:
|
|
334
|
+
'''DrawOrder of \'GroundOverlay\' node.'''
|
|
335
|
+
raise NotImplementedError()
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
class KmlLatLonAltBox(aspose.gis.XmlNodeLink):
|
|
339
|
+
'''KmlLatLonAltBox Node Wrapper'''
|
|
340
|
+
|
|
341
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
342
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
343
|
+
Doesn\'t matter in what level it will be found
|
|
344
|
+
|
|
345
|
+
:param name: The name of the node you want to find.
|
|
346
|
+
:returns: The found node with NodeLink API'''
|
|
347
|
+
raise NotImplementedError()
|
|
348
|
+
|
|
349
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
350
|
+
'''Gets the all nodes with the specified name.
|
|
351
|
+
Doesn\'t matter in what level it will be found
|
|
352
|
+
|
|
353
|
+
:param names: The names.
|
|
354
|
+
:returns: The array of found nodes.'''
|
|
355
|
+
raise NotImplementedError()
|
|
356
|
+
|
|
357
|
+
def as_double(self) -> float:
|
|
358
|
+
'''Returns value casted to the double.
|
|
359
|
+
|
|
360
|
+
:returns: The double value of node'''
|
|
361
|
+
raise NotImplementedError()
|
|
362
|
+
|
|
363
|
+
def as_int(self) -> int:
|
|
364
|
+
'''Returns value casted to the int.
|
|
365
|
+
|
|
366
|
+
:returns: The int value of node'''
|
|
367
|
+
raise NotImplementedError()
|
|
368
|
+
|
|
369
|
+
def as_bool(self) -> bool:
|
|
370
|
+
'''Returns value casted to the bool
|
|
371
|
+
|
|
372
|
+
:returns: The bool value of node'''
|
|
373
|
+
raise NotImplementedError()
|
|
374
|
+
|
|
375
|
+
def get_node_content(self) -> str:
|
|
376
|
+
'''Gets the content of the node.
|
|
377
|
+
|
|
378
|
+
:returns: The content of node'''
|
|
379
|
+
raise NotImplementedError()
|
|
380
|
+
|
|
381
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
382
|
+
'''Finds the XML nodes by the name
|
|
383
|
+
|
|
384
|
+
:param name: The name of the node
|
|
385
|
+
:returns: Array of XML Nodes by name'''
|
|
386
|
+
raise NotImplementedError()
|
|
387
|
+
|
|
388
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
389
|
+
'''Adds the child.
|
|
390
|
+
|
|
391
|
+
:param child: The child.'''
|
|
392
|
+
raise NotImplementedError()
|
|
393
|
+
|
|
394
|
+
@property
|
|
395
|
+
def node_name(self) -> str:
|
|
396
|
+
'''Gets the name.'''
|
|
397
|
+
raise NotImplementedError()
|
|
398
|
+
|
|
399
|
+
@node_name.setter
|
|
400
|
+
def node_name(self, value : str) -> None:
|
|
401
|
+
'''Sets the name.'''
|
|
402
|
+
raise NotImplementedError()
|
|
403
|
+
|
|
404
|
+
@property
|
|
405
|
+
def node_value(self) -> str:
|
|
406
|
+
'''Gets the value.'''
|
|
407
|
+
raise NotImplementedError()
|
|
408
|
+
|
|
409
|
+
@node_value.setter
|
|
410
|
+
def node_value(self, value : str) -> None:
|
|
411
|
+
'''Sets the value.'''
|
|
412
|
+
raise NotImplementedError()
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
416
|
+
'''Gets the children.'''
|
|
417
|
+
raise NotImplementedError()
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
def name_without_prefix(self) -> str:
|
|
421
|
+
'''Gets the name without prefix.'''
|
|
422
|
+
raise NotImplementedError()
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
def prefix(self) -> str:
|
|
426
|
+
'''Gets the prefix.'''
|
|
427
|
+
raise NotImplementedError()
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
def north(self) -> float:
|
|
431
|
+
'''North of \'LatLonBox\' node.'''
|
|
432
|
+
raise NotImplementedError()
|
|
433
|
+
|
|
434
|
+
@north.setter
|
|
435
|
+
def north(self, value : float) -> None:
|
|
436
|
+
'''North of \'LatLonBox\' node.'''
|
|
437
|
+
raise NotImplementedError()
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
def south(self) -> float:
|
|
441
|
+
'''South of \'LatLonBox\' node.'''
|
|
442
|
+
raise NotImplementedError()
|
|
443
|
+
|
|
444
|
+
@south.setter
|
|
445
|
+
def south(self, value : float) -> None:
|
|
446
|
+
'''South of \'LatLonBox\' node.'''
|
|
447
|
+
raise NotImplementedError()
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
def east(self) -> float:
|
|
451
|
+
'''East of \'LatLonBox\' node.'''
|
|
452
|
+
raise NotImplementedError()
|
|
453
|
+
|
|
454
|
+
@east.setter
|
|
455
|
+
def east(self, value : float) -> None:
|
|
456
|
+
'''East of \'LatLonBox\' node.'''
|
|
457
|
+
raise NotImplementedError()
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
def west(self) -> float:
|
|
461
|
+
'''West of \'LatLonBox\' node.'''
|
|
462
|
+
raise NotImplementedError()
|
|
463
|
+
|
|
464
|
+
@west.setter
|
|
465
|
+
def west(self, value : float) -> None:
|
|
466
|
+
'''West of \'LatLonBox\' node.'''
|
|
467
|
+
raise NotImplementedError()
|
|
468
|
+
|
|
469
|
+
@property
|
|
470
|
+
def min_altitude(self) -> Optional[float]:
|
|
471
|
+
'''MinAltitude of \'LatLonBox\' node.'''
|
|
472
|
+
raise NotImplementedError()
|
|
473
|
+
|
|
474
|
+
@min_altitude.setter
|
|
475
|
+
def min_altitude(self, value : Optional[float]) -> None:
|
|
476
|
+
'''MinAltitude of \'LatLonBox\' node.'''
|
|
477
|
+
raise NotImplementedError()
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
def max_altitude(self) -> Optional[float]:
|
|
481
|
+
'''MaxAltitude of \'LatLonBox\' node.'''
|
|
482
|
+
raise NotImplementedError()
|
|
483
|
+
|
|
484
|
+
@max_altitude.setter
|
|
485
|
+
def max_altitude(self, value : Optional[float]) -> None:
|
|
486
|
+
'''MaxAltitude of \'LatLonBox\' node.'''
|
|
487
|
+
raise NotImplementedError()
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
def rotation(self) -> Optional[float]:
|
|
491
|
+
'''Rotation of \'LatLonBox\' node.'''
|
|
492
|
+
raise NotImplementedError()
|
|
493
|
+
|
|
494
|
+
@rotation.setter
|
|
495
|
+
def rotation(self, value : Optional[float]) -> None:
|
|
496
|
+
'''Rotation of \'LatLonBox\' node.'''
|
|
497
|
+
raise NotImplementedError()
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
class KmlLatLonBox(aspose.gis.XmlNodeLink):
|
|
501
|
+
'''Specifies object from Kml \'LatLonBox\' node'''
|
|
502
|
+
|
|
503
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
504
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
505
|
+
Doesn\'t matter in what level it will be found
|
|
506
|
+
|
|
507
|
+
:param name: The name of the node you want to find.
|
|
508
|
+
:returns: The found node with NodeLink API'''
|
|
509
|
+
raise NotImplementedError()
|
|
510
|
+
|
|
511
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
512
|
+
'''Gets the all nodes with the specified name.
|
|
513
|
+
Doesn\'t matter in what level it will be found
|
|
514
|
+
|
|
515
|
+
:param names: The names.
|
|
516
|
+
:returns: The array of found nodes.'''
|
|
517
|
+
raise NotImplementedError()
|
|
518
|
+
|
|
519
|
+
def as_double(self) -> float:
|
|
520
|
+
'''Returns value casted to the double.
|
|
521
|
+
|
|
522
|
+
:returns: The double value of node'''
|
|
523
|
+
raise NotImplementedError()
|
|
524
|
+
|
|
525
|
+
def as_int(self) -> int:
|
|
526
|
+
'''Returns value casted to the int.
|
|
527
|
+
|
|
528
|
+
:returns: The int value of node'''
|
|
529
|
+
raise NotImplementedError()
|
|
530
|
+
|
|
531
|
+
def as_bool(self) -> bool:
|
|
532
|
+
'''Returns value casted to the bool
|
|
533
|
+
|
|
534
|
+
:returns: The bool value of node'''
|
|
535
|
+
raise NotImplementedError()
|
|
536
|
+
|
|
537
|
+
def get_node_content(self) -> str:
|
|
538
|
+
'''Gets the content of the node.
|
|
539
|
+
|
|
540
|
+
:returns: The content of node'''
|
|
541
|
+
raise NotImplementedError()
|
|
542
|
+
|
|
543
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
544
|
+
'''Finds the XML nodes by the name
|
|
545
|
+
|
|
546
|
+
:param name: The name of the node
|
|
547
|
+
:returns: Array of XML Nodes by name'''
|
|
548
|
+
raise NotImplementedError()
|
|
549
|
+
|
|
550
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
551
|
+
'''Adds the child.
|
|
552
|
+
|
|
553
|
+
:param child: The child.'''
|
|
554
|
+
raise NotImplementedError()
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
def node_name(self) -> str:
|
|
558
|
+
'''Gets the name.'''
|
|
559
|
+
raise NotImplementedError()
|
|
560
|
+
|
|
561
|
+
@node_name.setter
|
|
562
|
+
def node_name(self, value : str) -> None:
|
|
563
|
+
'''Sets the name.'''
|
|
564
|
+
raise NotImplementedError()
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
def node_value(self) -> str:
|
|
568
|
+
'''Gets the value.'''
|
|
569
|
+
raise NotImplementedError()
|
|
570
|
+
|
|
571
|
+
@node_value.setter
|
|
572
|
+
def node_value(self, value : str) -> None:
|
|
573
|
+
'''Sets the value.'''
|
|
574
|
+
raise NotImplementedError()
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
578
|
+
'''Gets the children.'''
|
|
579
|
+
raise NotImplementedError()
|
|
580
|
+
|
|
581
|
+
@property
|
|
582
|
+
def name_without_prefix(self) -> str:
|
|
583
|
+
'''Gets the name without prefix.'''
|
|
584
|
+
raise NotImplementedError()
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
def prefix(self) -> str:
|
|
588
|
+
'''Gets the prefix.'''
|
|
589
|
+
raise NotImplementedError()
|
|
590
|
+
|
|
591
|
+
@property
|
|
592
|
+
def north(self) -> float:
|
|
593
|
+
'''North of \'LatLonBox\' node.'''
|
|
594
|
+
raise NotImplementedError()
|
|
595
|
+
|
|
596
|
+
@north.setter
|
|
597
|
+
def north(self, value : float) -> None:
|
|
598
|
+
'''North of \'LatLonBox\' node.'''
|
|
599
|
+
raise NotImplementedError()
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
def south(self) -> float:
|
|
603
|
+
'''South of \'LatLonBox\' node.'''
|
|
604
|
+
raise NotImplementedError()
|
|
605
|
+
|
|
606
|
+
@south.setter
|
|
607
|
+
def south(self, value : float) -> None:
|
|
608
|
+
'''South of \'LatLonBox\' node.'''
|
|
609
|
+
raise NotImplementedError()
|
|
610
|
+
|
|
611
|
+
@property
|
|
612
|
+
def east(self) -> float:
|
|
613
|
+
'''East of \'LatLonBox\' node.'''
|
|
614
|
+
raise NotImplementedError()
|
|
615
|
+
|
|
616
|
+
@east.setter
|
|
617
|
+
def east(self, value : float) -> None:
|
|
618
|
+
'''East of \'LatLonBox\' node.'''
|
|
619
|
+
raise NotImplementedError()
|
|
620
|
+
|
|
621
|
+
@property
|
|
622
|
+
def west(self) -> float:
|
|
623
|
+
'''West of \'LatLonBox\' node.'''
|
|
624
|
+
raise NotImplementedError()
|
|
625
|
+
|
|
626
|
+
@west.setter
|
|
627
|
+
def west(self, value : float) -> None:
|
|
628
|
+
'''West of \'LatLonBox\' node.'''
|
|
629
|
+
raise NotImplementedError()
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
def min_altitude(self) -> Optional[float]:
|
|
633
|
+
'''MinAltitude of \'LatLonBox\' node.'''
|
|
634
|
+
raise NotImplementedError()
|
|
635
|
+
|
|
636
|
+
@min_altitude.setter
|
|
637
|
+
def min_altitude(self, value : Optional[float]) -> None:
|
|
638
|
+
'''MinAltitude of \'LatLonBox\' node.'''
|
|
639
|
+
raise NotImplementedError()
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
def max_altitude(self) -> Optional[float]:
|
|
643
|
+
'''MaxAltitude of \'LatLonBox\' node.'''
|
|
644
|
+
raise NotImplementedError()
|
|
645
|
+
|
|
646
|
+
@max_altitude.setter
|
|
647
|
+
def max_altitude(self, value : Optional[float]) -> None:
|
|
648
|
+
'''MaxAltitude of \'LatLonBox\' node.'''
|
|
649
|
+
raise NotImplementedError()
|
|
650
|
+
|
|
651
|
+
@property
|
|
652
|
+
def rotation(self) -> Optional[float]:
|
|
653
|
+
'''Rotation of \'LatLonBox\' node.'''
|
|
654
|
+
raise NotImplementedError()
|
|
655
|
+
|
|
656
|
+
@rotation.setter
|
|
657
|
+
def rotation(self, value : Optional[float]) -> None:
|
|
658
|
+
'''Rotation of \'LatLonBox\' node.'''
|
|
659
|
+
raise NotImplementedError()
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
class KmlLodSettings(aspose.gis.XmlNodeLink):
|
|
663
|
+
'''Specifies object from Kml \'Lod\' node'''
|
|
664
|
+
|
|
665
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
666
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
667
|
+
Doesn\'t matter in what level it will be found
|
|
668
|
+
|
|
669
|
+
:param name: The name of the node you want to find.
|
|
670
|
+
:returns: The found node with NodeLink API'''
|
|
671
|
+
raise NotImplementedError()
|
|
672
|
+
|
|
673
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
674
|
+
'''Gets the all nodes with the specified name.
|
|
675
|
+
Doesn\'t matter in what level it will be found
|
|
676
|
+
|
|
677
|
+
:param names: The names.
|
|
678
|
+
:returns: The array of found nodes.'''
|
|
679
|
+
raise NotImplementedError()
|
|
680
|
+
|
|
681
|
+
def as_double(self) -> float:
|
|
682
|
+
'''Returns value casted to the double.
|
|
683
|
+
|
|
684
|
+
:returns: The double value of node'''
|
|
685
|
+
raise NotImplementedError()
|
|
686
|
+
|
|
687
|
+
def as_int(self) -> int:
|
|
688
|
+
'''Returns value casted to the int.
|
|
689
|
+
|
|
690
|
+
:returns: The int value of node'''
|
|
691
|
+
raise NotImplementedError()
|
|
692
|
+
|
|
693
|
+
def as_bool(self) -> bool:
|
|
694
|
+
'''Returns value casted to the bool
|
|
695
|
+
|
|
696
|
+
:returns: The bool value of node'''
|
|
697
|
+
raise NotImplementedError()
|
|
698
|
+
|
|
699
|
+
def get_node_content(self) -> str:
|
|
700
|
+
'''Gets the content of the node.
|
|
701
|
+
|
|
702
|
+
:returns: The content of node'''
|
|
703
|
+
raise NotImplementedError()
|
|
704
|
+
|
|
705
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
706
|
+
'''Finds the XML nodes by the name
|
|
707
|
+
|
|
708
|
+
:param name: The name of the node
|
|
709
|
+
:returns: Array of XML Nodes by name'''
|
|
710
|
+
raise NotImplementedError()
|
|
711
|
+
|
|
712
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
713
|
+
'''Adds the child.
|
|
714
|
+
|
|
715
|
+
:param child: The child.'''
|
|
716
|
+
raise NotImplementedError()
|
|
717
|
+
|
|
718
|
+
@property
|
|
719
|
+
def node_name(self) -> str:
|
|
720
|
+
'''Gets the name.'''
|
|
721
|
+
raise NotImplementedError()
|
|
722
|
+
|
|
723
|
+
@node_name.setter
|
|
724
|
+
def node_name(self, value : str) -> None:
|
|
725
|
+
'''Sets the name.'''
|
|
726
|
+
raise NotImplementedError()
|
|
727
|
+
|
|
728
|
+
@property
|
|
729
|
+
def node_value(self) -> str:
|
|
730
|
+
'''Gets the value.'''
|
|
731
|
+
raise NotImplementedError()
|
|
732
|
+
|
|
733
|
+
@node_value.setter
|
|
734
|
+
def node_value(self, value : str) -> None:
|
|
735
|
+
'''Sets the value.'''
|
|
736
|
+
raise NotImplementedError()
|
|
737
|
+
|
|
738
|
+
@property
|
|
739
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
740
|
+
'''Gets the children.'''
|
|
741
|
+
raise NotImplementedError()
|
|
742
|
+
|
|
743
|
+
@property
|
|
744
|
+
def name_without_prefix(self) -> str:
|
|
745
|
+
'''Gets the name without prefix.'''
|
|
746
|
+
raise NotImplementedError()
|
|
747
|
+
|
|
748
|
+
@property
|
|
749
|
+
def prefix(self) -> str:
|
|
750
|
+
'''Gets the prefix.'''
|
|
751
|
+
raise NotImplementedError()
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
def min_lod_pixels(self) -> int:
|
|
755
|
+
'''MinLodPixels of \'Lod\' node.'''
|
|
756
|
+
raise NotImplementedError()
|
|
757
|
+
|
|
758
|
+
@min_lod_pixels.setter
|
|
759
|
+
def min_lod_pixels(self, value : int) -> None:
|
|
760
|
+
'''MinLodPixels of \'Lod\' node.'''
|
|
761
|
+
raise NotImplementedError()
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
def max_lod_pixels(self) -> int:
|
|
765
|
+
'''MaxLodPixels of \'Lod\' node.'''
|
|
766
|
+
raise NotImplementedError()
|
|
767
|
+
|
|
768
|
+
@max_lod_pixels.setter
|
|
769
|
+
def max_lod_pixels(self, value : int) -> None:
|
|
770
|
+
'''MaxLodPixels of \'Lod\' node.'''
|
|
771
|
+
raise NotImplementedError()
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
def min_fade_extent(self) -> int:
|
|
775
|
+
'''MinFadeExtent of \'Lod\' node.'''
|
|
776
|
+
raise NotImplementedError()
|
|
777
|
+
|
|
778
|
+
@min_fade_extent.setter
|
|
779
|
+
def min_fade_extent(self, value : int) -> None:
|
|
780
|
+
'''MinFadeExtent of \'Lod\' node.'''
|
|
781
|
+
raise NotImplementedError()
|
|
782
|
+
|
|
783
|
+
@property
|
|
784
|
+
def max_fade_extent(self) -> int:
|
|
785
|
+
'''MaxFadeExtent of \'Lod\' node.'''
|
|
786
|
+
raise NotImplementedError()
|
|
787
|
+
|
|
788
|
+
@max_fade_extent.setter
|
|
789
|
+
def max_fade_extent(self, value : int) -> None:
|
|
790
|
+
'''MaxFadeExtent of \'Lod\' node.'''
|
|
791
|
+
raise NotImplementedError()
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
class KmlNetworkLinkInfo(aspose.gis.XmlNodeLink):
|
|
795
|
+
'''Specifies object from Kml \'NetworkLink\' node'''
|
|
796
|
+
|
|
797
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
798
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
799
|
+
Doesn\'t matter in what level it will be found
|
|
800
|
+
|
|
801
|
+
:param name: The name of the node you want to find.
|
|
802
|
+
:returns: The found node with NodeLink API'''
|
|
803
|
+
raise NotImplementedError()
|
|
804
|
+
|
|
805
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
806
|
+
'''Gets the all nodes with the specified name.
|
|
807
|
+
Doesn\'t matter in what level it will be found
|
|
808
|
+
|
|
809
|
+
:param names: The names.
|
|
810
|
+
:returns: The array of found nodes.'''
|
|
811
|
+
raise NotImplementedError()
|
|
812
|
+
|
|
813
|
+
def as_double(self) -> float:
|
|
814
|
+
'''Returns value casted to the double.
|
|
815
|
+
|
|
816
|
+
:returns: The double value of node'''
|
|
817
|
+
raise NotImplementedError()
|
|
818
|
+
|
|
819
|
+
def as_int(self) -> int:
|
|
820
|
+
'''Returns value casted to the int.
|
|
821
|
+
|
|
822
|
+
:returns: The int value of node'''
|
|
823
|
+
raise NotImplementedError()
|
|
824
|
+
|
|
825
|
+
def as_bool(self) -> bool:
|
|
826
|
+
'''Returns value casted to the bool
|
|
827
|
+
|
|
828
|
+
:returns: The bool value of node'''
|
|
829
|
+
raise NotImplementedError()
|
|
830
|
+
|
|
831
|
+
def get_node_content(self) -> str:
|
|
832
|
+
'''Gets the content of the node.
|
|
833
|
+
|
|
834
|
+
:returns: The content of node'''
|
|
835
|
+
raise NotImplementedError()
|
|
836
|
+
|
|
837
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
838
|
+
'''Finds the XML nodes by the name
|
|
839
|
+
|
|
840
|
+
:param name: The name of the node
|
|
841
|
+
:returns: Array of XML Nodes by name'''
|
|
842
|
+
raise NotImplementedError()
|
|
843
|
+
|
|
844
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
845
|
+
'''Adds the child.
|
|
846
|
+
|
|
847
|
+
:param child: The child.'''
|
|
848
|
+
raise NotImplementedError()
|
|
849
|
+
|
|
850
|
+
@property
|
|
851
|
+
def node_name(self) -> str:
|
|
852
|
+
'''Gets the name.'''
|
|
853
|
+
raise NotImplementedError()
|
|
854
|
+
|
|
855
|
+
@node_name.setter
|
|
856
|
+
def node_name(self, value : str) -> None:
|
|
857
|
+
'''Sets the name.'''
|
|
858
|
+
raise NotImplementedError()
|
|
859
|
+
|
|
860
|
+
@property
|
|
861
|
+
def node_value(self) -> str:
|
|
862
|
+
'''Gets the value.'''
|
|
863
|
+
raise NotImplementedError()
|
|
864
|
+
|
|
865
|
+
@node_value.setter
|
|
866
|
+
def node_value(self, value : str) -> None:
|
|
867
|
+
'''Sets the value.'''
|
|
868
|
+
raise NotImplementedError()
|
|
869
|
+
|
|
870
|
+
@property
|
|
871
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
872
|
+
'''Gets the children.'''
|
|
873
|
+
raise NotImplementedError()
|
|
874
|
+
|
|
875
|
+
@property
|
|
876
|
+
def name_without_prefix(self) -> str:
|
|
877
|
+
'''Gets the name without prefix.'''
|
|
878
|
+
raise NotImplementedError()
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
def prefix(self) -> str:
|
|
882
|
+
'''Gets the prefix.'''
|
|
883
|
+
raise NotImplementedError()
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
def link(self) -> aspose.gis.formats.kml.specificfields.LinkInfo:
|
|
887
|
+
raise NotImplementedError()
|
|
888
|
+
|
|
889
|
+
@link.setter
|
|
890
|
+
def link(self, value : aspose.gis.formats.kml.specificfields.LinkInfo) -> None:
|
|
891
|
+
raise NotImplementedError()
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
def region(self) -> aspose.gis.formats.kml.specificfields.KmlRegionInfo:
|
|
895
|
+
raise NotImplementedError()
|
|
896
|
+
|
|
897
|
+
@region.setter
|
|
898
|
+
def region(self, value : aspose.gis.formats.kml.specificfields.KmlRegionInfo) -> None:
|
|
899
|
+
raise NotImplementedError()
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
class KmlRegionInfo(aspose.gis.XmlNodeLink):
|
|
903
|
+
'''Specifies object from Kml \'Region\' node'''
|
|
904
|
+
|
|
905
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
906
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
907
|
+
Doesn\'t matter in what level it will be found
|
|
908
|
+
|
|
909
|
+
:param name: The name of the node you want to find.
|
|
910
|
+
:returns: The found node with NodeLink API'''
|
|
911
|
+
raise NotImplementedError()
|
|
912
|
+
|
|
913
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
914
|
+
'''Gets the all nodes with the specified name.
|
|
915
|
+
Doesn\'t matter in what level it will be found
|
|
916
|
+
|
|
917
|
+
:param names: The names.
|
|
918
|
+
:returns: The array of found nodes.'''
|
|
919
|
+
raise NotImplementedError()
|
|
920
|
+
|
|
921
|
+
def as_double(self) -> float:
|
|
922
|
+
'''Returns value casted to the double.
|
|
923
|
+
|
|
924
|
+
:returns: The double value of node'''
|
|
925
|
+
raise NotImplementedError()
|
|
926
|
+
|
|
927
|
+
def as_int(self) -> int:
|
|
928
|
+
'''Returns value casted to the int.
|
|
929
|
+
|
|
930
|
+
:returns: The int value of node'''
|
|
931
|
+
raise NotImplementedError()
|
|
932
|
+
|
|
933
|
+
def as_bool(self) -> bool:
|
|
934
|
+
'''Returns value casted to the bool
|
|
935
|
+
|
|
936
|
+
:returns: The bool value of node'''
|
|
937
|
+
raise NotImplementedError()
|
|
938
|
+
|
|
939
|
+
def get_node_content(self) -> str:
|
|
940
|
+
'''Gets the content of the node.
|
|
941
|
+
|
|
942
|
+
:returns: The content of node'''
|
|
943
|
+
raise NotImplementedError()
|
|
944
|
+
|
|
945
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
946
|
+
'''Finds the XML nodes by the name
|
|
947
|
+
|
|
948
|
+
:param name: The name of the node
|
|
949
|
+
:returns: Array of XML Nodes by name'''
|
|
950
|
+
raise NotImplementedError()
|
|
951
|
+
|
|
952
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
953
|
+
'''Adds the child.
|
|
954
|
+
|
|
955
|
+
:param child: The child.'''
|
|
956
|
+
raise NotImplementedError()
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
def node_name(self) -> str:
|
|
960
|
+
'''Gets the name.'''
|
|
961
|
+
raise NotImplementedError()
|
|
962
|
+
|
|
963
|
+
@node_name.setter
|
|
964
|
+
def node_name(self, value : str) -> None:
|
|
965
|
+
'''Sets the name.'''
|
|
966
|
+
raise NotImplementedError()
|
|
967
|
+
|
|
968
|
+
@property
|
|
969
|
+
def node_value(self) -> str:
|
|
970
|
+
'''Gets the value.'''
|
|
971
|
+
raise NotImplementedError()
|
|
972
|
+
|
|
973
|
+
@node_value.setter
|
|
974
|
+
def node_value(self, value : str) -> None:
|
|
975
|
+
'''Sets the value.'''
|
|
976
|
+
raise NotImplementedError()
|
|
977
|
+
|
|
978
|
+
@property
|
|
979
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
980
|
+
'''Gets the children.'''
|
|
981
|
+
raise NotImplementedError()
|
|
982
|
+
|
|
983
|
+
@property
|
|
984
|
+
def name_without_prefix(self) -> str:
|
|
985
|
+
'''Gets the name without prefix.'''
|
|
986
|
+
raise NotImplementedError()
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
def prefix(self) -> str:
|
|
990
|
+
'''Gets the prefix.'''
|
|
991
|
+
raise NotImplementedError()
|
|
992
|
+
|
|
993
|
+
@property
|
|
994
|
+
def lat_lon_alt_box(self) -> aspose.gis.formats.kml.specificfields.KmlLatLonAltBox:
|
|
995
|
+
'''Specifies object from Kml \'LatLonAltBox\' node.'''
|
|
996
|
+
raise NotImplementedError()
|
|
997
|
+
|
|
998
|
+
@lat_lon_alt_box.setter
|
|
999
|
+
def lat_lon_alt_box(self, value : aspose.gis.formats.kml.specificfields.KmlLatLonAltBox) -> None:
|
|
1000
|
+
'''Specifies object from Kml \'LatLonAltBox\' node.'''
|
|
1001
|
+
raise NotImplementedError()
|
|
1002
|
+
|
|
1003
|
+
@property
|
|
1004
|
+
def lod(self) -> aspose.gis.formats.kml.specificfields.KmlLodSettings:
|
|
1005
|
+
'''Specifies object from Kml \'Lod\' node.'''
|
|
1006
|
+
raise NotImplementedError()
|
|
1007
|
+
|
|
1008
|
+
@lod.setter
|
|
1009
|
+
def lod(self, value : aspose.gis.formats.kml.specificfields.KmlLodSettings) -> None:
|
|
1010
|
+
'''Specifies object from Kml \'Lod\' node.'''
|
|
1011
|
+
raise NotImplementedError()
|
|
1012
|
+
|
|
1013
|
+
@property
|
|
1014
|
+
def id(self) -> str:
|
|
1015
|
+
'''Id of \'Region\' node.'''
|
|
1016
|
+
raise NotImplementedError()
|
|
1017
|
+
|
|
1018
|
+
@id.setter
|
|
1019
|
+
def id(self, value : str) -> None:
|
|
1020
|
+
'''Id of \'Region\' node.'''
|
|
1021
|
+
raise NotImplementedError()
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
class LinkInfo(aspose.gis.XmlNodeLink):
|
|
1025
|
+
'''The LinkInfo node of KML format'''
|
|
1026
|
+
|
|
1027
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
1028
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
1029
|
+
Doesn\'t matter in what level it will be found
|
|
1030
|
+
|
|
1031
|
+
:param name: The name of the node you want to find.
|
|
1032
|
+
:returns: The found node with NodeLink API'''
|
|
1033
|
+
raise NotImplementedError()
|
|
1034
|
+
|
|
1035
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
1036
|
+
'''Gets the all nodes with the specified name.
|
|
1037
|
+
Doesn\'t matter in what level it will be found
|
|
1038
|
+
|
|
1039
|
+
:param names: The names.
|
|
1040
|
+
:returns: The array of found nodes.'''
|
|
1041
|
+
raise NotImplementedError()
|
|
1042
|
+
|
|
1043
|
+
def as_double(self) -> float:
|
|
1044
|
+
'''Returns value casted to the double.
|
|
1045
|
+
|
|
1046
|
+
:returns: The double value of node'''
|
|
1047
|
+
raise NotImplementedError()
|
|
1048
|
+
|
|
1049
|
+
def as_int(self) -> int:
|
|
1050
|
+
'''Returns value casted to the int.
|
|
1051
|
+
|
|
1052
|
+
:returns: The int value of node'''
|
|
1053
|
+
raise NotImplementedError()
|
|
1054
|
+
|
|
1055
|
+
def as_bool(self) -> bool:
|
|
1056
|
+
'''Returns value casted to the bool
|
|
1057
|
+
|
|
1058
|
+
:returns: The bool value of node'''
|
|
1059
|
+
raise NotImplementedError()
|
|
1060
|
+
|
|
1061
|
+
def get_node_content(self) -> str:
|
|
1062
|
+
'''Gets the content of the node.
|
|
1063
|
+
|
|
1064
|
+
:returns: The content of node'''
|
|
1065
|
+
raise NotImplementedError()
|
|
1066
|
+
|
|
1067
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
1068
|
+
'''Finds the XML nodes by the name
|
|
1069
|
+
|
|
1070
|
+
:param name: The name of the node
|
|
1071
|
+
:returns: Array of XML Nodes by name'''
|
|
1072
|
+
raise NotImplementedError()
|
|
1073
|
+
|
|
1074
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
1075
|
+
'''Adds the child.
|
|
1076
|
+
|
|
1077
|
+
:param child: The child.'''
|
|
1078
|
+
raise NotImplementedError()
|
|
1079
|
+
|
|
1080
|
+
@property
|
|
1081
|
+
def node_name(self) -> str:
|
|
1082
|
+
'''Gets the name.'''
|
|
1083
|
+
raise NotImplementedError()
|
|
1084
|
+
|
|
1085
|
+
@node_name.setter
|
|
1086
|
+
def node_name(self, value : str) -> None:
|
|
1087
|
+
'''Sets the name.'''
|
|
1088
|
+
raise NotImplementedError()
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
def node_value(self) -> str:
|
|
1092
|
+
'''Gets the value.'''
|
|
1093
|
+
raise NotImplementedError()
|
|
1094
|
+
|
|
1095
|
+
@node_value.setter
|
|
1096
|
+
def node_value(self, value : str) -> None:
|
|
1097
|
+
'''Sets the value.'''
|
|
1098
|
+
raise NotImplementedError()
|
|
1099
|
+
|
|
1100
|
+
@property
|
|
1101
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
1102
|
+
'''Gets the children.'''
|
|
1103
|
+
raise NotImplementedError()
|
|
1104
|
+
|
|
1105
|
+
@property
|
|
1106
|
+
def name_without_prefix(self) -> str:
|
|
1107
|
+
'''Gets the name without prefix.'''
|
|
1108
|
+
raise NotImplementedError()
|
|
1109
|
+
|
|
1110
|
+
@property
|
|
1111
|
+
def prefix(self) -> str:
|
|
1112
|
+
'''Gets the prefix.'''
|
|
1113
|
+
raise NotImplementedError()
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
def href(self) -> str:
|
|
1117
|
+
'''Gets the href.'''
|
|
1118
|
+
raise NotImplementedError()
|
|
1119
|
+
|
|
1120
|
+
@href.setter
|
|
1121
|
+
def href(self, value : str) -> None:
|
|
1122
|
+
'''Sets the href.'''
|
|
1123
|
+
raise NotImplementedError()
|
|
1124
|
+
|
|
1125
|
+
|