Represents a point placemark consisting of an image, an optional line linking the image to a corresponding point on the terrain, and an optional label. The image and the label are displayed in the plane of the screen.
Point placemarks have separate attributes for normal rendering and highlighted rendering. If highlighting is requested but no highlight attributes are specified, the normal attributes are used. If the normal attributes are not specified, default attributes are used. See {@link #getDefaultAttributes()}.
This class implements and extends the functionality of a KML
Point.
Point placemarks can participate in global text decluttering by setting their decluttering-enabled flag to {@code true}. See {@link #setEnableDecluttering(boolean)}. The default for this flag is {@code false}. When participating in decluttering, only the point placemark's label is considered when determining interference with other text.
@author tag
@version $Id: PointPlacemark.java 1171 2013-02-11 21:45:02Z dcollins $