Interface LabelPlacement

  • All Known Subinterfaces:
    LinePlacement, PointPlacement
    All Known Implementing Classes:
    LinePlacementImpl, PointPlacementImpl

    public interface LabelPlacement
    The LabelPlacement element is used to position a label relative to a point, line string or polygon.
    Since:
    GeoAPI 2.2
    Author:
    Open Geospatial Consortium, Johann Sorel (Geomatys)
    • Method Detail

      • accept

        Object accept​(TraversingStyleVisitor visitor,
                      Object extraData)
        Calls the visit method of a StyleVisitor.

        Please note that LabelPalcement is not intended to be used as is; the StyleVisitor visit method must traverse an instance of LinePlacement or PointPlacement.

        Parameters:
        visitor - the style visitor