Uses of Class
uk.org.siri.siri21.LocationStructure
-
Packages that use LocationStructure Package Description uk.org.siri.siri21 -
-
Uses of LocationStructure in uk.org.siri.siri21
Subclasses of LocationStructure in uk.org.siri.siri21 Modifier and Type Class Description classCircularAreaStructureType for a circular area centered around a point that may be expressed in concrete WGS 84 Coordinates or any gml compatible point coordinates format.Fields in uk.org.siri.siri21 declared as LocationStructure Modifier and Type Field Description protected LocationStructureConnectionLinksDiscoveryRequestStructure. circleprotected LocationStructureLinesDiscoveryRequestStructure. circleprotected LocationStructureStopPointsDiscoveryRequestStructure. circleprotected LocationStructureAffectedVehicleStructure. currentLocationprotected LocationStructureFacilityConditionStructure. facilityUpdatedPositionprotected LocationStructureAffectedPlaceStructure. locationprotected LocationStructureAffectedStopPointStructure. locationprotected LocationStructureAffectedVehicleStructure. locationprotected LocationStructureAnnotatedStopPointStructure. locationprotected LocationStructureBoundingBoxStructure. lowerRightprotected LocationStructureStoppingPositionChangedDepartureStructure. newLocationprotected LocationStructureBoundingBoxStructure. upperLeftprotected LocationStructureEstimatedVehicleJourney. vehicleLocationprotected LocationStructureMonitoredVehicleJourneyStructure. vehicleLocationprotected LocationStructureAffectedCallStructure. vehicleLocationAtStopprotected LocationStructureMonitoredCallStructure. vehicleLocationAtStopFields in uk.org.siri.siri21 with type parameters of type LocationStructure Modifier and Type Field Description protected List<LocationStructure>SituationExchangeRequestStructure. locationsprotected List<LocationStructure>LineShapeStructure. pointsMethods in uk.org.siri.siri21 that return LocationStructure Modifier and Type Method Description LocationStructureObjectFactory. createLocationStructure()Create an instance ofLocationStructureLocationStructureConnectionLinksDiscoveryRequestStructure. getCircle()Gets the value of the circle property.LocationStructureLinesDiscoveryRequestStructure. getCircle()Gets the value of the circle property.LocationStructureStopPointsDiscoveryRequestStructure. getCircle()Gets the value of the circle property.LocationStructureAffectedVehicleStructure. getCurrentLocation()Gets the value of the currentLocation property.LocationStructureFacilityConditionStructure. getFacilityUpdatedPosition()Gets the value of the facilityUpdatedPosition property.LocationStructureAffectedPlaceStructure. getLocation()Gets the value of the location property.LocationStructureAffectedStopPointStructure. getLocation()Gets the value of the location property.LocationStructureAffectedVehicleStructure. getLocation()Gets the value of the location property.LocationStructureAnnotatedStopPointStructure. getLocation()Gets the value of the location property.LocationStructureBoundingBoxStructure. getLowerRight()Gets the value of the lowerRight property.LocationStructureStoppingPositionChangedDepartureStructure. getNewLocation()Gets the value of the newLocation property.LocationStructureBoundingBoxStructure. getUpperLeft()Gets the value of the upperLeft property.LocationStructureEstimatedVehicleJourney. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureMonitoredVehicleJourneyStructure. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureAffectedCallStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.LocationStructureMonitoredCallStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.Methods in uk.org.siri.siri21 that return types with arguments of type LocationStructure Modifier and Type Method Description List<LocationStructure>SituationExchangeRequestStructure. getLocations()Gets the value of the locations property.List<LocationStructure>LineShapeStructure. getPoints()Gets the value of the points property.Methods in uk.org.siri.siri21 with parameters of type LocationStructure Modifier and Type Method Description voidConnectionLinksDiscoveryRequestStructure. setCircle(LocationStructure value)Sets the value of the circle property.voidLinesDiscoveryRequestStructure. setCircle(LocationStructure value)Sets the value of the circle property.voidStopPointsDiscoveryRequestStructure. setCircle(LocationStructure value)Sets the value of the circle property.voidAffectedVehicleStructure. setCurrentLocation(LocationStructure value)Sets the value of the currentLocation property.voidFacilityConditionStructure. setFacilityUpdatedPosition(LocationStructure value)Sets the value of the facilityUpdatedPosition property.voidAffectedPlaceStructure. setLocation(LocationStructure value)Sets the value of the location property.voidAffectedStopPointStructure. setLocation(LocationStructure value)Sets the value of the location property.voidAffectedVehicleStructure. setLocation(LocationStructure value)Sets the value of the location property.voidAnnotatedStopPointStructure. setLocation(LocationStructure value)Sets the value of the location property.voidBoundingBoxStructure. setLowerRight(LocationStructure value)Sets the value of the lowerRight property.voidStoppingPositionChangedDepartureStructure. setNewLocation(LocationStructure value)Sets the value of the newLocation property.voidBoundingBoxStructure. setUpperLeft(LocationStructure value)Sets the value of the upperLeft property.voidEstimatedVehicleJourney. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidMonitoredVehicleJourneyStructure. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidAffectedCallStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.voidMonitoredCallStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.
-