Uses of Class
uk.org.siri.siri21.BoundingBoxStructure
-
Packages that use BoundingBoxStructure Package Description uk.org.siri.siri21 -
-
Uses of BoundingBoxStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as BoundingBoxStructure Modifier and Type Field Description protected BoundingBoxStructureAimedFlexibleArea. boundingBoxprotected BoundingBoxStructureConnectionLinksDiscoveryRequestStructure. boundingBoxprotected BoundingBoxStructureFacilityRequestStructure. boundingBoxprotected BoundingBoxStructureLinesDiscoveryRequestStructure. boundingBoxprotected BoundingBoxStructureStopPointsDiscoveryRequestStructure. boundingBoxMethods in uk.org.siri.siri21 that return BoundingBoxStructure Modifier and Type Method Description BoundingBoxStructureObjectFactory. createBoundingBoxStructure()Create an instance ofBoundingBoxStructureBoundingBoxStructureAimedFlexibleArea. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureConnectionLinksDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureFacilityRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureLinesDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.BoundingBoxStructureStopPointsDiscoveryRequestStructure. getBoundingBox()Gets the value of the boundingBox property.Methods in uk.org.siri.siri21 with parameters of type BoundingBoxStructure Modifier and Type Method Description voidAimedFlexibleArea. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidConnectionLinksDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidFacilityRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidLinesDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.voidStopPointsDiscoveryRequestStructure. setBoundingBox(BoundingBoxStructure value)Sets the value of the boundingBox property.
-