public class CannotPlaceLabel extends Object implements ILabelPlacement
Modifier and Type | Field and Description |
---|---|
static ArrayList<LabelLocationMetrics> |
NO_PLACES |
Constructor and Description |
---|
CannotPlaceLabel() |
Modifier and Type | Method and Description |
---|---|
ArrayList<LabelLocationMetrics> |
guess(ILabelClass lc,
Geometry geom,
IPlacementConstraints placementConstraints,
double cartographicSymbolSize,
Cancellable cancel,
ViewPort vp) |
boolean |
isSuitableFor(IPlacementConstraints placementConstraints,
int shapeType) |
public static final ArrayList<LabelLocationMetrics> NO_PLACES
public boolean isSuitableFor(IPlacementConstraints placementConstraints, int shapeType)
isSuitableFor
in interface ILabelPlacement
public ArrayList<LabelLocationMetrics> guess(ILabelClass lc, Geometry geom, IPlacementConstraints placementConstraints, double cartographicSymbolSize, Cancellable cancel, ViewPort vp)
guess
in interface ILabelPlacement