@Generated(value="Autogenerated by Thrift Compiler (0.22.0)", date="2025-08-30") public class BoundingBox extends Object implements org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>, Serializable, Cloneable, Comparable<BoundingBox>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoundingBox._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<BoundingBox._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
double |
mmax |
double |
mmin |
double |
xmax |
double |
xmin |
double |
ymax |
double |
ymin |
double |
zmax |
double |
zmin |
| Constructor and Description |
|---|
BoundingBox() |
BoundingBox(BoundingBox other)
Performs a deep copy on other.
|
BoundingBox(double xmin,
double xmax,
double ymin,
double ymax) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(BoundingBox other) |
BoundingBox |
deepCopy() |
boolean |
equals(BoundingBox that) |
boolean |
equals(Object that) |
BoundingBox._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(BoundingBox._Fields field) |
double |
getMmax() |
double |
getMmin() |
double |
getXmax() |
double |
getXmin() |
double |
getYmax() |
double |
getYmin() |
double |
getZmax() |
double |
getZmin() |
int |
hashCode() |
boolean |
isSet(BoundingBox._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMmax()
Returns true if field mmax is set (has been assigned a value) and false otherwise
|
boolean |
isSetMmin()
Returns true if field mmin is set (has been assigned a value) and false otherwise
|
boolean |
isSetXmax()
Returns true if field xmax is set (has been assigned a value) and false otherwise
|
boolean |
isSetXmin()
Returns true if field xmin is set (has been assigned a value) and false otherwise
|
boolean |
isSetYmax()
Returns true if field ymax is set (has been assigned a value) and false otherwise
|
boolean |
isSetYmin()
Returns true if field ymin is set (has been assigned a value) and false otherwise
|
boolean |
isSetZmax()
Returns true if field zmax is set (has been assigned a value) and false otherwise
|
boolean |
isSetZmin()
Returns true if field zmin is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(BoundingBox._Fields field,
Object value) |
BoundingBox |
setMmax(double mmax) |
void |
setMmaxIsSet(boolean value) |
BoundingBox |
setMmin(double mmin) |
void |
setMminIsSet(boolean value) |
BoundingBox |
setXmax(double xmax) |
void |
setXmaxIsSet(boolean value) |
BoundingBox |
setXmin(double xmin) |
void |
setXminIsSet(boolean value) |
BoundingBox |
setYmax(double ymax) |
void |
setYmaxIsSet(boolean value) |
BoundingBox |
setYmin(double ymin) |
void |
setYminIsSet(boolean value) |
BoundingBox |
setZmax(double zmax) |
void |
setZmaxIsSet(boolean value) |
BoundingBox |
setZmin(double zmin) |
void |
setZminIsSet(boolean value) |
String |
toString() |
void |
unsetMmax() |
void |
unsetMmin() |
void |
unsetXmax() |
void |
unsetXmin() |
void |
unsetYmax() |
void |
unsetYmin() |
void |
unsetZmax() |
void |
unsetZmin() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public double xmin
public double xmax
public double ymin
public double ymax
public double zmin
public double zmax
public double mmin
public double mmax
public static final Map<BoundingBox._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public BoundingBox()
public BoundingBox(double xmin,
double xmax,
double ymin,
double ymax)
public BoundingBox(BoundingBox other)
public BoundingBox deepCopy()
deepCopy in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public void clear()
clear in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public double getXmin()
public BoundingBox setXmin(double xmin)
public void unsetXmin()
public boolean isSetXmin()
public void setXminIsSet(boolean value)
public double getXmax()
public BoundingBox setXmax(double xmax)
public void unsetXmax()
public boolean isSetXmax()
public void setXmaxIsSet(boolean value)
public double getYmin()
public BoundingBox setYmin(double ymin)
public void unsetYmin()
public boolean isSetYmin()
public void setYminIsSet(boolean value)
public double getYmax()
public BoundingBox setYmax(double ymax)
public void unsetYmax()
public boolean isSetYmax()
public void setYmaxIsSet(boolean value)
public double getZmin()
public BoundingBox setZmin(double zmin)
public void unsetZmin()
public boolean isSetZmin()
public void setZminIsSet(boolean value)
public double getZmax()
public BoundingBox setZmax(double zmax)
public void unsetZmax()
public boolean isSetZmax()
public void setZmaxIsSet(boolean value)
public double getMmin()
public BoundingBox setMmin(double mmin)
public void unsetMmin()
public boolean isSetMmin()
public void setMminIsSet(boolean value)
public double getMmax()
public BoundingBox setMmax(double mmax)
public void unsetMmax()
public boolean isSetMmax()
public void setMmaxIsSet(boolean value)
public void setFieldValue(BoundingBox._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public Object getFieldValue(BoundingBox._Fields field)
getFieldValue in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public boolean isSet(BoundingBox._Fields field)
isSet in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public boolean equals(BoundingBox that)
public int compareTo(BoundingBox other)
compareTo in interface Comparable<BoundingBox>public BoundingBox._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<BoundingBox,BoundingBox._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.