Interface BoundingBoxStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BoundingBoxStructure, BoundingBoxStructure.Builder

@Generated public interface BoundingBoxStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUpperLeft

      boolean hasUpperLeft()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
      Returns:
      Whether the upperLeft field is set.
    • getUpperLeft

      LocationStructure getUpperLeft()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
      Returns:
      The upperLeft.
    • getUpperLeftOrBuilder

      LocationStructureOrBuilder getUpperLeftOrBuilder()
       A geospatial point. Upper Left corner. .  [siri_utility/siri_location-v2.0.xsd at 190:59]
       
      .uk.org.siri.www.siri.LocationStructure upper_left = 1;
    • hasLowerRight

      boolean hasLowerRight()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
      Returns:
      Whether the lowerRight field is set.
    • getLowerRight

      LocationStructure getLowerRight()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;
      Returns:
      The lowerRight.
    • getLowerRightOrBuilder

      LocationStructureOrBuilder getLowerRightOrBuilder()
       A geospatial point. Lower right corner. .  [siri_utility/siri_location-v2.0.xsd at 197:60]
       
      .uk.org.siri.www.siri.LocationStructure lower_right = 2;