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