Package com.cognite.client.dto
Interface ThreeDNode.BoundingBoxOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDNode.BoundingBox,ThreeDNode.BoundingBox.Builder
- Enclosing class:
- ThreeDNode
public static interface ThreeDNode.BoundingBoxOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMaxList
repeated double max = 1;- Returns:
- A list containing the max.
-
getMaxCount
int getMaxCount()repeated double max = 1;- Returns:
- The count of max.
-
getMax
double getMax(int index) repeated double max = 1;- Parameters:
index- The index of the element to return.- Returns:
- The max at the given index.
-
getMinList
repeated double min = 2;- Returns:
- A list containing the min.
-
getMinCount
int getMinCount()repeated double min = 2;- Returns:
- The count of min.
-
getMin
double getMin(int index) repeated double min = 2;- Parameters:
index- The index of the element to return.- Returns:
- The min at the given index.
-