API / geotoolkit / map / features / adapters / IGeometryToText / IGeometryToText
adapters.IGeometryToText.IGeometryToText
Interface to retrieve feature geometry and apply it to Text as an anchor
Interface
Constructors
Methods
Methods
▸ Abstract apply(geometry, shape, context?): void
Applies feature geometry to Text shape
| Name | Type | Description |
|---|---|---|
geometry | Geometry | feature geometry |
shape | Text | text shape to set the geometry on |
Optional context | Transformation | RenderingContext | rendering context or its transformation |
void