Package | Description |
---|---|
gov.nasa.worldwindx.applications.worldwindow.features | |
gov.nasa.worldwindx.applications.worldwindow.util.measuretool |
Modifier and Type | Method and Description |
---|---|
WWOMeasureTool |
MeasurementPanel.getMeasureTool() |
Modifier and Type | Field and Description |
---|---|
protected WWOMeasureTool |
WWOMeasureToolControlPoints.measureTool |
protected WWOMeasureTool |
WWOMeasureDisplay.measureTool |
Modifier and Type | Method and Description |
---|---|
WWOMeasureTool |
WWOMeasureToolControlPoints.ControlPoint.getParent() |
WWOMeasureTool |
WWOMeasureTool.ControlPoint.getParent() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Double |
WWOMeasureDisplay.computeAccumulatedLength(LatLon pos,
WWOMeasureTool mt) |
protected Vec4 |
WWOMeasureDisplay.computeAnnotationPosition(Position pos,
WWOMeasureTool mt) |
protected double |
WWOMeasureDisplay.computePathLength(WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.formatCircleMeasurements(Position pos,
WWOMeasureTool mt) |
protected void |
WWOMeasureDisplay.formatControlPoints(Position pos,
WWOMeasureTool mt,
java.lang.StringBuilder sb) |
protected java.lang.String |
WWOMeasureDisplay.formatEllipseMeasurements(Position pos,
WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.formatLineMeasurements(Position pos,
WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.formatPolygonMeasurements(Position pos,
WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.formatQuadMeasurements(Position pos,
WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.formatSquareMeasurements(Position pos,
WWOMeasureTool mt) |
protected java.lang.String |
WWOMeasureDisplay.getDisplayString(Position pos,
WWOMeasureTool mt) |
Constructor and Description |
---|
WWOMeasureDisplay(WWOMeasureTool measureTool) |
WWOMeasureToolControlPoints(WWOMeasureTool measureTool) |