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 PhysicalLocation
Block. getPhysicalLocation()
Return this Block's physical location, if it exists.PhysicalLocation
Block. getPhysicalLocation(java.lang.String s)
Return this Block's physical location, if it exists.PhysicalLocation
PhysicalLocationReporter. getPhysicalLocation()
PhysicalLocation
PhysicalLocationReporter. getPhysicalLocation(java.lang.String s)
-
Uses of PhysicalLocation in jmri.implementation
Methods in jmri.implementation that return PhysicalLocation Modifier and Type Method Description PhysicalLocation
AbstractIdTagReporter. getPhysicalLocation()
Get the PhysicalLocation of the Reporter Reports its own location, for now.PhysicalLocation
AbstractIdTagReporter. 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 PhysicalLocation
Location. _physicalLocation
Methods in jmri.jmrit.operations.locations that return PhysicalLocation Modifier and Type Method Description PhysicalLocation
Location. getPhysicalLocation()
Methods in jmri.jmrit.operations.locations with parameters of type PhysicalLocation Modifier and Type Method Description void
Location. 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) PhysicalLocation
VSDecoder. lastPos
(package private) PhysicalLocation
VSDGeoFile. models_origin
(package private) PhysicalLocation
VSDSound. myposition
(package private) PhysicalLocation
VSDecoder. posToSet
(package private) PhysicalLocation
VSDecoder. startPos
Methods in jmri.jmrit.vsdecoder that return PhysicalLocation Modifier and Type Method Description PhysicalLocation
VSDecoderPreferences. getListenerPhysicalLocation()
PhysicalLocation
VSDConfig. getPhysicalLocation()
PhysicalLocation
VSDecoder. getPosition()
Get the current x/y/z position in the soundspace of this VSDecoderPhysicalLocation
VSDSound. getPosition()
protected PhysicalLocation
VSDecoder. 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 void
VSDecoderManager. setDecoderPositionByAddr(LocoAddress a, PhysicalLocation l)
void
VSDecoderManager. setDecoderPositionByID(java.lang.String id, PhysicalLocation p)
void
VSDecoderPreferences. setListenerPosition(PhysicalLocation p)
void
VSDConfig. setPhysicalLocation(PhysicalLocation p)
void
ConfigurableSound. setPosition(PhysicalLocation p)
void
Diesel3Sound. setPosition(PhysicalLocation p)
void
DieselSound. setPosition(PhysicalLocation p)
void
SoundBite. setPosition(PhysicalLocation v)
void
Steam1Sound. setPosition(PhysicalLocation p)
void
SteamSound. setPosition(PhysicalLocation p)
void
VSDecoder. 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.void
VSDSound. 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 PhysicalLocation
ListeningSpot. getPhysicalLocation()
Methods in jmri.jmrit.vsdecoder.listener with parameters of type PhysicalLocation Modifier and Type Method Description void
ListeningSpot. setLocation(PhysicalLocation l)
void
ListeningSpot. 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 PhysicalLocation
EcosReporter. getPhysicalLocation()
Get the PhysicalLocation of the ReporterPhysicalLocation
EcosReporter. 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 PhysicalLocation
LnReporter. getPhysicalLocation()
Get the PhysicalLocation of the Reporter Reports its own location, for now.PhysicalLocation
LnReporter. 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 PhysicalLocation
RpsReporter. getPhysicalLocation()
Get the PhysicalLocation of the Reporter.PhysicalLocation
RpsReporter. 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 PhysicalLocation
PhysicalLocation. Origin
Origin : constant representation of (0, 0, 0)Methods in jmri.util that return PhysicalLocation Modifier and Type Method Description static PhysicalLocation
PhysicalLocation. getBeanPhysicalLocation(NamedBean b)
getBeanPhysicalLocation(NamedBean b) Extract the PhysicalLocation stored in NamedBean b, and return as a new PhysicalLocation object.PhysicalLocation
PhysicalLocationPanel. getValue()
Get the value of the panestatic PhysicalLocation
PhysicalLocation. parse(java.lang.String pos)
Parse a string representation (x,y,z) Returns a new PhysicalLocation object.static PhysicalLocation
PhysicalLocation. 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 void
PhysicalLocation. setBeanPhysicalLocation(PhysicalLocation p, NamedBean b)
setBeanPhysicalLocation(PhysicalLocation p, NamedBean b) Store PhysicalLocation p as a property in NamedBean b.void
PhysicalLocationPanel. setValue(PhysicalLocation p)
Set the value of the panevoid
PhysicalLocation. translate(PhysicalLocation ref)
translate() Translate this PhysicalLocation's coordinates to be relative to point "ref".static PhysicalLocation
PhysicalLocation. 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
-