Uses of Class
jmri.util.PhysicalLocation
Packages that use PhysicalLocation
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.
Sub-package for jmri.jmrit.vsdecoder.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
This package contains software specific to the RPS system from
NAC Services, Inc.
Contains various utilities classes that are
useful across the entire
JMRI library structure.
-
Uses of PhysicalLocation in jmri
Methods in jmri that return PhysicalLocationModifier and TypeMethodDescriptionBlock.getPhysicalLocation()Return this Block's physical location, if it exists.Block.getPhysicalLocation(String s) Return this Block's physical location, if it exists.PhysicalLocationReporter.getPhysicalLocation()PhysicalLocationReporter.getPhysicalLocation(String s) -
Uses of PhysicalLocation in jmri.implementation
Methods in jmri.implementation that return PhysicalLocationModifier and TypeMethodDescriptionAbstractIdTagReporter.getPhysicalLocation()Get the PhysicalLocation of the Reporter Reports its own location, for now.AbstractIdTagReporter.getPhysicalLocation(String s) Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations declared as PhysicalLocationMethods in jmri.jmrit.operations.locations that return PhysicalLocationMethods in jmri.jmrit.operations.locations with parameters of type PhysicalLocation -
Uses of PhysicalLocation in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as PhysicalLocationModifier and TypeFieldDescription(package private) PhysicalLocationVSDecoder.lastPos(package private) PhysicalLocationVSDGeoFile.models_origin(package private) PhysicalLocationVSDSound.myposition(package private) PhysicalLocationVSDecoder.posToSet(package private) PhysicalLocationVSDecoder.startPosMethods in jmri.jmrit.vsdecoder that return PhysicalLocationModifier and TypeMethodDescriptionVSDecoderPreferences.getListenerPhysicalLocation()VSDConfig.getPhysicalLocation()VSDecoder.getPosition()Get the current x/y/z position in the soundspace of this VSDecoderVSDSound.getPosition()protected PhysicalLocationVSDecoder.getTrainPosition(Train t) Get the physical location of the given Operations TrainMethods in jmri.jmrit.vsdecoder that return types with arguments of type PhysicalLocationMethods in jmri.jmrit.vsdecoder with parameters of type PhysicalLocationModifier and TypeMethodDescriptionvoidVSDecoderManager.setDecoderPositionByAddr(LocoAddress a, PhysicalLocation l) voidVSDecoderManager.setDecoderPositionByID(String id, PhysicalLocation p) voidVSDecoderPreferences.setListenerPosition(PhysicalLocation p) voidVSDConfig.setPhysicalLocation(PhysicalLocation p) voidConfigurableSound.setPosition(PhysicalLocation p) voidDiesel3Sound.setPosition(PhysicalLocation p) voidDieselSound.setPosition(PhysicalLocation p) voidSoundBite.setPosition(PhysicalLocation v) voidSteam1Sound.setPosition(PhysicalLocation p) voidSteamSound.setPosition(PhysicalLocation p) voidVSDecoder.setPosition(PhysicalLocation p) set the x/y/z position in the soundspace of this VSDecoder Translates the given position to a position relative to the listener for the component VSDSounds.voidVSDSound.setPosition(PhysicalLocation p) -
Uses of PhysicalLocation in jmri.jmrit.vsdecoder.listener
Methods in jmri.jmrit.vsdecoder.listener that return PhysicalLocationMethods in jmri.jmrit.vsdecoder.listener with parameters of type PhysicalLocationModifier and TypeMethodDescriptionvoidListeningSpot.setLocation(PhysicalLocation l) voidListeningSpot.setOrientation(PhysicalLocation target) -
Uses of PhysicalLocation in jmri.jmrit.vsdecoder.swing
Methods in jmri.jmrit.vsdecoder.swing that return types with arguments of type PhysicalLocationModifier and TypeMethodDescriptionManageLocationsTableModel.LocationTableModel.getDataMap()ManageLocationsTableModel.ReporterBlockTableModel.getDataMap() -
Uses of PhysicalLocation in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos that return PhysicalLocationModifier and TypeMethodDescriptionEcosReporter.getPhysicalLocation()Get the PhysicalLocation of the ReporterEcosReporter.getPhysicalLocation(String s) Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return PhysicalLocationModifier and TypeMethodDescriptionLnReporter.getPhysicalLocation()Get the PhysicalLocation of the Reporter Reports its own location, for now.LnReporter.getPhysicalLocation(String s) Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrix.rps
Methods in jmri.jmrix.rps that return PhysicalLocationModifier and TypeMethodDescriptionRpsReporter.getPhysicalLocation()Get the PhysicalLocation of the Reporter.RpsReporter.getPhysicalLocation(String s) Get the PhysicalLocation of the Transmitter for a given ID. -
Uses of PhysicalLocation in jmri.util
Fields in jmri.util declared as PhysicalLocationModifier and TypeFieldDescriptionstatic final PhysicalLocationPhysicalLocation.OriginOrigin : constant representation of (0, 0, 0)Methods in jmri.util that return PhysicalLocationModifier and TypeMethodDescriptionstatic PhysicalLocationPhysicalLocation.getBeanPhysicalLocation(NamedBean b) getBeanPhysicalLocation(NamedBean b) Extract the PhysicalLocation stored in NamedBean b, and return as a new PhysicalLocation object.PhysicalLocationPanel.getValue()Get the value of the panestatic PhysicalLocationParse a string representation (x,y,z) Returns a new PhysicalLocation object.static PhysicalLocationPhysicalLocation.translate(PhysicalLocation loc, PhysicalLocation ref) translate() Return a PhysicalLocation that represents the position of point "loc" relative to reference point "ref".Methods in jmri.util with parameters of type PhysicalLocationModifier and TypeMethodDescriptionstatic voidPhysicalLocation.setBeanPhysicalLocation(PhysicalLocation p, NamedBean b) setBeanPhysicalLocation(PhysicalLocation p, NamedBean b) Store PhysicalLocation p as a property in NamedBean b.voidPhysicalLocationPanel.setValue(PhysicalLocation p) Set the value of the panevoidPhysicalLocation.translate(PhysicalLocation ref) translate() Translate this PhysicalLocation's coordinates to be relative to point "ref".static PhysicalLocationPhysicalLocation.translate(PhysicalLocation loc, PhysicalLocation ref) translate() Return a PhysicalLocation that represents the position of point "loc" relative to reference point "ref".Constructors in jmri.util with parameters of type PhysicalLocation