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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMax(int index)repeated double max = 1;intgetMaxCount()repeated double max = 1;List<Double>getMaxList()repeated double max = 1;doublegetMin(int index)repeated double min = 2;intgetMinCount()repeated double min = 2;List<Double>getMinList()repeated double min = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
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.
-
-