RasterImageMarker Class
Contents
[
Hide
]Summary: This symbolizer renders a provided raster image.
Module: aspose.gis.rendering.symbolizers
Full Name: aspose.gis.rendering.symbolizers.RasterImageMarker
Inheritance: VectorSymbolizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| RasterImageMarker(image_path) | Initializes a new instance of the RasterImageMarker class. |
| RasterImageMarker(image_path) | Initializes a new instance of the RasterImageMarker class. |
| RasterImageMarker(other) | Initializes a new instance of the RasterImageMarker class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | Measurement | r/w | Specifies the height of the marker. |
| horizontal_anchor_point | HorizontalAnchor | r/w | specifies which side of a marker shape will be aligned horizontally with the point location. |
| horizontal_offset | Measurement | r/w | Specifies horizontal offset from a point location to the shape anchor point. |
| null [static] | NullVectorSymbolizer | r | The NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to. |
| opacity | double | r/w | Opacity of the layer. Default value is 1.0. |
| rotation | double | r/w | Specifies the rotation of the symbol about its center point, in decimal degrees. Positive values indicate rotation in the clockwise direction, negative values indicate counter-clockwise rotation. |
| vertical_anchor_point | VerticalAnchor | r/w | Specifies which side of a marker shape will be aligned vertically with the point location. |
| vertical_offset | Measurement | r/w | Specifies vertical offset from a point location to the shape anchor point. |
| width | Measurement | r/w | Specifies the width of the marker. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
Constructor: RasterImageMarker(image_path)
RasterImageMarker(image_path)
Initializes a new instance of the RasterImageMarker class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| image_path | string | Path to the file. |
Constructor: RasterImageMarker(image_path)
RasterImageMarker(image_path)
Initializes a new instance of the RasterImageMarker class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| image_path | AbstractPath | Path to the file. |
Constructor: RasterImageMarker(other)
RasterImageMarker(other)
Initializes a new instance of the RasterImageMarker class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | RasterImageMarker | The other RasterImageMarker to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| RasterImageMarker | A clone of this instance. |