aspose-gis-net 25.8.0__py3-none-win32.whl → 25.9.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/WrpInterop.Aspose.Gis.dll +0 -0
- aspose/gis/__init__.pyi +246 -74
- aspose/gis/common/__init__.pyi +99 -9
- aspose/gis/common/formats/dbase/__init__.pyi +19 -0
- aspose/gis/common/formats/gdbtable/__init__.pyi +36 -1
- aspose/gis/common/formats/mapinfo/__init__.pyi +48 -7
- aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +40 -1
- aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +47 -5
- aspose/gis/common/formats/mapinfo/styling/__init__.pyi +32 -0
- aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +69 -11
- aspose/gis/common/formats/wkt/__init__.pyi +26 -0
- aspose/gis/common/formats/xml/__init__.pyi +12 -0
- aspose/gis/common/io/__init__.pyi +31 -8
- aspose/gis/epsg/__init__.pyi +69 -0
- aspose/gis/formats/csv/__init__.pyi +7 -0
- aspose/gis/formats/database/__init__.pyi +3 -0
- aspose/gis/formats/esriascii/__init__.pyi +4 -0
- aspose/gis/formats/esrijson/__init__.pyi +4 -0
- aspose/gis/formats/filegdb/__init__.pyi +7 -0
- aspose/gis/formats/gdal/__init__.pyi +6 -0
- aspose/gis/formats/geojson/__init__.pyi +4 -0
- aspose/gis/formats/geojsonseq/__init__.pyi +4 -0
- aspose/gis/formats/geopackage/__init__.pyi +14 -0
- aspose/gis/formats/geotiff/__init__.pyi +4 -0
- aspose/gis/formats/gml/__init__.pyi +4 -0
- aspose/gis/formats/gpx/__init__.pyi +4 -0
- aspose/gis/formats/infile/__init__.pyi +4 -0
- aspose/gis/formats/kml/__init__.pyi +11 -0
- aspose/gis/formats/kml/specificfields/__init__.pyi +6 -0
- aspose/gis/formats/kml/styles/__init__.pyi +39 -2
- aspose/gis/formats/mapinfointerchange/__init__.pyi +4 -0
- aspose/gis/formats/mapinfotab/__init__.pyi +4 -0
- aspose/gis/formats/osmxml/__init__.pyi +4 -0
- aspose/gis/formats/postgis/__init__.pyi +4 -0
- aspose/gis/formats/shapefile/__init__.pyi +4 -0
- aspose/gis/formats/sqlserver/__init__.pyi +4 -0
- aspose/gis/formats/topojson/__init__.pyi +13 -0
- aspose/gis/formats/xyztile/__init__.pyi +15 -0
- aspose/gis/geometries/__init__.pyi +851 -324
- aspose/gis/geotools/__init__.pyi +44 -0
- aspose/gis/geotools/layersmap/__init__.pyi +15 -0
- aspose/gis/geotools/mapbuilder/__init__.pyi +7 -0
- aspose/gis/geotools/wayanalyzer/__init__.pyi +12 -0
- aspose/gis/imagemetadata/__init__.pyi +3 -3
- aspose/gis/indexing/__init__.pyi +8 -0
- aspose/gis/indexing/bplustree/__init__.pyi +3 -0
- aspose/gis/indexing/qixtree/__init__.pyi +3 -0
- aspose/gis/indexing/rtree/__init__.pyi +3 -0
- aspose/gis/labeling/__init__.pyi +32 -0
- aspose/gis/labeling/line/__init__.pyi +24 -0
- aspose/gis/painting/__init__.pyi +85 -8
- aspose/gis/projections/__init__.pyi +14 -0
- aspose/gis/raster/__init__.pyi +34 -0
- aspose/gis/relationship/joins/__init__.pyi +8 -0
- aspose/gis/rendering/__init__.pyi +124 -10
- aspose/gis/rendering/colorizers/__init__.pyi +37 -10
- aspose/gis/rendering/labelings/__init__.pyi +71 -10
- aspose/gis/rendering/sld/__init__.pyi +3 -0
- aspose/gis/rendering/symbolizers/__init__.pyi +191 -28
- aspose/gis/spatialreferencing/__init__.pyi +502 -154
- aspose/gis/topology/__init__.pyi +37 -0
- aspose/gis/topology/buffer/__init__.pyi +6 -0
- aspose/gis/topology/graph/__init__.pyi +5 -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/pydrawing/__init__.pyi +29 -7
- {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/METADATA +1 -1
- {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/RECORD +80 -83
- {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/WHEEL +0 -0
- {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/entry_points.txt +0 -0
- {aspose_gis_net-25.8.0.dist-info → aspose_gis_net-25.9.0.dist-info}/top_level.txt +0 -0
|
@@ -94,6 +94,13 @@ import aspose.gis.topology.graph
|
|
|
94
94
|
class GeoPackageDataset(aspose.gis.Dataset):
|
|
95
95
|
'''Represents a collection of feature layers and tile layers in GeoPackage format.'''
|
|
96
96
|
|
|
97
|
+
def __init__(self, path : aspose.gis.AbstractPath, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> None:
|
|
98
|
+
'''Creates new instance.
|
|
99
|
+
|
|
100
|
+
:param path: Path to file gpkg.
|
|
101
|
+
:param options: Settings regarding the particularities of reading the gpkg file.'''
|
|
102
|
+
raise NotImplementedError()
|
|
103
|
+
|
|
97
104
|
@overload
|
|
98
105
|
@staticmethod
|
|
99
106
|
def open(path : aspose.gis.AbstractPath, options : aspose.gis.formats.geopackage.GeoPackageOptions) -> aspose.gis.formats.geopackage.GeoPackageDataset:
|
|
@@ -360,6 +367,9 @@ class GeoPackageDataset(aspose.gis.Dataset):
|
|
|
360
367
|
class GeoPackageDriver(aspose.gis.FileDriver):
|
|
361
368
|
'''A driver for the GPKG file format.'''
|
|
362
369
|
|
|
370
|
+
def __init__(self) -> None:
|
|
371
|
+
raise NotImplementedError()
|
|
372
|
+
|
|
363
373
|
@overload
|
|
364
374
|
def open_layer(self, path : aspose.gis.AbstractPath, options : aspose.gis.DriverOptions) -> aspose.gis.VectorLayer:
|
|
365
375
|
'''Opens the layer for reading.
|
|
@@ -593,6 +603,10 @@ class GeoPackageDriver(aspose.gis.FileDriver):
|
|
|
593
603
|
class GeoPackageOptions(aspose.gis.DriverOptions):
|
|
594
604
|
'''Driver-specific options for GPKG format.'''
|
|
595
605
|
|
|
606
|
+
def __init__(self) -> None:
|
|
607
|
+
'''Create new instance.'''
|
|
608
|
+
raise NotImplementedError()
|
|
609
|
+
|
|
596
610
|
@property
|
|
597
611
|
def validate_geometries_on_write(self) -> bool:
|
|
598
612
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -155,6 +155,10 @@ class GeoTiffDriver(aspose.gis.RasterDriver):
|
|
|
155
155
|
class GeoTiffOptions(aspose.gis.RasterDriverOptions):
|
|
156
156
|
'''Driver-specific options for GeoTiff format.'''
|
|
157
157
|
|
|
158
|
+
def __init__(self) -> None:
|
|
159
|
+
'''Create new instance.'''
|
|
160
|
+
raise NotImplementedError()
|
|
161
|
+
|
|
158
162
|
@property
|
|
159
163
|
def validate_geometries_on_write(self) -> bool:
|
|
160
164
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -373,6 +373,10 @@ class GmlDriver(aspose.gis.FileDriver):
|
|
|
373
373
|
class GmlOptions(aspose.gis.DriverOptions):
|
|
374
374
|
'''Driver-specific options for GML format.'''
|
|
375
375
|
|
|
376
|
+
def __init__(self) -> None:
|
|
377
|
+
'''Create new instance.'''
|
|
378
|
+
raise NotImplementedError()
|
|
379
|
+
|
|
376
380
|
@property
|
|
377
381
|
def validate_geometries_on_write(self) -> bool:
|
|
378
382
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -363,6 +363,10 @@ class GpxDriver(aspose.gis.FileDriver):
|
|
|
363
363
|
class GpxOptions(aspose.gis.DriverOptions):
|
|
364
364
|
'''Driver-specific options for GPX format.'''
|
|
365
365
|
|
|
366
|
+
def __init__(self) -> None:
|
|
367
|
+
'''Create new instance.'''
|
|
368
|
+
raise NotImplementedError()
|
|
369
|
+
|
|
366
370
|
@property
|
|
367
371
|
def validate_geometries_on_write(self) -> bool:
|
|
368
372
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -363,6 +363,10 @@ class InFileDriver(aspose.gis.FileDriver):
|
|
|
363
363
|
class InFileOptions(aspose.gis.DriverOptions):
|
|
364
364
|
'''Driver-specific options for InFile layer.'''
|
|
365
365
|
|
|
366
|
+
def __init__(self) -> None:
|
|
367
|
+
'''Create new instance.'''
|
|
368
|
+
raise NotImplementedError()
|
|
369
|
+
|
|
366
370
|
@property
|
|
367
371
|
def validate_geometries_on_write(self) -> bool:
|
|
368
372
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -817,6 +817,13 @@ class KmlLayer(aspose.gis.VectorLayer):
|
|
|
817
817
|
:returns: A new layer as a result of join two layers.'''
|
|
818
818
|
raise NotImplementedError()
|
|
819
819
|
|
|
820
|
+
def intersection_by_geometry(self, layer : aspose.gis.VectorLayer) -> aspose.gis.VectorLayer:
|
|
821
|
+
'''Intersect a layer to the current layer by geometry.
|
|
822
|
+
|
|
823
|
+
:param layer: A layer to intersect.
|
|
824
|
+
:returns: A new layer as a result of intersection two layers.'''
|
|
825
|
+
raise NotImplementedError()
|
|
826
|
+
|
|
820
827
|
def as_in_memory(self) -> aspose.gis.VectorLayer:
|
|
821
828
|
'''Create a layer clon as the InMemory format.
|
|
822
829
|
|
|
@@ -876,6 +883,10 @@ class KmlLayer(aspose.gis.VectorLayer):
|
|
|
876
883
|
class KmlOptions(aspose.gis.DriverOptions):
|
|
877
884
|
'''Driver-specific options for KML format.'''
|
|
878
885
|
|
|
886
|
+
def __init__(self) -> None:
|
|
887
|
+
'''Create new instance.'''
|
|
888
|
+
raise NotImplementedError()
|
|
889
|
+
|
|
879
890
|
@property
|
|
880
891
|
def validate_geometries_on_write(self) -> bool:
|
|
881
892
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -94,6 +94,12 @@ import aspose.gis.topology.graph
|
|
|
94
94
|
class IconInfo(aspose.gis.XmlNodeLink):
|
|
95
95
|
'''IconInfo Node from KML Format'''
|
|
96
96
|
|
|
97
|
+
def __init__(self, link : aspose.gis.NodeLink) -> None:
|
|
98
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.formats.kml.specificfields.IconInfo` class.
|
|
99
|
+
|
|
100
|
+
:param link: The node from which it will be created'''
|
|
101
|
+
raise NotImplementedError()
|
|
102
|
+
|
|
97
103
|
def get_node_by_name(self, name : str) -> aspose.gis.NodeLink:
|
|
98
104
|
'''Gets the node by name. Please note, this method will return the first found Node.
|
|
99
105
|
Doesn\'t matter in what level it will be found
|
|
@@ -94,6 +94,9 @@ import aspose.gis.topology.graph
|
|
|
94
94
|
class KmlAbstractColorStyle:
|
|
95
95
|
'''Provides elements for specifying the color and color mode of style types that derive from it.'''
|
|
96
96
|
|
|
97
|
+
def __init__(self) -> None:
|
|
98
|
+
raise NotImplementedError()
|
|
99
|
+
|
|
97
100
|
@property
|
|
98
101
|
def color(self) -> aspose.pydrawing.Color:
|
|
99
102
|
'''Specifies the color of the graphic element. Default value :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -118,6 +121,9 @@ class KmlAbstractColorStyle:
|
|
|
118
121
|
class KmlBalloonStyle:
|
|
119
122
|
'''Specifies how the description balloon is drawn.'''
|
|
120
123
|
|
|
124
|
+
def __init__(self) -> None:
|
|
125
|
+
raise NotImplementedError()
|
|
126
|
+
|
|
121
127
|
@property
|
|
122
128
|
def background_color(self) -> aspose.pydrawing.Color:
|
|
123
129
|
'''Specifies the background color of the graphic element. Default value is :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -162,6 +168,9 @@ class KmlBalloonStyle:
|
|
|
162
168
|
class KmlCoordinate:
|
|
163
169
|
'''Specifies an image coordinate system.'''
|
|
164
170
|
|
|
171
|
+
def __init__(self) -> None:
|
|
172
|
+
raise NotImplementedError()
|
|
173
|
+
|
|
165
174
|
@property
|
|
166
175
|
def x(self) -> float:
|
|
167
176
|
'''The X component of a point. Default value is 0.5.'''
|
|
@@ -208,8 +217,15 @@ class KmlFeatureStyle(aspose.gis.FeatureStyle):
|
|
|
208
217
|
Ths styles are encoded in the document section and have a unique identifier for each style.
|
|
209
218
|
These are known as \'shared styles\' in the kml specification.'''
|
|
210
219
|
|
|
211
|
-
|
|
212
|
-
|
|
220
|
+
def __init__(self) -> None:
|
|
221
|
+
'''Create new instance.'''
|
|
222
|
+
raise NotImplementedError()
|
|
223
|
+
|
|
224
|
+
@property
|
|
225
|
+
def null(self) -> aspose.gis.IFeatureStyle:
|
|
226
|
+
'''Gets an instance of null style.'''
|
|
227
|
+
raise NotImplementedError()
|
|
228
|
+
|
|
213
229
|
@property
|
|
214
230
|
def line(self) -> aspose.gis.formats.kml.styles.KmlLineStyle:
|
|
215
231
|
'''Specifies the drawing style (color, color mode, and line width) for all line geometry.
|
|
@@ -298,6 +314,9 @@ class KmlFeatureStyle(aspose.gis.FeatureStyle):
|
|
|
298
314
|
class KmlIconResource:
|
|
299
315
|
'''Specifies an icon resource location'''
|
|
300
316
|
|
|
317
|
+
def __init__(self) -> None:
|
|
318
|
+
raise NotImplementedError()
|
|
319
|
+
|
|
301
320
|
@property
|
|
302
321
|
def href(self) -> str:
|
|
303
322
|
'''Specifies the the resource location as a URL.
|
|
@@ -315,6 +334,9 @@ class KmlIconStyle(KmlAbstractColorStyle):
|
|
|
315
334
|
'''Specifies how icons for kml:Placemarks and kml:PhotoOverlay with a kml:Point geometry are drawn
|
|
316
335
|
in an earth browser\'s list and geographic views.'''
|
|
317
336
|
|
|
337
|
+
def __init__(self) -> None:
|
|
338
|
+
raise NotImplementedError()
|
|
339
|
+
|
|
318
340
|
@property
|
|
319
341
|
def color(self) -> aspose.pydrawing.Color:
|
|
320
342
|
'''Specifies the color of the graphic element. Default value :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -381,6 +403,9 @@ class KmlIconStyle(KmlAbstractColorStyle):
|
|
|
381
403
|
class KmlItemIcon:
|
|
382
404
|
'''Specifies an icon resource location in a list.'''
|
|
383
405
|
|
|
406
|
+
def __init__(self) -> None:
|
|
407
|
+
raise NotImplementedError()
|
|
408
|
+
|
|
384
409
|
@property
|
|
385
410
|
def state(self) -> aspose.gis.formats.kml.styles.KmlItemIconStates:
|
|
386
411
|
'''Specifies the current state of the NetworkLink or Folder.
|
|
@@ -421,6 +446,9 @@ class KmlItemIcon:
|
|
|
421
446
|
class KmlLabelStyle(KmlAbstractColorStyle):
|
|
422
447
|
'''Specifies how the label is drawn in the geographic view.'''
|
|
423
448
|
|
|
449
|
+
def __init__(self) -> None:
|
|
450
|
+
raise NotImplementedError()
|
|
451
|
+
|
|
424
452
|
@property
|
|
425
453
|
def color(self) -> aspose.pydrawing.Color:
|
|
426
454
|
'''Specifies the color of the graphic element. Default value :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -455,6 +483,9 @@ class KmlLabelStyle(KmlAbstractColorStyle):
|
|
|
455
483
|
class KmlLineStyle(KmlAbstractColorStyle):
|
|
456
484
|
'''Specifies how the name of a kml:AbstractFeatureGroup is drawn in the geographic view.'''
|
|
457
485
|
|
|
486
|
+
def __init__(self) -> None:
|
|
487
|
+
raise NotImplementedError()
|
|
488
|
+
|
|
458
489
|
@property
|
|
459
490
|
def color(self) -> aspose.pydrawing.Color:
|
|
460
491
|
'''Specifies the color of the graphic element. Default value :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -489,6 +520,9 @@ class KmlLineStyle(KmlAbstractColorStyle):
|
|
|
489
520
|
class KmlListStyle:
|
|
490
521
|
'''Specifies how a Feature is displayed in the list view.'''
|
|
491
522
|
|
|
523
|
+
def __init__(self) -> None:
|
|
524
|
+
raise NotImplementedError()
|
|
525
|
+
|
|
492
526
|
@property
|
|
493
527
|
def item_type(self) -> aspose.gis.formats.kml.styles.KmlItemTypes:
|
|
494
528
|
'''Specifies how a kml:Folder and its contents shall be displayed as items in the list view.
|
|
@@ -538,6 +572,9 @@ class KmlPolygonStyle(KmlAbstractColorStyle):
|
|
|
538
572
|
'''Specifies the drawing style for a Polygon,
|
|
539
573
|
including a Polygon and the extruded portion of a kml:Polygon or LineString.'''
|
|
540
574
|
|
|
575
|
+
def __init__(self) -> None:
|
|
576
|
+
raise NotImplementedError()
|
|
577
|
+
|
|
541
578
|
@property
|
|
542
579
|
def color(self) -> aspose.pydrawing.Color:
|
|
543
580
|
'''Specifies the color of the graphic element. Default value :py:attr:`aspose.pydrawing.Color.White`.'''
|
|
@@ -364,6 +364,10 @@ class MapInfoInterchangeDriver(aspose.gis.FileDriver):
|
|
|
364
364
|
class MapInfoInterchangeOptions(aspose.gis.DriverOptions):
|
|
365
365
|
'''Driver-specific options for MapInfo Interchange format.'''
|
|
366
366
|
|
|
367
|
+
def __init__(self) -> None:
|
|
368
|
+
'''Create new instance.'''
|
|
369
|
+
raise NotImplementedError()
|
|
370
|
+
|
|
367
371
|
@property
|
|
368
372
|
def validate_geometries_on_write(self) -> bool:
|
|
369
373
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -363,6 +363,10 @@ class MapInfoTabDriver(aspose.gis.FileDriver):
|
|
|
363
363
|
class MapInfoTabOptions(aspose.gis.DriverOptions):
|
|
364
364
|
'''Driver-specific options for MapInfo Tab format.'''
|
|
365
365
|
|
|
366
|
+
def __init__(self) -> None:
|
|
367
|
+
'''Create new instance.'''
|
|
368
|
+
raise NotImplementedError()
|
|
369
|
+
|
|
366
370
|
@property
|
|
367
371
|
def validate_geometries_on_write(self) -> bool:
|
|
368
372
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -364,6 +364,10 @@ class OsmXmlDriver(aspose.gis.FileDriver):
|
|
|
364
364
|
class OsmXmlOptions(aspose.gis.DriverOptions):
|
|
365
365
|
'''Driver-specific options for OSM XML format.'''
|
|
366
366
|
|
|
367
|
+
def __init__(self) -> None:
|
|
368
|
+
'''Create new instance.'''
|
|
369
|
+
raise NotImplementedError()
|
|
370
|
+
|
|
367
371
|
@property
|
|
368
372
|
def validate_geometries_on_write(self) -> bool:
|
|
369
373
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -113,6 +113,10 @@ class PostGisOptions(aspose.gis.DatabaseDriverOptions):
|
|
|
113
113
|
'''Driver-specific options for PostGis format.
|
|
114
114
|
At the moment, the driver provides no customizable options.'''
|
|
115
115
|
|
|
116
|
+
def __init__(self) -> None:
|
|
117
|
+
'''Create new instance.'''
|
|
118
|
+
raise NotImplementedError()
|
|
119
|
+
|
|
116
120
|
@property
|
|
117
121
|
def validate_geometries_on_write(self) -> bool:
|
|
118
122
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -364,6 +364,10 @@ class ShapefileOptions(aspose.gis.DriverOptions):
|
|
|
364
364
|
'''Driver-specific options for Shapefile format.
|
|
365
365
|
At the moment, the driver provides no customizable options.'''
|
|
366
366
|
|
|
367
|
+
def __init__(self) -> None:
|
|
368
|
+
'''Create new instance.'''
|
|
369
|
+
raise NotImplementedError()
|
|
370
|
+
|
|
367
371
|
@property
|
|
368
372
|
def validate_geometries_on_write(self) -> bool:
|
|
369
373
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -99,6 +99,10 @@ class SqlServerOptions(aspose.gis.DatabaseDriverOptions):
|
|
|
99
99
|
'''Driver-specific options for SqlServer format.
|
|
100
100
|
At the moment, the driver provides no customizable options.'''
|
|
101
101
|
|
|
102
|
+
def __init__(self) -> None:
|
|
103
|
+
'''Create new instance.'''
|
|
104
|
+
raise NotImplementedError()
|
|
105
|
+
|
|
102
106
|
@property
|
|
103
107
|
def validate_geometries_on_write(self) -> bool:
|
|
104
108
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -363,6 +363,10 @@ class TopoJsonDriver(aspose.gis.FileDriver):
|
|
|
363
363
|
class TopoJsonOptions(aspose.gis.DriverOptions):
|
|
364
364
|
'''Driver-specific options for TopoJSON format.'''
|
|
365
365
|
|
|
366
|
+
def __init__(self) -> None:
|
|
367
|
+
'''Create new instance.'''
|
|
368
|
+
raise NotImplementedError()
|
|
369
|
+
|
|
366
370
|
@property
|
|
367
371
|
def validate_geometries_on_write(self) -> bool:
|
|
368
372
|
'''Determines if geometries should be validated when they are added to the layer.
|
|
@@ -555,6 +559,15 @@ class TopoJsonOptions(aspose.gis.DriverOptions):
|
|
|
555
559
|
class TopoJsonTransform:
|
|
556
560
|
'''A transform object that can be used in order to quantize coordinates when writing a TopoJSON file.'''
|
|
557
561
|
|
|
562
|
+
def __init__(self, x_translate : float, y_translate : float, x_scale : float, y_scale : float) -> None:
|
|
563
|
+
'''Create new instance of :py:class:`aspose.gis.formats.topojson.TopoJsonTransform`.
|
|
564
|
+
|
|
565
|
+
:param x_translate: Translate to apply to X coordinate.
|
|
566
|
+
:param y_translate: Translate to apply to Y coordinate.
|
|
567
|
+
:param x_scale: Scale to apply to X coordinate.
|
|
568
|
+
:param y_scale: Scale to apply to Y coordinate.'''
|
|
569
|
+
raise NotImplementedError()
|
|
570
|
+
|
|
558
571
|
@property
|
|
559
572
|
def x_translate(self) -> float:
|
|
560
573
|
'''Translate to apply to X coordinate.'''
|
|
@@ -94,6 +94,12 @@ import aspose.gis.topology.graph
|
|
|
94
94
|
class XyzConnection:
|
|
95
95
|
'''A connection for the XyzTiles format.'''
|
|
96
96
|
|
|
97
|
+
def __init__(self, url_template : str) -> None:
|
|
98
|
+
'''Create a new instance of :py:class:`aspose.gis.formats.xyztile.XyzConnection`.
|
|
99
|
+
|
|
100
|
+
:param url_template: Tile server URL template. This template contains {z}, {x} and {y} placeholders.'''
|
|
101
|
+
raise NotImplementedError()
|
|
102
|
+
|
|
97
103
|
@property
|
|
98
104
|
def url(self) -> str:
|
|
99
105
|
'''Url template.'''
|
|
@@ -103,6 +109,12 @@ class XyzConnection:
|
|
|
103
109
|
class XyzTiles(aspose.gis.raster.web.WebTiles):
|
|
104
110
|
'''A XyzTiles provide access to :py:class:`Aspose.Gis.Formats.XyzTile.XyzTile` objects.'''
|
|
105
111
|
|
|
112
|
+
def __init__(self, connection : aspose.gis.formats.xyztile.XyzConnection) -> None:
|
|
113
|
+
'''Create an instance of :py:class:`aspose.gis.formats.xyztile.XyzTiles`.
|
|
114
|
+
|
|
115
|
+
:param connection: A connection containing web options.'''
|
|
116
|
+
raise NotImplementedError()
|
|
117
|
+
|
|
106
118
|
@overload
|
|
107
119
|
def get_tiles(self, zoom : int, extent : aspose.gis.Extent) -> Iterable[aspose.gis.raster.web.WebTile]:
|
|
108
120
|
'''Loads tiles by the spatial bounding box and zoom level.
|
|
@@ -147,6 +159,9 @@ class XyzTiles(aspose.gis.raster.web.WebTiles):
|
|
|
147
159
|
class XyzTilesDriver(aspose.gis.Driver):
|
|
148
160
|
'''A driver for the XYZ tiled web maps.'''
|
|
149
161
|
|
|
162
|
+
def __init__(self) -> None:
|
|
163
|
+
raise NotImplementedError()
|
|
164
|
+
|
|
150
165
|
def open_layer(self, connection : aspose.gis.formats.xyztile.XyzConnection) -> aspose.gis.formats.xyztile.XyzTiles:
|
|
151
166
|
'''Opens the tiles set.
|
|
152
167
|
|