Package com.cognite.client.dto
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetPosition(int index)repeated double position = 2;intgetPositionCount()repeated double position = 2;List<Double>getPositionList()repeated double position = 2;doublegetTarget(int index)repeated double target = 1;intgetTargetCount()repeated double target = 1;List<Double>getTargetList()repeated double target = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-