protected void |
PointPlacemark.computeImageBounds(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Computes the screen-space rectangle bounding the placemark image.
|
protected Vec4 |
PointPlacemark.computeLabelPoint(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Computes the screen coordinate (lower-left origin) location of this placemark's label.
|
protected void |
PointPlacemark.computePlacemarkPoints(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Computes and stores the placemark's Cartesian location, the Cartesian location of the corresponding point on the
terrain (if the altitude mode requires it), and the screen-space projection of the placemark's point.Applies the
placemark's altitude mode when computing the points.
|
protected void |
PointPlacemark.doDrawOrderedRenderable(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm) |
Draw this placemark as an ordered renderable.If in picking mode, add it to the picked object list of specified
PickSupport.
|
protected void |
PointPlacemark.drawLabel(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm) |
Draws the placemark's label if a label is specified.
|
protected void |
PointPlacemark.drawLine(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm) |
Draws the placemark's line.
|
protected void |
PointPlacemark.drawOrderedRenderable(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Draws the path as an ordered renderable.
|
protected void |
PointPlacemark.drawPoint(DrawContext dc,
PickSupport pickCandidates,
PointPlacemark.OrderedPlacemark opm) |
Draws the placemark's line.
|
protected java.awt.Rectangle |
PointPlacemark.getLabelBounds(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Determines the screen coordinate boundaries of this placemark's label.
|
protected boolean |
PointPlacemark.intersectsFrustum(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Determines whether the placemark image intersects the view frustum.
|
protected boolean |
PointPlacemark.isDrawLine(DrawContext dc,
PointPlacemark.OrderedPlacemark opm) |
Determines whether the placemark's optional line should be drawn and whether it intersects the view frustum.
|
void |
PointPlacemark.pick(DrawContext dc,
java.awt.Point pickPoint,
PointPlacemark.OrderedPlacemark opm) |
|