RasterImageMarker Class

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

NameDescription
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

NameTypeAccessDescription
heightMeasurementr/wSpecifies the height of the marker.
horizontal_anchor_pointHorizontalAnchorr/wspecifies which side of a marker shape will be aligned horizontally with the point location.
horizontal_offsetMeasurementr/wSpecifies horizontal offset from a point location to the shape anchor point.
null [static]NullVectorSymbolizerrThe NullVectorSymbolizer draws nothing and effectively skips rendering of a geometry it is applied to.
opacitydoubler/wOpacity of the layer. Default value is 1.0.
rotationdoubler/wSpecifies 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_pointVerticalAnchorr/wSpecifies which side of a marker shape will be aligned vertically with the point location.
vertical_offsetMeasurementr/wSpecifies vertical offset from a point location to the shape anchor point.
widthMeasurementr/wSpecifies the width of the marker.

Methods

NameDescription
clone()Clones this instance.

Constructor: RasterImageMarker(image_path)

 RasterImageMarker(image_path) 

Initializes a new instance of the RasterImageMarker class.

Parameters:

ParameterTypeDescription
image_pathstringPath to the file.

Constructor: RasterImageMarker(image_path)

 RasterImageMarker(image_path) 

Initializes a new instance of the RasterImageMarker class.

Parameters:

ParameterTypeDescription
image_pathAbstractPathPath to the file.

Constructor: RasterImageMarker(other)

 RasterImageMarker(other) 

Initializes a new instance of the RasterImageMarker class.

Parameters:

ParameterTypeDescription
otherRasterImageMarkerThe other RasterImageMarker to copy data from.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
RasterImageMarkerA clone of this instance.