Interface BoundingBoxOrBuilder

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

    public interface BoundingBoxOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getXMax()
      double xMax = 1;
      double getXMin()
      double xMin = 2;
      double getYMax()
      double yMax = 3;
      double getYMin()
      double yMin = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getXMax

        double getXMax()
        double xMax = 1;
        Returns:
        The xMax.
      • getXMin

        double getXMin()
        double xMin = 2;
        Returns:
        The xMin.
      • getYMax

        double getYMax()
        double yMax = 3;
        Returns:
        The yMax.
      • getYMin

        double getYMin()
        double yMin = 4;
        Returns:
        The yMin.