aspose-gis-net 25.7.0__py3-none-macosx_10_14_x86_64.whl → 25.8.0__py3-none-macosx_10_14_x86_64.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/libe_sqlite3.dylib +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.cpython-310-darwin.so +0 -0
- aspose/gis.cpython-311-darwin.so +0 -0
- aspose/gis.cpython-312-darwin.so +0 -0
- aspose/gis.cpython-313-darwin.so +0 -0
- aspose/gis.cpython-35m-darwin.so +0 -0
- aspose/gis.cpython-36m-darwin.so +0 -0
- aspose/gis.cpython-37m-darwin.so +0 -0
- aspose/gis.cpython-38-darwin.so +0 -0
- aspose/gis.cpython-39-darwin.so +0 -0
- {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/METADATA +6 -3
- {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/RECORD +104 -97
- {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/WHEEL +0 -0
- {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/entry_points.txt +0 -0
- {aspose_gis_net-25.7.0.dist-info → aspose_gis_net-25.8.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
aspose/gis/__init__.pyi
CHANGED
|
@@ -36,6 +36,7 @@ import aspose.gis.formats.filegdb
|
|
|
36
36
|
import aspose.gis.formats.gdal
|
|
37
37
|
import aspose.gis.formats.geojson
|
|
38
38
|
import aspose.gis.formats.geojsonseq
|
|
39
|
+
import aspose.gis.formats.geopackage
|
|
39
40
|
import aspose.gis.formats.geotiff
|
|
40
41
|
import aspose.gis.formats.gml
|
|
41
42
|
import aspose.gis.formats.gpx
|
|
@@ -43,6 +44,7 @@ import aspose.gis.formats.infile
|
|
|
43
44
|
import aspose.gis.formats.inmemory
|
|
44
45
|
import aspose.gis.formats.jpegw
|
|
45
46
|
import aspose.gis.formats.kml
|
|
47
|
+
import aspose.gis.formats.kml.specificfields
|
|
46
48
|
import aspose.gis.formats.kml.styles
|
|
47
49
|
import aspose.gis.formats.mapinfointerchange
|
|
48
50
|
import aspose.gis.formats.mapinfotab
|
|
@@ -195,6 +197,65 @@ class AttributesConverterActions:
|
|
|
195
197
|
raise NotImplementedError()
|
|
196
198
|
|
|
197
199
|
|
|
200
|
+
class BaseFeatureAttributeCollection:
|
|
201
|
+
'''A :py:class:`aspose.gis.FeatureAttributeCollection` defines what attributes are available for a :py:class:`aspose.gis.Feature`.'''
|
|
202
|
+
|
|
203
|
+
@overload
|
|
204
|
+
def remove(self, name : str) -> None:
|
|
205
|
+
'''Removes the attribute from the collection.
|
|
206
|
+
|
|
207
|
+
:param name: Name of the attribute.'''
|
|
208
|
+
raise NotImplementedError()
|
|
209
|
+
|
|
210
|
+
@overload
|
|
211
|
+
def remove(self, index : int) -> None:
|
|
212
|
+
'''Removes the attribute from the collection.
|
|
213
|
+
|
|
214
|
+
:param index: Index of the attribute.'''
|
|
215
|
+
raise NotImplementedError()
|
|
216
|
+
|
|
217
|
+
def lock(self) -> None:
|
|
218
|
+
'''Locks this attribute collection to prevent further modifications.'''
|
|
219
|
+
raise NotImplementedError()
|
|
220
|
+
|
|
221
|
+
def contains(self, name : str) -> bool:
|
|
222
|
+
'''Determines whether the attribute collection contains an attribute with the specified name.
|
|
223
|
+
|
|
224
|
+
:param name: Name of the attribute.
|
|
225
|
+
:returns: if the attribute collection contains and attribute with the specified name; otherwise, .'''
|
|
226
|
+
raise NotImplementedError()
|
|
227
|
+
|
|
228
|
+
def index_of(self, name : str) -> int:
|
|
229
|
+
'''Searches for the attribute and returns the its zero-based index.
|
|
230
|
+
|
|
231
|
+
:param name: Name of the attribute.
|
|
232
|
+
:returns: The zero-based index of the attribute within the collection, if found; otherwise, –1.'''
|
|
233
|
+
raise NotImplementedError()
|
|
234
|
+
|
|
235
|
+
def add(self, attribute : aspose.gis.FeatureAttribute) -> None:
|
|
236
|
+
'''Adds an attribute to the collection.
|
|
237
|
+
|
|
238
|
+
:param attribute: The attribute to add.'''
|
|
239
|
+
raise NotImplementedError()
|
|
240
|
+
|
|
241
|
+
@property
|
|
242
|
+
def count(self) -> int:
|
|
243
|
+
'''Gets the number of attributes in a :py:class:`aspose.gis.Feature`.'''
|
|
244
|
+
raise NotImplementedError()
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
def is_locked(self) -> bool:
|
|
248
|
+
'''Gets a value indicating whether this attribute collection is locked.'''
|
|
249
|
+
raise NotImplementedError()
|
|
250
|
+
|
|
251
|
+
def __getitem__(self, key : int) -> aspose.gis.FeatureAttribute:
|
|
252
|
+
'''Gets or sets the :py:class:`aspose.gis.FeatureAttribute` at the specified index.'''
|
|
253
|
+
raise NotImplementedError()
|
|
254
|
+
|
|
255
|
+
def __setitem__(self, key : int, value : aspose.gis.FeatureAttribute):
|
|
256
|
+
raise NotImplementedError()
|
|
257
|
+
|
|
258
|
+
|
|
198
259
|
class ConversionOptions:
|
|
199
260
|
'''Options for converting data between formats.'''
|
|
200
261
|
|
|
@@ -814,6 +875,130 @@ class Drivers:
|
|
|
814
875
|
'''A driver for the tiled web map like OpenStreetMaps, Google Maps, etc.'''
|
|
815
876
|
csv : aspose.gis.formats.csv.CsvDriver
|
|
816
877
|
'''A driver for the CSV format.'''
|
|
878
|
+
geo_package : aspose.gis.formats.geopackage.GeoPackageDriver
|
|
879
|
+
'''A driver for the GeoPackage format.'''
|
|
880
|
+
|
|
881
|
+
class DynamicFeature(Feature):
|
|
882
|
+
'''A geographic feature composed of a geometry and user-defined attributes.'''
|
|
883
|
+
|
|
884
|
+
@overload
|
|
885
|
+
def get_values(self, values : List[Any], default_value : Any) -> int:
|
|
886
|
+
'''Returns the values for all the attributes in an array.
|
|
887
|
+
|
|
888
|
+
:param values: The array into which to copy the attributes values.
|
|
889
|
+
:param default_value: The value to return if the attribute value is missing (unset). Default value is .
|
|
890
|
+
Consider to use \':py:class:`System.DBNull`.Value\' for separating \'unset\' and \'\' values.
|
|
891
|
+
:returns: A number of attributes copied.'''
|
|
892
|
+
raise NotImplementedError()
|
|
893
|
+
|
|
894
|
+
@overload
|
|
895
|
+
def get_values(self, values_count : int, default_value : Any) -> List[Any]:
|
|
896
|
+
'''Returns the values for all the attributes in an array.
|
|
897
|
+
|
|
898
|
+
:param values_count: The values count.
|
|
899
|
+
:param default_value: The value to return if the attribute value is missing (unset). Default value is .
|
|
900
|
+
Consider to use \':py:class:`System.DBNull`.Value\' for separating \'unset\' and \'\' values.
|
|
901
|
+
:returns: A number of attributes copied.'''
|
|
902
|
+
raise NotImplementedError()
|
|
903
|
+
|
|
904
|
+
def get_value(self, attribute_name : str) -> Any:
|
|
905
|
+
'''Gets the value of an attribute.
|
|
906
|
+
|
|
907
|
+
:param attribute_name: Name of the attribute.
|
|
908
|
+
:returns: Value of the attribute.'''
|
|
909
|
+
raise NotImplementedError()
|
|
910
|
+
|
|
911
|
+
def get_values_list(self, attribute_name : str, separator : str, count : int) -> List[Any]:
|
|
912
|
+
'''Gets the values list. Non-generic analog of List T GetValuesList
|
|
913
|
+
|
|
914
|
+
:param attribute_name: Name of the attribute.
|
|
915
|
+
:param separator: A string which is used to separate attribute name and index value of sequence.
|
|
916
|
+
:param count: Count of values to return (missed value fill as null)
|
|
917
|
+
:returns: List of values of the attributes which names different by sequence index value.'''
|
|
918
|
+
raise NotImplementedError()
|
|
919
|
+
|
|
920
|
+
def get_value_or_default(self, attribute_name : str, default_value : Any) -> Any:
|
|
921
|
+
'''Gets the value of an attribute, or :py:attr:`aspose.gis.FeatureAttribute.default_value` if the value is unset or ``null``.
|
|
922
|
+
|
|
923
|
+
:param attribute_name: Name of the attribute.
|
|
924
|
+
:param default_value: The value to return if the attribute value is missing. Default value is .
|
|
925
|
+
:returns: Value of the attribute.'''
|
|
926
|
+
raise NotImplementedError()
|
|
927
|
+
|
|
928
|
+
def set_value(self, attribute_name : str, value : Any) -> None:
|
|
929
|
+
'''Sets the value. Non-generic analog of void SetValue (string attributeName, T value)
|
|
930
|
+
|
|
931
|
+
:param attribute_name: The name of the attribute.
|
|
932
|
+
:param value: The value of the attribute.'''
|
|
933
|
+
raise NotImplementedError()
|
|
934
|
+
|
|
935
|
+
def is_value_null(self, attribute_name : str) -> bool:
|
|
936
|
+
'''Determines whether the specified attribute has been explicitly set to ``null`` value.
|
|
937
|
+
|
|
938
|
+
:param attribute_name: Name of the attribute.
|
|
939
|
+
:returns: if the attribute value is ``null``; otherwise, .'''
|
|
940
|
+
raise NotImplementedError()
|
|
941
|
+
|
|
942
|
+
def set_value_null(self, attribute_name : str) -> None:
|
|
943
|
+
'''Sets value of the attribute to ``null``.
|
|
944
|
+
|
|
945
|
+
:param attribute_name: The name of the attribute.'''
|
|
946
|
+
raise NotImplementedError()
|
|
947
|
+
|
|
948
|
+
def unset_value(self, attribute_name : str) -> None:
|
|
949
|
+
'''Removes the attribute value from this feature.
|
|
950
|
+
|
|
951
|
+
:param attribute_name: Name of the attribute.'''
|
|
952
|
+
raise NotImplementedError()
|
|
953
|
+
|
|
954
|
+
def is_value_set(self, attribute_name : str) -> bool:
|
|
955
|
+
'''Checks if the attribute value is set in this feature.
|
|
956
|
+
|
|
957
|
+
:param attribute_name: Name of the attribute.
|
|
958
|
+
:returns: if value for the specified attribute is set; otherwise, .'''
|
|
959
|
+
raise NotImplementedError()
|
|
960
|
+
|
|
961
|
+
def copy_values(self, input_feature : aspose.gis.Feature) -> None:
|
|
962
|
+
'''Copies values of attributes from another feature.
|
|
963
|
+
|
|
964
|
+
:param input_feature: The feature to copy values from.'''
|
|
965
|
+
raise NotImplementedError()
|
|
966
|
+
|
|
967
|
+
def get_values_dump(self, default_value : Any) -> List[Any]:
|
|
968
|
+
'''Returns the values for all the attributes in an array.
|
|
969
|
+
Consider to use :py:func:`aspose.gis.DynamicFeature.get_values` method to avoid additional memory allocation.
|
|
970
|
+
|
|
971
|
+
:param default_value: The value to return if the attribute value is missing (unset). Default value is .
|
|
972
|
+
Consider to use \':py:class:`System.DBNull`.Value\' for separating \'unset\' and \'\' values.
|
|
973
|
+
:returns: A new array into which to copy the attributes values.'''
|
|
974
|
+
raise NotImplementedError()
|
|
975
|
+
|
|
976
|
+
def set_values(self, values : List[Any]) -> int:
|
|
977
|
+
'''Sets new values for all of the attributes.
|
|
978
|
+
Also consider to use :py:func:`aspose.gis.DynamicFeature.copy_values` method to streamline setting values in one call.
|
|
979
|
+
|
|
980
|
+
:param values: The array of new values.
|
|
981
|
+
:returns: The number of attribute values set.'''
|
|
982
|
+
raise NotImplementedError()
|
|
983
|
+
|
|
984
|
+
def get_as_node(self) -> aspose.gis.NodeLink:
|
|
985
|
+
'''Gets the feature as node. This can be helpful for the custom data
|
|
986
|
+
|
|
987
|
+
:returns: The NodeLink to feature'''
|
|
988
|
+
raise NotImplementedError()
|
|
989
|
+
|
|
990
|
+
@property
|
|
991
|
+
def geometry(self) -> aspose.gis.geometries.IGeometry:
|
|
992
|
+
'''Gets geometry of the feature.
|
|
993
|
+
Cannot be , use :py:attr:`aspose.gis.geometries.Geometry.null` to indicate missing geometry.'''
|
|
994
|
+
raise NotImplementedError()
|
|
995
|
+
|
|
996
|
+
@geometry.setter
|
|
997
|
+
def geometry(self, value : aspose.gis.geometries.IGeometry) -> None:
|
|
998
|
+
'''Sets geometry of the feature.
|
|
999
|
+
Cannot be , use :py:attr:`aspose.gis.geometries.Geometry.null` to indicate missing geometry.'''
|
|
1000
|
+
raise NotImplementedError()
|
|
1001
|
+
|
|
817
1002
|
|
|
818
1003
|
class Extent:
|
|
819
1004
|
'''A two-dimensional spatial bounding box.'''
|
|
@@ -1209,7 +1394,7 @@ class FeatureAttribute:
|
|
|
1209
1394
|
raise NotImplementedError()
|
|
1210
1395
|
|
|
1211
1396
|
|
|
1212
|
-
class FeatureAttributeCollection:
|
|
1397
|
+
class FeatureAttributeCollection(BaseFeatureAttributeCollection):
|
|
1213
1398
|
'''A :py:class:`aspose.gis.FeatureAttributeCollection` defines what attributes are available for a :py:class:`aspose.gis.Feature`.'''
|
|
1214
1399
|
|
|
1215
1400
|
@overload
|
|
@@ -1261,7 +1446,6 @@ class FeatureAttributeCollection:
|
|
|
1261
1446
|
raise NotImplementedError()
|
|
1262
1447
|
|
|
1263
1448
|
def __getitem__(self, key : int) -> aspose.gis.FeatureAttribute:
|
|
1264
|
-
'''Gets or sets the :py:class:`aspose.gis.FeatureAttribute` at the specified index.'''
|
|
1265
1449
|
raise NotImplementedError()
|
|
1266
1450
|
|
|
1267
1451
|
def __setitem__(self, key : int, value : aspose.gis.FeatureAttribute):
|
|
@@ -1429,7 +1613,7 @@ class FeaturesSequence:
|
|
|
1429
1613
|
raise NotImplementedError()
|
|
1430
1614
|
|
|
1431
1615
|
@property
|
|
1432
|
-
def attributes(self) -> aspose.gis.
|
|
1616
|
+
def attributes(self) -> aspose.gis.BaseFeatureAttributeCollection:
|
|
1433
1617
|
'''Gets the collection of custom attributes for features in this :py:class:`aspose.gis.VectorLayer`.'''
|
|
1434
1618
|
raise NotImplementedError()
|
|
1435
1619
|
|
|
@@ -1861,6 +2045,88 @@ class MultiStreamPath(AbstractPath):
|
|
|
1861
2045
|
raise NotImplementedError()
|
|
1862
2046
|
|
|
1863
2047
|
|
|
2048
|
+
class NodeLink:
|
|
2049
|
+
'''Node-based link to the parts of resources'''
|
|
2050
|
+
|
|
2051
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
2052
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
2053
|
+
Doesn\'t matter in what level it will be found
|
|
2054
|
+
|
|
2055
|
+
:param name: The name of the node you want to find.
|
|
2056
|
+
:returns: The found node with NodeLink API'''
|
|
2057
|
+
raise NotImplementedError()
|
|
2058
|
+
|
|
2059
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
2060
|
+
'''Gets the all nodes with the specified name.
|
|
2061
|
+
Doesn\'t matter in what level it will be found
|
|
2062
|
+
|
|
2063
|
+
:param names: The names.
|
|
2064
|
+
:returns: The array of found nodes.'''
|
|
2065
|
+
raise NotImplementedError()
|
|
2066
|
+
|
|
2067
|
+
def as_double(self) -> float:
|
|
2068
|
+
'''Returns value casted to the double.
|
|
2069
|
+
|
|
2070
|
+
:returns: The double value of node'''
|
|
2071
|
+
raise NotImplementedError()
|
|
2072
|
+
|
|
2073
|
+
def as_int(self) -> int:
|
|
2074
|
+
'''Returns value casted to the int.
|
|
2075
|
+
|
|
2076
|
+
:returns: The int value of node'''
|
|
2077
|
+
raise NotImplementedError()
|
|
2078
|
+
|
|
2079
|
+
def as_bool(self) -> bool:
|
|
2080
|
+
'''Returns value casted to the bool
|
|
2081
|
+
|
|
2082
|
+
:returns: The bool value of node'''
|
|
2083
|
+
raise NotImplementedError()
|
|
2084
|
+
|
|
2085
|
+
def get_node_content(self) -> str:
|
|
2086
|
+
'''Gets the content of the node.
|
|
2087
|
+
|
|
2088
|
+
:returns: The content of node'''
|
|
2089
|
+
raise NotImplementedError()
|
|
2090
|
+
|
|
2091
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
2092
|
+
'''Finds the nodes by the name
|
|
2093
|
+
|
|
2094
|
+
:param name: The name of the node
|
|
2095
|
+
:returns: Array of Nodes of format by name'''
|
|
2096
|
+
raise NotImplementedError()
|
|
2097
|
+
|
|
2098
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
2099
|
+
'''Adds the child.
|
|
2100
|
+
|
|
2101
|
+
:param child: The child.'''
|
|
2102
|
+
raise NotImplementedError()
|
|
2103
|
+
|
|
2104
|
+
@property
|
|
2105
|
+
def node_name(self) -> str:
|
|
2106
|
+
'''Gets the name.'''
|
|
2107
|
+
raise NotImplementedError()
|
|
2108
|
+
|
|
2109
|
+
@node_name.setter
|
|
2110
|
+
def node_name(self, value : str) -> None:
|
|
2111
|
+
'''Sets the name.'''
|
|
2112
|
+
raise NotImplementedError()
|
|
2113
|
+
|
|
2114
|
+
@property
|
|
2115
|
+
def node_value(self) -> str:
|
|
2116
|
+
'''Gets the value.'''
|
|
2117
|
+
raise NotImplementedError()
|
|
2118
|
+
|
|
2119
|
+
@node_value.setter
|
|
2120
|
+
def node_value(self, value : str) -> None:
|
|
2121
|
+
'''Sets the value.'''
|
|
2122
|
+
raise NotImplementedError()
|
|
2123
|
+
|
|
2124
|
+
@property
|
|
2125
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
2126
|
+
'''Gets the children.'''
|
|
2127
|
+
raise NotImplementedError()
|
|
2128
|
+
|
|
2129
|
+
|
|
1864
2130
|
class NumericFormat:
|
|
1865
2131
|
''':py:class:`aspose.gis.NumericFormat` are used to format common numeric types in text.'''
|
|
1866
2132
|
|
|
@@ -2604,7 +2870,7 @@ class VectorLayer(FeaturesSequence):
|
|
|
2604
2870
|
raise NotImplementedError()
|
|
2605
2871
|
|
|
2606
2872
|
@property
|
|
2607
|
-
def attributes(self) -> aspose.gis.
|
|
2873
|
+
def attributes(self) -> aspose.gis.BaseFeatureAttributeCollection:
|
|
2608
2874
|
'''Gets the collection of custom attributes for features in this :py:class:`aspose.gis.VectorLayer`.'''
|
|
2609
2875
|
raise NotImplementedError()
|
|
2610
2876
|
|
|
@@ -2628,6 +2894,98 @@ class VectorLayer(FeaturesSequence):
|
|
|
2628
2894
|
raise NotImplementedError()
|
|
2629
2895
|
|
|
2630
2896
|
|
|
2897
|
+
class XmlNodeLink(NodeLink):
|
|
2898
|
+
'''XML Node-Based links to parts of sources'''
|
|
2899
|
+
|
|
2900
|
+
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
2901
|
+
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
2902
|
+
Doesn\'t matter in what level it will be found
|
|
2903
|
+
|
|
2904
|
+
:param name: The name of the node you want to find.
|
|
2905
|
+
:returns: The found node with NodeLink API'''
|
|
2906
|
+
raise NotImplementedError()
|
|
2907
|
+
|
|
2908
|
+
def get_nodes_by_name(self, names : List[str]) -> List[aspose.gis.NodeLink]:
|
|
2909
|
+
'''Gets the all nodes with the specified name.
|
|
2910
|
+
Doesn\'t matter in what level it will be found
|
|
2911
|
+
|
|
2912
|
+
:param names: The names.
|
|
2913
|
+
:returns: The array of found nodes.'''
|
|
2914
|
+
raise NotImplementedError()
|
|
2915
|
+
|
|
2916
|
+
def as_double(self) -> float:
|
|
2917
|
+
'''Returns value casted to the double.
|
|
2918
|
+
|
|
2919
|
+
:returns: The double value of node'''
|
|
2920
|
+
raise NotImplementedError()
|
|
2921
|
+
|
|
2922
|
+
def as_int(self) -> int:
|
|
2923
|
+
'''Returns value casted to the int.
|
|
2924
|
+
|
|
2925
|
+
:returns: The int value of node'''
|
|
2926
|
+
raise NotImplementedError()
|
|
2927
|
+
|
|
2928
|
+
def as_bool(self) -> bool:
|
|
2929
|
+
'''Returns value casted to the bool
|
|
2930
|
+
|
|
2931
|
+
:returns: The bool value of node'''
|
|
2932
|
+
raise NotImplementedError()
|
|
2933
|
+
|
|
2934
|
+
def get_node_content(self) -> str:
|
|
2935
|
+
'''Gets the content of the node.
|
|
2936
|
+
|
|
2937
|
+
:returns: The content of node'''
|
|
2938
|
+
raise NotImplementedError()
|
|
2939
|
+
|
|
2940
|
+
def find_nodes_by_name(self, name : str) -> List[aspose.gis.NodeLink]:
|
|
2941
|
+
'''Finds the XML nodes by the name
|
|
2942
|
+
|
|
2943
|
+
:param name: The name of the node
|
|
2944
|
+
:returns: Array of XML Nodes by name'''
|
|
2945
|
+
raise NotImplementedError()
|
|
2946
|
+
|
|
2947
|
+
def add_child(self, child : aspose.gis.NodeLink) -> None:
|
|
2948
|
+
'''Adds the child.
|
|
2949
|
+
|
|
2950
|
+
:param child: The child.'''
|
|
2951
|
+
raise NotImplementedError()
|
|
2952
|
+
|
|
2953
|
+
@property
|
|
2954
|
+
def node_name(self) -> str:
|
|
2955
|
+
'''Gets the name.'''
|
|
2956
|
+
raise NotImplementedError()
|
|
2957
|
+
|
|
2958
|
+
@node_name.setter
|
|
2959
|
+
def node_name(self, value : str) -> None:
|
|
2960
|
+
'''Sets the name.'''
|
|
2961
|
+
raise NotImplementedError()
|
|
2962
|
+
|
|
2963
|
+
@property
|
|
2964
|
+
def node_value(self) -> str:
|
|
2965
|
+
'''Gets the value.'''
|
|
2966
|
+
raise NotImplementedError()
|
|
2967
|
+
|
|
2968
|
+
@node_value.setter
|
|
2969
|
+
def node_value(self, value : str) -> None:
|
|
2970
|
+
'''Sets the value.'''
|
|
2971
|
+
raise NotImplementedError()
|
|
2972
|
+
|
|
2973
|
+
@property
|
|
2974
|
+
def children(self) -> List[aspose.gis.NodeLink]:
|
|
2975
|
+
'''Gets the children.'''
|
|
2976
|
+
raise NotImplementedError()
|
|
2977
|
+
|
|
2978
|
+
@property
|
|
2979
|
+
def name_without_prefix(self) -> str:
|
|
2980
|
+
'''Gets the name without prefix.'''
|
|
2981
|
+
raise NotImplementedError()
|
|
2982
|
+
|
|
2983
|
+
@property
|
|
2984
|
+
def prefix(self) -> str:
|
|
2985
|
+
'''Gets the prefix.'''
|
|
2986
|
+
raise NotImplementedError()
|
|
2987
|
+
|
|
2988
|
+
|
|
2631
2989
|
class AttributeDataType:
|
|
2632
2990
|
'''The data type of a feature attribute.'''
|
|
2633
2991
|
|
aspose/gis/common/__init__.pyi
CHANGED
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|
|
@@ -35,6 +35,7 @@ import aspose.gis.formats.filegdb
|
|
|
35
35
|
import aspose.gis.formats.gdal
|
|
36
36
|
import aspose.gis.formats.geojson
|
|
37
37
|
import aspose.gis.formats.geojsonseq
|
|
38
|
+
import aspose.gis.formats.geopackage
|
|
38
39
|
import aspose.gis.formats.geotiff
|
|
39
40
|
import aspose.gis.formats.gml
|
|
40
41
|
import aspose.gis.formats.gpx
|
|
@@ -42,6 +43,7 @@ import aspose.gis.formats.infile
|
|
|
42
43
|
import aspose.gis.formats.inmemory
|
|
43
44
|
import aspose.gis.formats.jpegw
|
|
44
45
|
import aspose.gis.formats.kml
|
|
46
|
+
import aspose.gis.formats.kml.specificfields
|
|
45
47
|
import aspose.gis.formats.kml.styles
|
|
46
48
|
import aspose.gis.formats.mapinfointerchange
|
|
47
49
|
import aspose.gis.formats.mapinfotab
|