Uses of Class
eu.datex2.siri14.schema._1_0._1_0.Location
-
Packages that use Location Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of Location in eu.datex2.siri14.schema._1_0._1_0
Subclasses of Location in eu.datex2.siri14.schema._1_0._1_0 Modifier and Type Class Description classAreaA geographic or geometric defined area which may be qualified by height information to provide additional geospatial descrimination (e.g.classLinearA linear section along a road with optional directionality defined between two points on the road.classLocationByReferenceA location defined by reference to a predefined location.classNetworkLocationThe specification of a location on a network (as a point or a linear location).classPointA single geospatial point.Fields in eu.datex2.siri14.schema._1_0._1_0 declared as Location Modifier and Type Field Description protected LocationMeasurementSiteRecord. measurementSiteLocationprotected LocationPredefinedLocation. predefinedLocationFields in eu.datex2.siri14.schema._1_0._1_0 with type parameters of type Location Modifier and Type Field Description protected List<Location>GroupOfLocations. locationContainedInGroupsMethods in eu.datex2.siri14.schema._1_0._1_0 that return Location Modifier and Type Method Description LocationMeasurementSiteRecord. getMeasurementSiteLocation()Gets the value of the measurementSiteLocation property.LocationPredefinedLocation. getPredefinedLocation()Gets the value of the predefinedLocation property.Methods in eu.datex2.siri14.schema._1_0._1_0 that return types with arguments of type Location Modifier and Type Method Description List<Location>GroupOfLocations. getLocationContainedInGroups()Gets the value of the locationContainedInGroups property.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type Location Modifier and Type Method Description voidMeasurementSiteRecord. setMeasurementSiteLocation(Location value)Sets the value of the measurementSiteLocation property.voidPredefinedLocation. setPredefinedLocation(Location value)Sets the value of the predefinedLocation property.
-