Uses of Class
jmri.jmrit.operations.locations.Location
-
-
Uses of Location in jmri.jmrit.operations
Fields in jmri.jmrit.operations declared as Location Modifier and Type Field Description protected Location
CommonConductorYardmasterPanel. _location
Methods in jmri.jmrit.operations with parameters of type Location Modifier and Type Method Description protected void
CommonConductorYardmasterPanel. loadLocationComment(Location location)
protected void
CommonConductorYardmasterPanel. loadLocationSwitchListComment(Location location)
-
Uses of Location in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations declared as Location Modifier and Type Field Description Location
LocationEditFrame. _location
protected Location
Track. _location
Location
TrackEditFrame. _location
protected Location
TrackTableModel. _location
(package private) Location
YardmasterByTrackAction. _location
Fields in jmri.jmrit.operations.locations with type parameters of type Location Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,Location>
LocationManager. _locationHashTable
(package private) java.util.List<Location>
LocationsTableModel. locationsList
Methods in jmri.jmrit.operations.locations that return Location Modifier and Type Method Description Location
Track. getLocation()
Location
LocationManager. getLocationById(java.lang.String id)
Location
LocationManager. getLocationByName(java.lang.String name)
Location
LocationManager. getLocationByReporter(Reporter r)
Request a location associated with a given reporter.Location
LocationManager. newLocation(java.lang.String name)
Finds an existing location or creates a new location if needed requires location's name creates a unique id for this locationMethods in jmri.jmrit.operations.locations that return types with arguments of type Location Modifier and Type Method Description javax.swing.JComboBox<Location>
LocationManager. getComboBox()
Returns a JComboBox with locations sorted alphabetically.java.util.List<Location>
LocationManager. getList()
Gets an unsorted list of all locations.java.util.List<Location>
LocationManager. getLocationsByIdList()
Sort by location number, number can alpha numericjava.util.List<Location>
LocationManager. getLocationsByNameList()
Sort by location namejava.util.List<Location>
LocationManager. getUniqueLocationsByNameList()
Get unique locations list by location name.Methods in jmri.jmrit.operations.locations with parameters of type Location Modifier and Type Method Description void
Track. addDestination(Location destination)
adds a location to the list of acceptable destinations for this track.void
Location. copyLocation(Location newLocation)
Makes a copy of this location.Track
Track. copyTrack(java.lang.String newName, Location newLocation)
Creates a copy of this track.void
Location. copyTracksLocation(Location location)
Copies all of the tracks at this location.void
Track. deleteDestination(Location destination)
void
LocationManager. deregister(Location location)
Forget a NamedBean Object created outside the manager.void
InterchangeEditFrame. initComponents(Location location, Track track)
void
SpurEditFrame. initComponents(Location location, Track track)
void
StagingEditFrame. initComponents(Location location, Track track)
void
TrackEditFrame. initComponents(Location location, Track track)
void
YardEditFrame. initComponents(Location location, Track track)
void
InterchangeTableModel. initTable(javax.swing.JTable table, Location location)
void
SpurTableModel. initTable(javax.swing.JTable table, Location location)
void
StagingTableModel. initTable(javax.swing.JTable table, Location location)
protected void
TrackTableModel. initTable(javax.swing.JTable table, Location location, java.lang.String trackType)
void
YardTableModel. initTable(javax.swing.JTable table, Location location)
boolean
Track. isDestinationAccepted(Location destination)
Returns true if destination is valid from this track.void
LocationManager. register(Location location)
Remember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.locations with type arguments of type Location Modifier and Type Method Description void
LocationManager. updateComboBox(javax.swing.JComboBox<Location> box)
Updates JComboBox alphabetically with a list of locations.Constructors in jmri.jmrit.operations.locations with parameters of type Location Constructor Description LocationEditFrame(Location location)
Track(java.lang.String id, java.lang.String name, java.lang.String type, Location location)
Track(org.jdom2.Element e, Location location)
Construct this Entry from XML.YardmasterByTrackAction(Location location)
YardmasterByTrackFrame(Location location)
YardmasterByTrackPanel(Location location)
YardmasterFrame(Location location)
YardmasterPanel(Location location)
-
Uses of Location in jmri.jmrit.operations.locations.schedules
Fields in jmri.jmrit.operations.locations.schedules declared as Location Modifier and Type Field Description protected Location
ScheduleItem. _destination
(package private) Location
ScheduleEditFrame. _location
(package private) Location
ScheduleTableModel. _location
Methods in jmri.jmrit.operations.locations.schedules that return Location Modifier and Type Method Description Location
ScheduleItem. getDestination()
Methods in jmri.jmrit.operations.locations.schedules that return types with arguments of type Location Modifier and Type Method Description protected javax.swing.JComboBox<Location>
ScheduleTableModel. getDestComboBox(ScheduleItem si)
Methods in jmri.jmrit.operations.locations.schedules with parameters of type Location Modifier and Type Method Description protected void
ScheduleTableModel. initTable(ScheduleEditFrame frame, javax.swing.JTable table, Schedule schedule, Location location, Track track)
void
ScheduleItem. setDestination(Location destination)
-
Uses of Location in jmri.jmrit.operations.locations.tools
Fields in jmri.jmrit.operations.locations.tools declared as Location Modifier and Type Field Description (package private) Location
TrackCopyAction. _destination
(package private) Location
TrackCopyFrame. _destination
(package private) Location
LocationCopyAction. _location
(package private) Location
LocationCopyFrame. _location
(package private) Location
LocationsByCarLoadFrame. _location
(package private) Location
LocationsByCarTypeFrame. _location
(package private) Location
LocationTrackBlockingOrderAction. _location
(package private) Location
LocationTrackBlockingOrderFrame. _location
protected Location
LocationTrackBlockingOrderTableModel. _location
(package private) Location
ModifyLocationsAction. _location
(package private) Location
ModifyLocationsCarLoadsAction. _location
(package private) Location
PrintLocationsAction. _location
(package private) Location
PrintLocationsFrame. _location
(package private) Location
PrintTrainsServingLocation. _location
(package private) Location
SetPhysicalLocationAction. _location
(package private) Location
SetPhysicalLocationFrame. _location
(package private) Location
ShowTrainsServingLocationAction. _location
(package private) Location
ShowTrainsServingLocationFrame. _location
(package private) Location
TrackCopyFrame. _location
(package private) Location
TrackLoadEditFrame. _location
(package private) Location
TrackRoadEditFrame. _location
(package private) Location
PrintSwitchListAction. location
Fields in jmri.jmrit.operations.locations.tools with type parameters of type Location Modifier and Type Field Description (package private) javax.swing.JComboBox<Location>
TrackCopyFrame. destinationBox
(package private) javax.swing.JComboBox<Location>
LocationCopyFrame. locationBox
(package private) javax.swing.JComboBox<Location>
SetPhysicalLocationFrame. locationBox
(package private) javax.swing.JComboBox<Location>
TrackCopyFrame. locationBox
(package private) javax.swing.JComboBox<Location>
ShowTrainsServingLocationFrame. locationComboBox
Methods in jmri.jmrit.operations.locations.tools with parameters of type Location Modifier and Type Method Description void
LocationsByCarLoadFrame. initComponents(Location location)
void
LocationsByCarTypeFrame. initComponents(Location location)
void
LocationsByCarTypeFrame. initComponents(Location location, java.lang.String carType)
void
LocationTrackBlockingOrderFrame. initComponents(Location location)
void
ShowTrainsServingLocationFrame. initComponents(Location location, Track track)
void
TrackLoadEditFrame. initComponents(Location location, Track track)
void
TrackRoadEditFrame. initComponents(Location location, Track track)
protected void
LocationTrackBlockingOrderTableModel. initTable(javax.swing.JTable table, Location location)
Constructors in jmri.jmrit.operations.locations.tools with parameters of type Location Constructor Description LocationCopyAction(Location location)
LocationCopyFrame(Location location)
LocationTrackBlockingOrderAction(Location location)
ModifyLocationsAction(Location location)
ModifyLocationsCarLoadsAction(Location location)
PrintLocationsAction(boolean isPreview, Location location)
PrintLocationsFrame(boolean isPreview, Location location)
PrintSwitchListAction(Location location, boolean isPreview)
PrintTrainsServingLocation(boolean isPreview, Location location, Track track, java.lang.String carType)
SetPhysicalLocationAction(Location location)
SetPhysicalLocationFrame(Location l)
ShowCarsByLocationAction(boolean showAllCars, Location location, Track track)
ShowTrainsServingLocationAction(Location location, Track track)
TrackCopyAction(Track track, Location destination)
TrackCopyFrame(Track track, Location destination)
-
Uses of Location in jmri.jmrit.operations.rollingstock
Fields in jmri.jmrit.operations.rollingstock declared as Location Modifier and Type Field Description protected Location
RollingStock. _destination
protected Location
RollingStock. _location
protected Location
RollingStock. _whereLastSeen
Fields in jmri.jmrit.operations.rollingstock with type parameters of type Location Modifier and Type Field Description javax.swing.JComboBox<Location>
RollingStockSetFrame. destinationBox
javax.swing.JComboBox<Location>
RollingStockSetFrame. finalDestinationBox
javax.swing.JComboBox<Location>
RollingStockEditFrame. locationBox
javax.swing.JComboBox<Location>
RollingStockSetFrame. locationBox
Methods in jmri.jmrit.operations.rollingstock that return Location Modifier and Type Method Description Location
RollingStock. getDestination()
Location
RollingStock. getLocation()
Location
RollingStock. getWhereLastSeen()
Methods in jmri.jmrit.operations.rollingstock with parameters of type Location Modifier and Type Method Description java.lang.String
RollingStock. checkDestination(Location destination, Track track)
Used to check destination track to see if it will accept rolling stockjava.util.List<T>
RollingStockManager. getList(Location location)
Returns a list (no order) of RollingStock at a location.void
RollingStock. setDestination(Location destination)
Sets rolling stock destination without reserving destination track space or drop count.java.lang.String
RollingStock. setDestination(Location destination, Track track)
Sets rolling stock destination on the layoutjava.lang.String
RollingStock. setDestination(Location destination, Track track, boolean force)
Sets rolling stock destination on the layoutjava.lang.String
RollingStock. setLocation(Location location, Track track)
Sets rolling stock location on the layoutjava.lang.String
RollingStock. setLocation(Location location, Track track, boolean force)
Sets rolling stock location on the layoutjava.lang.String
RollingStock. testLocation(Location location, Track track)
Used to confirm that a track is associated with a location, and that rolling stock can be placed on track. -
Uses of Location in jmri.jmrit.operations.rollingstock.cars
Fields in jmri.jmrit.operations.rollingstock.cars declared as Location Modifier and Type Field Description protected Location
Car. _finalDestination
protected Location
Car. _previousFinalDestination
protected Location
Car. _rweDestination
protected Location
Car. _rwlDestination
Fields in jmri.jmrit.operations.rollingstock.cars with type parameters of type Location Modifier and Type Field Description protected javax.swing.JComboBox<Location>
CarSetFrame. destReturnWhenEmptyBox
protected javax.swing.JComboBox<Location>
CarSetFrame. destReturnWhenLoadedBox
Methods in jmri.jmrit.operations.rollingstock.cars that return Location Modifier and Type Method Description Location
Car. getFinalDestination()
Location
Car. getPreviousFinalDestination()
Location
Car. getReturnWhenEmptyDestination()
Location
Car. getReturnWhenLoadedDestination()
Methods in jmri.jmrit.operations.rollingstock.cars with parameters of type Location Modifier and Type Method Description java.lang.String
Car. checkDestination(Location destination, Track track)
Used to determine if a car can be set out at a destination (location).java.lang.String
Car. setDestination(Location destination, Track track)
Sets the car's destination on the layoutjava.lang.String
Car. setDestination(Location destination, Track track, boolean force)
Sets the car's destination on the layoutvoid
Car. setFinalDestination(Location destination)
Sets the final destination for a car.void
Car. setPreviousFinalDestination(Location location)
void
Car. setReturnWhenEmptyDestination(Location destination)
void
Car. setReturnWhenLoadedDestination(Location destination)
-
Uses of Location in jmri.jmrit.operations.rollingstock.engines
Methods in jmri.jmrit.operations.rollingstock.engines with parameters of type Location Modifier and Type Method Description java.lang.String
Engine. checkDestination(Location destination, Track track)
Used to check destination track to see if it will accept locomotive -
Uses of Location in jmri.jmrit.operations.router
Methods in jmri.jmrit.operations.router with parameters of type Location Modifier and Type Method Description boolean
Router. isCarRouteable(Car car, Train train, Location destination, Track track, java.io.PrintWriter buildReport)
-
Uses of Location in jmri.jmrit.operations.routes
Fields in jmri.jmrit.operations.routes declared as Location Modifier and Type Field Description protected Location
RouteLocation. _location
Fields in jmri.jmrit.operations.routes with type parameters of type Location Modifier and Type Field Description (package private) javax.swing.JComboBox<Location>
RouteEditFrame. locationBox
Methods in jmri.jmrit.operations.routes that return Location Modifier and Type Method Description Location
RouteLocation. getLocation()
Methods in jmri.jmrit.operations.routes with parameters of type Location Modifier and Type Method Description RouteLocation
Route. addLocation(Location location)
Adds a location to the end of this routeRouteLocation
Route. addLocation(Location location, int sequence)
Add a location at a specific place (sequence) in the route Allowable sequence numbers are 1 to max size of route. 1 = start of route, or Route.STARTRoute
RouteManager. isLocationInUse(Location loc)
Used to determine if a location is part of any route.Constructors in jmri.jmrit.operations.routes with parameters of type Location Constructor Description RouteLocation(java.lang.String id, Location location)
-
Uses of Location in jmri.jmrit.operations.routes.tools
Fields in jmri.jmrit.operations.routes.tools declared as Location Modifier and Type Field Description (package private) Location
ShowRoutesServingLocationAction. _location
(package private) Location
ShowRoutesServingLocationFrame. _location
Fields in jmri.jmrit.operations.routes.tools with type parameters of type Location Modifier and Type Field Description (package private) javax.swing.JComboBox<Location>
SetTrainIconPositionFrame. locationBox
(package private) javax.swing.JComboBox<Location>
ShowRoutesServingLocationFrame. locationComboBox
Methods in jmri.jmrit.operations.routes.tools with parameters of type Location Modifier and Type Method Description void
ShowRoutesServingLocationFrame. initComponents(Location location)
void
SetTrainIconPositionFrame. updateTrainIconCoordinates(Location location)
Constructors in jmri.jmrit.operations.routes.tools with parameters of type Location Constructor Description ShowRoutesServingLocationAction(Location location)
-
Uses of Location in jmri.jmrit.operations.trains
Fields in jmri.jmrit.operations.trains declared as Location Modifier and Type Field Description (package private) Location
TrainBuilderBase. _departLocation
(package private) Location
TrainSwitchListEditFrame.TrainSwitchListCommentFrame. _location
(package private) Location
TrainBuilderBase. _terminateLocation
Fields in jmri.jmrit.operations.trains with type parameters of type Location Modifier and Type Field Description (package private) java.util.List<Location>
TrainBuilderBase. _modifiedLocations
Methods in jmri.jmrit.operations.trains with parameters of type Location Modifier and Type Method Description java.io.File
TrainCsvSwitchLists. buildSwitchList(Location location)
builds a csv file containing the switch list for a locationvoid
TrainSwitchLists. buildSwitchList(Location location)
Builds a switch list for a location showing the work by train arrival time.java.util.List<Train>
TrainManager. getTrainsArrivingThisLocationList(Location location)
Provides a list of trains ordered by arrival time to a locationstatic boolean
TrainCommon. isThereWorkAtLocation(Train train, Location location)
returns true if the train has work at the locationprotected void
TrainCsvCommon. printLocationComment(CSVPrinter fileOut, Location location)
protected void
TrainCsvCommon. printLocationSwitchListComment(CSVPrinter fileOut, Location location)
void
TrainSwitchLists. printSwitchList(Location location, boolean isPreview)
-
Uses of Location in jmri.jmrit.operations.trains.tools
Fields in jmri.jmrit.operations.trains.tools with type parameters of type Location Modifier and Type Field Description (package private) java.util.List<Location>
ExportTimetable. locationList
-
Uses of Location in jmri.jmrix.rfid.swing.tagcarwin
Methods in jmri.jmrix.rfid.swing.tagcarwin that return Location Modifier and Type Method Description Location
TagCarItem. getLocationValue()
Methods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type Location Modifier and Type Method Description void
TagCarItem. setLocation(Location location)
-
Uses of Location in jmri.server.json.operations
Methods in jmri.server.json.operations that return Location Modifier and Type Method Description protected Location
JsonOperationsHttpService. getLocationByName(java.lang.String name, java.util.Locale locale, int id)
Methods in jmri.server.json.operations with parameters of type Location Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
JsonUtil. getLocation(Location location, java.util.Locale locale)
Get the JSON representation of a Location.com.fasterxml.jackson.databind.node.ObjectNode
JsonUtil. getRSLocation(Location location, java.util.Locale locale)
Get the JSON representation of a Location for use in rolling stock or train.com.fasterxml.jackson.databind.node.ObjectNode
JsonOperationsHttpService. postLocation(Location location, com.fasterxml.jackson.databind.JsonNode data, java.util.Locale locale, int id)
-