Interface CdmrFeatureProto.RectangleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getIncx()
      double incx = 3;
      double getIncy()
      double incy = 4;
      double getStartx()
      double startx = 1;
      double getStarty()
      double starty = 2;
      • 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

      • getStartx

        double getStartx()
        double startx = 1;
        Returns:
        The startx.
      • getStarty

        double getStarty()
        double starty = 2;
        Returns:
        The starty.
      • getIncx

        double getIncx()
        double incx = 3;
        Returns:
        The incx.
      • getIncy

        double getIncy()
        double incy = 4;
        Returns:
        The incy.