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,8 +94,14 @@ import aspose.gis.topology.graph
|
|
|
94
94
|
class GeometryGenerator(VectorSymbolizer):
|
|
95
95
|
'''Decorate a symbolizer to modify feature\'s geometry before rendering.'''
|
|
96
96
|
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
def __init__(self) -> None:
|
|
98
|
+
raise NotImplementedError()
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
102
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
103
|
+
raise NotImplementedError()
|
|
104
|
+
|
|
99
105
|
@property
|
|
100
106
|
def symbolizer(self) -> aspose.gis.rendering.symbolizers.VectorSymbolizer:
|
|
101
107
|
'''Specifies a symbolizer to apply to the modified geometry.
|
|
@@ -112,14 +118,33 @@ class GeometryGenerator(VectorSymbolizer):
|
|
|
112
118
|
class LayeredSymbolizer(VectorSymbolizer):
|
|
113
119
|
'''A symbolizer that renders several other symbolizers.'''
|
|
114
120
|
|
|
121
|
+
@overload
|
|
122
|
+
def __init__(self) -> None:
|
|
123
|
+
'''Creates new instance.'''
|
|
124
|
+
raise NotImplementedError()
|
|
125
|
+
|
|
126
|
+
@overload
|
|
127
|
+
def __init__(self, rendering_order : aspose.gis.rendering.symbolizers.RenderingOrder) -> None:
|
|
128
|
+
'''Creates new instance.
|
|
129
|
+
|
|
130
|
+
:param rendering_order: Determines the rendering order.
|
|
131
|
+
|
|
132
|
+
*
|
|
133
|
+
|
|
134
|
+
*'''
|
|
135
|
+
raise NotImplementedError()
|
|
136
|
+
|
|
115
137
|
def add(self, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> None:
|
|
116
138
|
'''Adds the specified symbolizer.
|
|
117
139
|
|
|
118
140
|
:param symbolizer: The symbolizer to add.'''
|
|
119
141
|
raise NotImplementedError()
|
|
120
142
|
|
|
121
|
-
|
|
122
|
-
|
|
143
|
+
@property
|
|
144
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
145
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
146
|
+
raise NotImplementedError()
|
|
147
|
+
|
|
123
148
|
@property
|
|
124
149
|
def rendering_order(self) -> aspose.gis.rendering.symbolizers.RenderingOrder:
|
|
125
150
|
'''Determines the rendering order.
|
|
@@ -142,8 +167,25 @@ class LayeredSymbolizer(VectorSymbolizer):
|
|
|
142
167
|
class MarkerCluster(VectorSymbolizer):
|
|
143
168
|
'''Marker cluster symbolizer.'''
|
|
144
169
|
|
|
145
|
-
|
|
146
|
-
|
|
170
|
+
@overload
|
|
171
|
+
def __init__(self, distance : aspose.gis.rendering.Measurement) -> None:
|
|
172
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerCluster` class.
|
|
173
|
+
|
|
174
|
+
:param distance: Specifies the distance that collects the nearest points.'''
|
|
175
|
+
raise NotImplementedError()
|
|
176
|
+
|
|
177
|
+
@overload
|
|
178
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.MarkerCluster) -> None:
|
|
179
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerCluster` class.
|
|
180
|
+
|
|
181
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.MarkerCluster` to copy data from.'''
|
|
182
|
+
raise NotImplementedError()
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
186
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
187
|
+
raise NotImplementedError()
|
|
188
|
+
|
|
147
189
|
@property
|
|
148
190
|
def marker(self) -> aspose.gis.rendering.symbolizers.VectorSymbolizer:
|
|
149
191
|
'''Specifies the marker symbolizer in the cluster center.'''
|
|
@@ -168,8 +210,23 @@ class MarkerCluster(VectorSymbolizer):
|
|
|
168
210
|
class MarkerLine(VectorSymbolizer):
|
|
169
211
|
'''Marker line symbolizer.'''
|
|
170
212
|
|
|
171
|
-
|
|
172
|
-
|
|
213
|
+
@overload
|
|
214
|
+
def __init__(self) -> None:
|
|
215
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerLine` class.'''
|
|
216
|
+
raise NotImplementedError()
|
|
217
|
+
|
|
218
|
+
@overload
|
|
219
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.MarkerLine) -> None:
|
|
220
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerLine` class.
|
|
221
|
+
|
|
222
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.MarkerLine` to copy data from.'''
|
|
223
|
+
raise NotImplementedError()
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
227
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
228
|
+
raise NotImplementedError()
|
|
229
|
+
|
|
173
230
|
@property
|
|
174
231
|
def marker(self) -> aspose.gis.rendering.symbolizers.VectorSymbolizer:
|
|
175
232
|
'''Specifies the marker symbolizer along the line.'''
|
|
@@ -228,8 +285,23 @@ class MarkerLine(VectorSymbolizer):
|
|
|
228
285
|
class MarkerPatternFill(VectorSymbolizer):
|
|
229
286
|
'''Marker pattern fill symbolizer.'''
|
|
230
287
|
|
|
231
|
-
|
|
232
|
-
|
|
288
|
+
@overload
|
|
289
|
+
def __init__(self) -> None:
|
|
290
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerPatternFill` class.'''
|
|
291
|
+
raise NotImplementedError()
|
|
292
|
+
|
|
293
|
+
@overload
|
|
294
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.MarkerPatternFill) -> None:
|
|
295
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.MarkerPatternFill` class.
|
|
296
|
+
|
|
297
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.MarkerPatternFill` to copy data from.'''
|
|
298
|
+
raise NotImplementedError()
|
|
299
|
+
|
|
300
|
+
@property
|
|
301
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
302
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
303
|
+
raise NotImplementedError()
|
|
304
|
+
|
|
233
305
|
@property
|
|
234
306
|
def marker(self) -> aspose.gis.rendering.symbolizers.VectorSymbolizer:
|
|
235
307
|
'''Specifies the marker symbolizer for filling.'''
|
|
@@ -284,8 +356,15 @@ class MarkerPatternFill(VectorSymbolizer):
|
|
|
284
356
|
class MixedGeometrySymbolizer(VectorSymbolizer):
|
|
285
357
|
'''Applies correct symbolizer to a feature geometry according to its geometry type.'''
|
|
286
358
|
|
|
287
|
-
|
|
288
|
-
|
|
359
|
+
def __init__(self) -> None:
|
|
360
|
+
'''Creates new instance.'''
|
|
361
|
+
raise NotImplementedError()
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
365
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
366
|
+
raise NotImplementedError()
|
|
367
|
+
|
|
289
368
|
@property
|
|
290
369
|
def point_symbolizer(self) -> aspose.gis.rendering.symbolizers.VectorSymbolizer:
|
|
291
370
|
'''Specifies a symbolizer to use for point geometries in the layer.'''
|
|
@@ -320,22 +399,52 @@ class MixedGeometrySymbolizer(VectorSymbolizer):
|
|
|
320
399
|
class NullVectorSymbolizer(VectorSymbolizer):
|
|
321
400
|
'''The ``NullSymbolizer`` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
322
401
|
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
402
|
+
@property
|
|
403
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
404
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
405
|
+
raise NotImplementedError()
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
def instance(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
409
|
+
'''Gets an instance of ``NullSymbolizer``.'''
|
|
410
|
+
raise NotImplementedError()
|
|
411
|
+
|
|
327
412
|
|
|
328
413
|
class RasterImageMarker(VectorSymbolizer):
|
|
329
414
|
'''This symbolizer renders a provided raster image.'''
|
|
330
415
|
|
|
416
|
+
@overload
|
|
417
|
+
def __init__(self, image_path : str) -> None:
|
|
418
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.RasterImageMarker` class.
|
|
419
|
+
|
|
420
|
+
:param image_path: Path to the file.'''
|
|
421
|
+
raise NotImplementedError()
|
|
422
|
+
|
|
423
|
+
@overload
|
|
424
|
+
def __init__(self, image_path : aspose.gis.AbstractPath) -> None:
|
|
425
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.RasterImageMarker` class.
|
|
426
|
+
|
|
427
|
+
:param image_path: Path to the file.'''
|
|
428
|
+
raise NotImplementedError()
|
|
429
|
+
|
|
430
|
+
@overload
|
|
431
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.RasterImageMarker) -> None:
|
|
432
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.RasterImageMarker` class.
|
|
433
|
+
|
|
434
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.RasterImageMarker` to copy data from.'''
|
|
435
|
+
raise NotImplementedError()
|
|
436
|
+
|
|
331
437
|
def clone(self) -> aspose.gis.rendering.symbolizers.RasterImageMarker:
|
|
332
438
|
'''Clones this instance.
|
|
333
439
|
|
|
334
440
|
:returns: A clone of this instance.'''
|
|
335
441
|
raise NotImplementedError()
|
|
336
442
|
|
|
337
|
-
|
|
338
|
-
|
|
443
|
+
@property
|
|
444
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
445
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
446
|
+
raise NotImplementedError()
|
|
447
|
+
|
|
339
448
|
@property
|
|
340
449
|
def width(self) -> aspose.gis.rendering.Measurement:
|
|
341
450
|
'''Specifies the width of the marker.'''
|
|
@@ -449,6 +558,9 @@ class Rule:
|
|
|
449
558
|
class RuleBasedSymbolizer(VectorSymbolizer):
|
|
450
559
|
'''Applies a symbolizer to feature geometries according to user-defined rules.'''
|
|
451
560
|
|
|
561
|
+
def __init__(self) -> None:
|
|
562
|
+
raise NotImplementedError()
|
|
563
|
+
|
|
452
564
|
def add_else_rule(self, symbolizer : aspose.gis.rendering.symbolizers.VectorSymbolizer) -> None:
|
|
453
565
|
'''Adds a symbolizer that will be applied to features that don\'t match any filtering rule.
|
|
454
566
|
|
|
@@ -461,20 +573,38 @@ class RuleBasedSymbolizer(VectorSymbolizer):
|
|
|
461
573
|
:param rule: Rule to add.'''
|
|
462
574
|
raise NotImplementedError()
|
|
463
575
|
|
|
464
|
-
|
|
465
|
-
|
|
576
|
+
@property
|
|
577
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
578
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
579
|
+
raise NotImplementedError()
|
|
580
|
+
|
|
466
581
|
|
|
467
582
|
class SimpleFill(VectorSymbolizer):
|
|
468
583
|
'''Simple polygon symbolizer.'''
|
|
469
584
|
|
|
585
|
+
@overload
|
|
586
|
+
def __init__(self) -> None:
|
|
587
|
+
'''Creates new instance.'''
|
|
588
|
+
raise NotImplementedError()
|
|
589
|
+
|
|
590
|
+
@overload
|
|
591
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.SimpleFill) -> None:
|
|
592
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.SimpleFill` class.
|
|
593
|
+
|
|
594
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.SimpleFill` to copy data from.'''
|
|
595
|
+
raise NotImplementedError()
|
|
596
|
+
|
|
470
597
|
def clone(self) -> aspose.gis.rendering.symbolizers.SimpleFill:
|
|
471
598
|
'''Clones this instance.
|
|
472
599
|
|
|
473
600
|
:returns: A clone of this instance.'''
|
|
474
601
|
raise NotImplementedError()
|
|
475
602
|
|
|
476
|
-
|
|
477
|
-
|
|
603
|
+
@property
|
|
604
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
605
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
606
|
+
raise NotImplementedError()
|
|
607
|
+
|
|
478
608
|
@property
|
|
479
609
|
def fill_color(self) -> aspose.pydrawing.Color:
|
|
480
610
|
'''Specifies the color and transparency for filling.'''
|
|
@@ -581,14 +711,29 @@ class SimpleFill(VectorSymbolizer):
|
|
|
581
711
|
class SimpleLine(VectorSymbolizer):
|
|
582
712
|
'''Simple line symbolizer.'''
|
|
583
713
|
|
|
714
|
+
@overload
|
|
715
|
+
def __init__(self) -> None:
|
|
716
|
+
'''Creates new instance.'''
|
|
717
|
+
raise NotImplementedError()
|
|
718
|
+
|
|
719
|
+
@overload
|
|
720
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.SimpleLine) -> None:
|
|
721
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.SimpleLine` class.
|
|
722
|
+
|
|
723
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.SimpleLine` to copy data from.'''
|
|
724
|
+
raise NotImplementedError()
|
|
725
|
+
|
|
584
726
|
def clone(self) -> aspose.gis.rendering.symbolizers.SimpleLine:
|
|
585
727
|
'''Clones this instance.
|
|
586
728
|
|
|
587
729
|
:returns: A clone of this instance.'''
|
|
588
730
|
raise NotImplementedError()
|
|
589
731
|
|
|
590
|
-
|
|
591
|
-
|
|
732
|
+
@property
|
|
733
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
734
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
735
|
+
raise NotImplementedError()
|
|
736
|
+
|
|
592
737
|
@property
|
|
593
738
|
def color(self) -> aspose.pydrawing.Color:
|
|
594
739
|
'''Specifies the color and transparency given to the line.'''
|
|
@@ -679,14 +824,29 @@ class SimpleLine(VectorSymbolizer):
|
|
|
679
824
|
class SimpleMarker(VectorSymbolizer):
|
|
680
825
|
'''Simple point symbolizer.'''
|
|
681
826
|
|
|
827
|
+
@overload
|
|
828
|
+
def __init__(self) -> None:
|
|
829
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.SimpleMarker` class.'''
|
|
830
|
+
raise NotImplementedError()
|
|
831
|
+
|
|
832
|
+
@overload
|
|
833
|
+
def __init__(self, other : aspose.gis.rendering.symbolizers.SimpleMarker) -> None:
|
|
834
|
+
'''Initializes a new instance of the :py:class:`aspose.gis.rendering.symbolizers.SimpleMarker` class.
|
|
835
|
+
|
|
836
|
+
:param other: The other :py:class:`aspose.gis.rendering.symbolizers.SimpleMarker` to copy data from.'''
|
|
837
|
+
raise NotImplementedError()
|
|
838
|
+
|
|
682
839
|
def clone(self) -> aspose.gis.rendering.symbolizers.SimpleMarker:
|
|
683
840
|
'''Clones this instance.
|
|
684
841
|
|
|
685
842
|
:returns: A clone of this instance.'''
|
|
686
843
|
raise NotImplementedError()
|
|
687
844
|
|
|
688
|
-
|
|
689
|
-
|
|
845
|
+
@property
|
|
846
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
847
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
848
|
+
raise NotImplementedError()
|
|
849
|
+
|
|
690
850
|
@property
|
|
691
851
|
def fill_color(self) -> aspose.pydrawing.Color:
|
|
692
852
|
'''Specifies the color and transparency for filling.'''
|
|
@@ -835,8 +995,11 @@ class SimpleMarker(VectorSymbolizer):
|
|
|
835
995
|
class VectorSymbolizer:
|
|
836
996
|
'''The abstract root class for the symbolizers that render vector features.'''
|
|
837
997
|
|
|
838
|
-
|
|
839
|
-
|
|
998
|
+
@property
|
|
999
|
+
def null(self) -> aspose.gis.rendering.symbolizers.NullVectorSymbolizer:
|
|
1000
|
+
'''The :py:class:`aspose.gis.rendering.symbolizers.NullVectorSymbolizer` draws nothing and effectively skips rendering of a geometry it is applied to.'''
|
|
1001
|
+
raise NotImplementedError()
|
|
1002
|
+
|
|
840
1003
|
|
|
841
1004
|
class HorizontalAnchor:
|
|
842
1005
|
'''Specifies side to be aligned horizontally.'''
|