Uses of Interface
PamUtils.PamCoordinate
Package
Description
-
Uses of PamCoordinate in clickDetector
Modifier and TypeMethodDescriptionBTProjector.getCoord3d
(PamCoordinate dataObject) BTProjector.getDataPosition
(PamCoordinate screenPosition) -
Uses of PamCoordinate in clipgenerator.clipDisplay
Modifier and TypeMethodDescriptionClipDisplayProjector.getDataPosition
(PamCoordinate screenPosition) Modifier and TypeMethodDescriptionClipDisplayProjector.getCoord3d
(PamCoordinate dataObject) ClipDataProjector.getDataPosition
(PamCoordinate screenPos) ClipDisplayProjector.getDataPosition
(PamCoordinate screenPosition) -
Uses of PamCoordinate in dataPlotsFX.overlaymark
Modifier and TypeMethodDescriptionvoid
MarkPainterFX.drawMark
(javafx.scene.canvas.GraphicsContext graphicsContext2D, OverlayMark mark, GeneralProjector<PamCoordinate> projector, boolean isMarking) Draw the mark on the graph. -
Uses of PamCoordinate in dataPlotsFX.projector
Modifier and TypeMethodDescriptionTDProjectorFX.getCoord3d
(PamCoordinate dataObject) TDProjectorFX.getDataPosition
(PamCoordinate screenPosition) -
Uses of PamCoordinate in detectionPlotFX.plots
Modifier and TypeMethodDescriptionRawFFTPlot.FreqTimeProjector.getDataPosition
(PamCoordinate screenPosition) Modifier and TypeMethodDescriptionRawFFTPlot.FreqTimeProjector.getCoord3d
(PamCoordinate dataObject) RawFFTPlot.FreqTimeProjector.getDataPosition
(PamCoordinate screenPosition) -
Uses of PamCoordinate in detectionPlotFX.projector
Modifier and TypeMethodDescriptionDetectionPlotProjector.getDataPosition
(PamCoordinate screenPosition) DetectionPlotProjector.getDataPosition
(PamCoordinate screenPosition, javafx.geometry.Side topbottom, javafx.geometry.Side rightLeft) Do the exact opposite of getCoord3d and turn a screen position back into a data coordinate (e.g. -
Uses of PamCoordinate in GPS
-
Uses of PamCoordinate in loggerForms
-
Uses of PamCoordinate in Map
Modifier and TypeMethodDescriptionMapRectProjector.getDataPosition
(PamCoordinate screenPosition) MapRectProjector.panel2LL
(PamCoordinate screenPosition) Get an absolute lat long from a map positionvoid
TransformUtilities.rotateDegreesX
(PamCoordinate c) Rotate about the X axis.void
TransformUtilities.rotateDegreesZ
(PamCoordinate c) Rotate a point about the Z axis.static void
TransformUtilities.rotateDegreesZ
(PamCoordinate c, double degrees) Rotate a point using a static method which doesn't alter the main underlying rotation information set from the map projector.void
TransformUtilities.unRotateDegreesX
(PamCoordinate c) Rotate about the X axis in the opposite direction.void
TransformUtilities.unRotateDegreesZ
(PamCoordinate c) Rotate a point about the Z axis in the opposite direction. -
Uses of PamCoordinate in pamMaths
-
Uses of PamCoordinate in PamUtils
Modifier and TypeClassDescriptionclass
Class definition for a x,y coordinate number type.class
Class for handling and formatting latitude and longitude data. -
Uses of PamCoordinate in PamView
Modifier and TypeMethodDescriptionabstract T
GeneralProjector.getDataPosition
(PamCoordinate screenPosition) Do the exact opposite of getCoord3d and turn a screen position back into a data coordinate (e.g. -
Uses of PamCoordinate in PamView.paneloverlay.overlaymark
Modifier and TypeMethodDescriptionOverlayMark.getCentre()
OverlayMark.getCoordinate
(int index) OverlayMark.getCurrentMouse()
OverlayMark.getCurrentMouseCoordinate()
OverlayMark.getLastCoordinate()
Modifier and TypeMethodDescriptionvoid
OverlayMark.addCoordinate
(PamCoordinate pamCoordinate) void
OverlayMark.setCurrentMouseCoordinate
(PamCoordinate currentMouse) Modifier and TypeMethodDescriptionvoid
OverlayMarker.setProjector
(GeneralProjector<PamCoordinate> projector) ModifierConstructorDescriptionOverlayMark
(OverlayMarker overlayMarker, Object markSource, MarkExtraInfo markExtraInfo, int markChannels, GeneralProjector.ParameterType[] parameterTypes, GeneralProjector.ParameterUnits[] parameterUnits, PamCoordinate firstCoordinate) -
Uses of PamCoordinate in qa.generator
-
Uses of PamCoordinate in radardisplay
-
Uses of PamCoordinate in Spectrogram
Modifier and TypeMethodDescriptionDirectDrawProjector.getDataPosition
(PamCoordinate screenPosition) SpectrogramProjector.getDataPosition
(PamCoordinate screenPos)