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 LocationCommonConductorYardmasterPanel. _locationMethods in jmri.jmrit.operations with parameters of type Location Modifier and Type Method Description protected voidCommonConductorYardmasterPanel. loadLocationComment(Location location)protected voidCommonConductorYardmasterPanel. 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 protected LocationTrack. _locationFields 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. _locationHashTableMethods in jmri.jmrit.operations.locations that return Location Modifier and Type Method Description LocationTrack. getLocation()LocationLocationManager. getLocationById(java.lang.String id)LocationLocationManager. getLocationByName(java.lang.String name)LocationLocationManager. getLocationByReporter(Reporter r)Request a location associated with a given reporter.LocationLocationManager. 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 voidTrack. addDestination(Location destination)adds a location to the list of acceptable destinations for this track.voidLocation. copyLocation(Location newLocation)Makes a copy of this location.TrackTrack. copyTrack(java.lang.String newName, Location newLocation)Creates a copy of this track.voidLocation. copyTracksLocation(Location location)Copies all of the tracks at this location.voidTrack. deleteDestination(Location destination)voidLocationManager. deregister(Location location)Forget a NamedBean Object created outside the manager.booleanTrack. isDestinationAccepted(Location destination)Returns true if destination is valid from this track.voidLocationManager. 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 voidLocationManager. 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 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. -
Uses of Location in jmri.jmrit.operations.locations.gui
Fields in jmri.jmrit.operations.locations.gui declared as Location Modifier and Type Field Description LocationLocationEditFrame. _locationLocationTrackEditFrame. _locationprotected LocationTrackTableModel. _location(package private) LocationYardmasterByTrackAction. _locationFields in jmri.jmrit.operations.locations.gui with type parameters of type Location Modifier and Type Field Description (package private) java.util.List<Location>LocationsTableModel. locationsListMethods in jmri.jmrit.operations.locations.gui with parameters of type Location Modifier and Type Method Description voidInterchangeEditFrame. initComponents(Location location, Track track)voidSpurEditFrame. initComponents(Location location, Track track)voidStagingEditFrame. initComponents(Location location, Track track)voidTrackEditFrame. initComponents(Location location, Track track)voidYardEditFrame. initComponents(Location location, Track track)voidInterchangeTableModel. initTable(javax.swing.JTable table, Location location)voidSpurTableModel. initTable(javax.swing.JTable table, Location location)voidStagingTableModel. initTable(javax.swing.JTable table, Location location)protected voidTrackTableModel. initTable(javax.swing.JTable table, Location location, java.lang.String trackType)voidYardTableModel. initTable(javax.swing.JTable table, Location location)Constructors in jmri.jmrit.operations.locations.gui with parameters of type Location Constructor Description LocationEditFrame(Location location)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 LocationScheduleItem. _destination(package private) LocationScheduleEditFrame. _location(package private) LocationScheduleTableModel. _locationMethods in jmri.jmrit.operations.locations.schedules that return Location Modifier and Type Method Description LocationScheduleItem. 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 voidScheduleTableModel. initTable(ScheduleEditFrame frame, javax.swing.JTable table, Schedule schedule, Location location, Track track)voidScheduleItem. 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) LocationTrackCopyAction. _destination(package private) LocationTrackCopyFrame. _destination(package private) LocationLocationCopyAction. _location(package private) LocationLocationCopyFrame. _location(package private) LocationLocationsByCarLoadFrame. _location(package private) LocationLocationsByCarTypeFrame. _location(package private) LocationLocationTrackBlockingOrderAction. _location(package private) LocationLocationTrackBlockingOrderFrame. _locationprotected LocationLocationTrackBlockingOrderTableModel. _location(package private) LocationModifyLocationsAction. _location(package private) LocationModifyLocationsCarLoadsAction. _location(package private) LocationPrintLocationsAction. _location(package private) LocationPrintLocationsFrame. _location(package private) LocationPrintTrainsServingLocation. _location(package private) LocationSetPhysicalLocationAction. _location(package private) LocationSetPhysicalLocationFrame. _location(package private) LocationShowTrainsServingLocationAction. _location(package private) LocationShowTrainsServingLocationFrame. _location(package private) LocationTrackCopyFrame. _location(package private) LocationTrackLoadEditFrame. _location(package private) LocationTrackRoadEditFrame. _location(package private) LocationPrintSwitchListAction. locationFields 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. locationComboBoxMethods in jmri.jmrit.operations.locations.tools with parameters of type Location Modifier and Type Method Description voidLocationsByCarLoadFrame. initComponents(Location location)voidLocationsByCarTypeFrame. initComponents(Location location)voidLocationsByCarTypeFrame. initComponents(Location location, java.lang.String carType)voidLocationTrackBlockingOrderFrame. initComponents(Location location)voidShowTrainsServingLocationFrame. initComponents(Location location, Track track)voidTrackLoadEditFrame. initComponents(Location location, Track track)voidTrackRoadEditFrame. initComponents(Location location, Track track)protected voidLocationTrackBlockingOrderTableModel. initTable(javax.swing.JTable table, Location location) -
Uses of Location in jmri.jmrit.operations.rollingstock
Fields in jmri.jmrit.operations.rollingstock declared as Location Modifier and Type Field Description protected LocationRollingStock. _destinationprotected LocationRollingStock. _locationprotected LocationRollingStock. _whereLastSeenFields in jmri.jmrit.operations.rollingstock with type parameters of type Location Modifier and Type Field Description javax.swing.JComboBox<Location>RollingStockSetFrame. destinationBoxjavax.swing.JComboBox<Location>RollingStockSetFrame. finalDestinationBoxjavax.swing.JComboBox<Location>RollingStockEditFrame. locationBoxjavax.swing.JComboBox<Location>RollingStockSetFrame. locationBoxMethods in jmri.jmrit.operations.rollingstock that return Location Modifier and Type Method Description LocationRollingStock. getDestination()LocationRollingStock. getLocation()LocationRollingStock. getWhereLastSeen()Methods in jmri.jmrit.operations.rollingstock with parameters of type Location Modifier and Type Method Description java.lang.StringRollingStock. 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.voidRollingStock. setDestination(Location destination)Sets rolling stock destination without reserving destination track space or drop count.java.lang.StringRollingStock. setDestination(Location destination, Track track)Sets rolling stock destination on the layoutjava.lang.StringRollingStock. setDestination(Location destination, Track track, boolean force)Sets rolling stock destination on the layoutjava.lang.StringRollingStock. setLocation(Location location, Track track)Sets rolling stock location on the layoutjava.lang.StringRollingStock. setLocation(Location location, Track track, boolean force)Sets rolling stock location on the layoutjava.lang.StringRollingStock. 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 LocationCar. _finalDestinationprotected LocationCar. _previousFinalDestinationprotected LocationCar. _rweDestinationprotected LocationCar. _rwlDestinationMethods in jmri.jmrit.operations.rollingstock.cars that return Location Modifier and Type Method Description LocationCar. getFinalDestination()LocationCar. getPreviousFinalDestination()LocationCar. getReturnWhenEmptyDestination()LocationCar. getReturnWhenLoadedDestination()Methods in jmri.jmrit.operations.rollingstock.cars with parameters of type Location Modifier and Type Method Description java.lang.StringCar. checkDestination(Location destination, Track track)Used to determine if a car can be set out at a destination (location).java.lang.StringCar. setDestination(Location destination, Track track)Sets the car's destination on the layoutjava.lang.StringCar. setDestination(Location destination, Track track, boolean force)Sets the car's destination on the layoutvoidCar. setFinalDestination(Location destination)Sets the final destination for a car.voidCar. setPreviousFinalDestination(Location location)voidCar. setReturnWhenEmptyDestination(Location destination)voidCar. setReturnWhenLoadedDestination(Location destination) -
Uses of Location in jmri.jmrit.operations.rollingstock.cars.gui
Fields in jmri.jmrit.operations.rollingstock.cars.gui with type parameters of type Location Modifier and Type Field Description protected javax.swing.JComboBox<Location>CarSetFrame. destReturnWhenEmptyBoxprotected javax.swing.JComboBox<Location>CarSetFrame. destReturnWhenLoadedBox -
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.StringEngine. 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 booleanRouter. 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 LocationRouteLocation. _locationMethods in jmri.jmrit.operations.routes that return Location Modifier and Type Method Description LocationRouteLocation. getLocation()Methods in jmri.jmrit.operations.routes with parameters of type Location Modifier and Type Method Description RouteLocationRoute. addLocation(Location location)Adds a location to the end of this routeRouteLocationRoute. 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.STARTRouteRouteManager. 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.gui
Fields in jmri.jmrit.operations.routes.gui with type parameters of type Location Modifier and Type Field Description (package private) javax.swing.JComboBox<Location>RouteEditFrame. locationBox -
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) LocationShowRoutesServingLocationAction. _location(package private) LocationShowRoutesServingLocationFrame. _locationFields 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. locationComboBoxMethods in jmri.jmrit.operations.routes.tools with parameters of type Location Modifier and Type Method Description voidShowRoutesServingLocationFrame. initComponents(Location location)voidSetTrainIconPositionFrame. 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
Methods in jmri.jmrit.operations.trains with parameters of type Location Modifier and Type Method Description voidTrainSwitchLists. 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 locationvoidTrainSwitchLists. printSwitchList(Location location, boolean isPreview) -
Uses of Location in jmri.jmrit.operations.trains.csv
Methods in jmri.jmrit.operations.trains.csv with parameters of type Location Modifier and Type Method Description java.io.FileTrainCsvSwitchLists. buildSwitchList(Location location)builds a csv file containing the switch list for a locationprotected voidTrainCsvCommon. printLocationComment(CSVPrinter fileOut, Location location)protected voidTrainCsvCommon. printLocationSwitchListComment(CSVPrinter fileOut, Location location) -
Uses of Location in jmri.jmrit.operations.trains.gui
Fields in jmri.jmrit.operations.trains.gui declared as Location Modifier and Type Field Description (package private) LocationTrainSwitchListEditFrame.TrainSwitchListCommentFrame. _location -
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.jmrit.operations.trains.trainbuilder
Fields in jmri.jmrit.operations.trains.trainbuilder declared as Location Modifier and Type Field Description (package private) LocationTrainBuilderBase. _departLocation(package private) LocationTrainBuilderBase. _terminateLocationFields in jmri.jmrit.operations.trains.trainbuilder with type parameters of type Location Modifier and Type Field Description (package private) java.util.List<Location>TrainBuilderBase. _modifiedLocationsMethods in jmri.jmrit.operations.trains.trainbuilder with parameters of type Location Modifier and Type Method Description static booleanTrainCommon. isThereWorkAtLocation(Train train, Location location)returns true if the train has work at the location -
Uses of Location in jmri.jmrix.rfid.swing.tagcarwin
Methods in jmri.jmrix.rfid.swing.tagcarwin that return Location Modifier and Type Method Description LocationTagCarItem. getLocationValue()Methods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type Location Modifier and Type Method Description voidTagCarItem. 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 LocationJsonOperationsHttpService. 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.ObjectNodeJsonUtil. getLocation(Location location, java.util.Locale locale)Get the JSON representation of a Location.com.fasterxml.jackson.databind.node.ObjectNodeJsonUtil. 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.ObjectNodeJsonOperationsHttpService. postLocation(Location location, com.fasterxml.jackson.databind.JsonNode data, java.util.Locale locale, int id)
-