Package org.geotools.process.geometry
Class PolygonLabelProcess
- All Implemented Interfaces:
ProcessFactory
,Factory
,OptionalFactory
Based on Vladimir Agafonkin's Algorithm https://www.mapbox.com/blog/polygon-center/
- Author:
- Ian Turton, Casper Børgesen
-
Field Summary
Fields inherited from class AnnotationDrivenProcessFactory
namespace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
PolyLabeller
(Geometry polygon, Double tolerance) Methods inherited from class StaticMethodsProcessFactory
createProcessBean, getNames, getProcessDescription, method
Methods inherited from class AnnotationDrivenProcessFactory
create, getDescription, getImplementationHints, getParameterInfo, getResultInfo, getTitle, getTitle, getVersion, isAvailable, lookupClipOnRenderingArea, lookupCustomizeReadParams, lookupInvertGridGeometry, lookupInvertQuery, supportsProgress
-
Constructor Details
-
PolygonLabelProcess
public PolygonLabelProcess()
-
-
Method Details
-
PolyLabeller
-