Uses of Interface
PamUtils.PamCoordinate
Packages that use PamCoordinate
Package
Description
-
Uses of PamCoordinate in clickDetector
Methods in clickDetector that return PamCoordinateMethods in clickDetector with parameters of type PamCoordinateModifier and TypeMethodDescriptionBTProjector.getCoord3d(PamCoordinate dataObject) BTProjector.getDataPosition(PamCoordinate screenPosition) -
Uses of PamCoordinate in clipgenerator.clipDisplay
Methods in clipgenerator.clipDisplay that return PamCoordinateModifier and TypeMethodDescriptionClipDisplayProjector.getDataPosition(PamCoordinate screenPosition) Methods in clipgenerator.clipDisplay with parameters of type PamCoordinateModifier and TypeMethodDescriptionClipDisplayProjector.getCoord3d(PamCoordinate dataObject) ClipDataProjector.getDataPosition(PamCoordinate screenPos) ClipDisplayProjector.getDataPosition(PamCoordinate screenPosition) -
Uses of PamCoordinate in dataPlotsFX.overlaymark
Method parameters in dataPlotsFX.overlaymark with type arguments of type PamCoordinateModifier and TypeMethodDescriptionvoidMarkPainterFX.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
Methods in dataPlotsFX.projector with parameters of type PamCoordinateModifier and TypeMethodDescriptionTDProjectorFX.getCoord3d(PamCoordinate dataObject) TDProjectorFX.getDataPosition(PamCoordinate screenPosition) -
Uses of PamCoordinate in detectionPlotFX.plots
Methods in detectionPlotFX.plots that return PamCoordinateModifier and TypeMethodDescriptionRawFFTPlot.FreqTimeProjector.getDataPosition(PamCoordinate screenPosition) Methods in detectionPlotFX.plots with parameters of type PamCoordinateModifier and TypeMethodDescriptionRawFFTPlot.FreqTimeProjector.getCoord3d(PamCoordinate dataObject) RawFFTPlot.FreqTimeProjector.getDataPosition(PamCoordinate screenPosition) -
Uses of PamCoordinate in detectionPlotFX.projector
Methods in detectionPlotFX.projector with parameters of type PamCoordinateModifier 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
Classes in GPS that implement PamCoordinate -
Uses of PamCoordinate in loggerForms
Classes in loggerForms that implement PamCoordinate -
Uses of PamCoordinate in Map
Methods in Map with parameters of type PamCoordinateModifier and TypeMethodDescriptionMapRectProjector.getDataPosition(PamCoordinate screenPosition) MapRectProjector.panel2LL(PamCoordinate screenPosition) Get an absolute lat long from a map positionvoidTransformUtilities.rotateDegreesX(PamCoordinate c) Rotate about the X axis.voidTransformUtilities.rotateDegreesZ(PamCoordinate c) Rotate a point about the Z axis.static voidTransformUtilities.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.voidTransformUtilities.unRotateDegreesX(PamCoordinate c) Rotate about the X axis in the opposite direction.voidTransformUtilities.unRotateDegreesZ(PamCoordinate c) Rotate a point about the Z axis in the opposite direction. -
Uses of PamCoordinate in pamMaths
Classes in pamMaths that implement PamCoordinate -
Uses of PamCoordinate in PamUtils
Classes in PamUtils that implement PamCoordinateModifier and TypeClassDescriptionclassClass definition for a x,y coordinate number type.classClass for handling and formatting latitude and longitude data. -
Uses of PamCoordinate in PamView
Classes in PamView with type parameters of type PamCoordinateMethods in PamView with parameters of type PamCoordinateModifier and TypeMethodDescriptionabstract TGeneralProjector.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
Methods in PamView.paneloverlay.overlaymark that return PamCoordinateModifier and TypeMethodDescriptionOverlayMark.getCentre()OverlayMark.getCoordinate(int index) protected PamCoordinateOverlayMarker.getCoordinate(javafx.scene.input.MouseEvent e) Get an x,y coordinate as a lat long.OverlayMark.getCurrentMouse()OverlayMark.getCurrentMouseCoordinate()OverlayMark.getLastCoordinate()Methods in PamView.paneloverlay.overlaymark that return types with arguments of type PamCoordinateMethods in PamView.paneloverlay.overlaymark with parameters of type PamCoordinateModifier and TypeMethodDescriptionvoidOverlayMark.addCoordinate(PamCoordinate pamCoordinate) voidOverlayMark.setCurrentMouseCoordinate(PamCoordinate currentMouse) Method parameters in PamView.paneloverlay.overlaymark with type arguments of type PamCoordinateModifier and TypeMethodDescriptionvoidOverlayMarker.setProjector(GeneralProjector<PamCoordinate> projector) Constructors in PamView.paneloverlay.overlaymark with parameters of type PamCoordinateModifierConstructorDescriptionOverlayMark(OverlayMarker overlayMarker, Object markSource, MarkExtraInfo markExtraInfo, int markChannels, GeneralProjector.ParameterType[] parameterTypes, GeneralProjector.ParameterUnits[] parameterUnits, PamCoordinate firstCoordinate) -
Uses of PamCoordinate in qa.generator
Classes in qa.generator that implement PamCoordinate -
Uses of PamCoordinate in radardisplay
Methods in radardisplay with parameters of type PamCoordinate -
Uses of PamCoordinate in Spectrogram
Classes in Spectrogram that implement PamCoordinateMethods in Spectrogram with parameters of type PamCoordinateModifier and TypeMethodDescriptionDirectDrawProjector.getDataPosition(PamCoordinate screenPosition) SpectrogramProjector.getDataPosition(PamCoordinate screenPos)