Uses of Class
jmri.util.PhysicalLocation
-
Packages that use PhysicalLocation Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.operations.locations jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.jmrit.vsdecoder.listener jmri.jmrit.vsdecoder.swing Sub-package for jmri.jmrit.vsdecoder.jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc.jmri.util Contains various utilities classes that are useful across the entire JMRI library structure. -
-
Uses of PhysicalLocation in jmri
Methods in jmri that return PhysicalLocation Modifier and Type Method Description PhysicalLocationBlock. getPhysicalLocation()Return this Block's physical location, if it exists.PhysicalLocationBlock. getPhysicalLocation(java.lang.String s)Return this Block's physical location, if it exists.PhysicalLocationPhysicalLocationReporter. getPhysicalLocation()PhysicalLocationPhysicalLocationReporter. getPhysicalLocation(java.lang.String s) -
Uses of PhysicalLocation in jmri.implementation
Methods in jmri.implementation that return PhysicalLocation Modifier and Type Method Description PhysicalLocationAbstractIdTagReporter. getPhysicalLocation()Get the PhysicalLocation of the Reporter Reports its own location, for now.PhysicalLocationAbstractIdTagReporter. getPhysicalLocation(java.lang.String s)Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations declared as PhysicalLocation Modifier and Type Field Description protected PhysicalLocationLocation. _physicalLocationMethods in jmri.jmrit.operations.locations that return PhysicalLocation Modifier and Type Method Description PhysicalLocationLocation. getPhysicalLocation()Methods in jmri.jmrit.operations.locations with parameters of type PhysicalLocation Modifier and Type Method Description voidLocation. setPhysicalLocation(PhysicalLocation l) -
Uses of PhysicalLocation in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as PhysicalLocation Modifier and Type Field Description (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 PhysicalLocation Modifier and Type Method Description PhysicalLocationVSDecoderPreferences. getListenerPhysicalLocation()PhysicalLocationVSDConfig. getPhysicalLocation()PhysicalLocationVSDecoder. getPosition()Get the current x/y/z position in the soundspace of this VSDecoderPhysicalLocationVSDSound. 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 PhysicalLocation Modifier and Type Method Description java.util.List<java.util.List<PhysicalLocation>>VSDGeoFile. getBlockPosition()Methods in jmri.jmrit.vsdecoder with parameters of type PhysicalLocation Modifier and Type Method Description voidVSDecoderManager. setDecoderPositionByAddr(LocoAddress a, PhysicalLocation l)voidVSDecoderManager. setDecoderPositionByID(java.lang.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 PhysicalLocation Modifier and Type Method Description PhysicalLocationListeningSpot. getPhysicalLocation()Methods in jmri.jmrit.vsdecoder.listener with parameters of type PhysicalLocation Modifier and Type Method Description voidListeningSpot. 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 PhysicalLocation Modifier and Type Method Description java.util.HashMap<java.lang.String,PhysicalLocation>ManageLocationsTableModel.LocationTableModel. getDataMap()java.util.HashMap<java.lang.String,PhysicalLocation>ManageLocationsTableModel.ReporterBlockTableModel. getDataMap() -
Uses of PhysicalLocation in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos that return PhysicalLocation Modifier and Type Method Description PhysicalLocationEcosReporter. getPhysicalLocation()Get the PhysicalLocation of the ReporterPhysicalLocationEcosReporter. getPhysicalLocation(java.lang.String s)Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrix.loconet
Methods in jmri.jmrix.loconet that return PhysicalLocation Modifier and Type Method Description PhysicalLocationLnReporter. getPhysicalLocation()Get the PhysicalLocation of the Reporter Reports its own location, for now.PhysicalLocationLnReporter. getPhysicalLocation(java.lang.String s)Get the PhysicalLocation of the Reporter. -
Uses of PhysicalLocation in jmri.jmrix.rps
Methods in jmri.jmrix.rps that return PhysicalLocation Modifier and Type Method Description PhysicalLocationRpsReporter. getPhysicalLocation()Get the PhysicalLocation of the Reporter.PhysicalLocationRpsReporter. getPhysicalLocation(java.lang.String s)Get the PhysicalLocation of the Transmitter for a given ID. -
Uses of PhysicalLocation in jmri.util
Fields in jmri.util declared as PhysicalLocation Modifier and Type Field Description static PhysicalLocationPhysicalLocation. OriginOrigin : constant representation of (0, 0, 0)Methods in jmri.util that return PhysicalLocation Modifier and Type Method Description static PhysicalLocationPhysicalLocation. getBeanPhysicalLocation(NamedBean b)getBeanPhysicalLocation(NamedBean b) Extract the PhysicalLocation stored in NamedBean b, and return as a new PhysicalLocation object.PhysicalLocationPhysicalLocationPanel. getValue()Get the value of the panestatic PhysicalLocationPhysicalLocation. parse(java.lang.String pos)Parse 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 PhysicalLocation Modifier and Type Method Description static 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 Constructor Description PhysicalLocation(PhysicalLocation p)Copy Constructor
-