Package noaa.coastwatch.render.lines


package noaa.coastwatch.render.lines

Provides classes for holding and rendering lines on the earth and their labels.

  • Class
    Description
    The CenteredLabelFactory class creates labels that line up along the view edges.
    The EdgeLabelFactory class creates labels that line up along the view edges.
    The EdgeSegment class holds information about a segment which is close to an image edge.
    The types of edges possible for edge segments.
    The LabeledLine class holds the line label text and segment information for one labeled line on the earth.
    The LineCollection class holds an ordered set of line objects.
    The LineLabelFactory interface is implemented by classes that need to produce a set of labels for a line composed of line segments.