Interface ThreeDModelRevision.CameraOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ThreeDModelRevision.Camera, ThreeDModelRevision.Camera.Builder
Enclosing class:
ThreeDModelRevision

public static interface ThreeDModelRevision.CameraOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getPosition(int index)
    repeated double position = 2;
    int
    repeated double position = 2;
    repeated double position = 2;
    double
    getTarget(int index)
    repeated double target = 1;
    int
    repeated double target = 1;
    repeated double target = 1;

    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 Details

    • getTargetList

      List<Double> getTargetList()
      repeated double target = 1;
      Returns:
      A list containing the target.
    • getTargetCount

      int getTargetCount()
      repeated double target = 1;
      Returns:
      The count of target.
    • getTarget

      double getTarget(int index)
      repeated double target = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The target at the given index.
    • getPositionList

      List<Double> getPositionList()
      repeated double position = 2;
      Returns:
      A list containing the position.
    • getPositionCount

      int getPositionCount()
      repeated double position = 2;
      Returns:
      The count of position.
    • getPosition

      double getPosition(int index)
      repeated double position = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The position at the given index.