PointLabelPlacement Class

Summary: Points label placement places labels near geometries centers.

Module: aspose.gis.rendering.labelings

Full Name: aspose.gis.rendering.labelings.PointLabelPlacement

Inheritance: LabelPlacement

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
PointLabelPlacement()Creates new instance.
PointLabelPlacement(other)Creates new instance.

Properties

NameTypeAccessDescription
horizontal_anchor_pointHorizontalAnchorr/wSpecifies which side of a label will be aligned horizontally with the point location.
horizontal_offsetMeasurementr/wSpecifies horizontal offset from a point location to the labels anchor point.
rotationdoubler/wSpecifies rotation of label in degrees.
vertical_anchor_pointVerticalAnchorr/wSpecifies which side of a label will be aligned vertically with the point location.
vertical_offsetMeasurementr/wSpecifies vertical offset from a point location to the labels anchor point.

Methods

NameDescription
clone()Clones this instance.

Constructor: PointLabelPlacement()

 PointLabelPlacement() 

Creates new instance.

Constructor: PointLabelPlacement(other)

 PointLabelPlacement(other) 

Creates new instance.

Parameters:

ParameterTypeDescription
otherPointLabelPlacementThe other PointLabelPlacement to copy data from.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
LabelPlacementA clone of this instance.