API / geotoolkit / map / features / adapters / Center / Mode
Enum for GeometryToText modes
Enumeration Members
Enumeration Members
• Centroid = "Centroid"
Use centroid point
• CentroidOrIncenter = "CentroidOrIncenter"
Use centroid point by default, if it's outside the geometry use incenter
• Incenter = "Incenter"
Use center of the inscribed circle with the biggest possible radius
• Mixed = "Mixed"
Use centroid with a few iterations of circle inscribing to improve the result