@Generated(value="Autogenerated by Thrift Compiler (0.22.0)", date="2025-08-30") public class GeospatialStatistics extends Object implements org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>, Serializable, Cloneable, Comparable<GeospatialStatistics>
| Modifier and Type | Class and Description |
|---|---|
static class |
GeospatialStatistics._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
BoundingBox |
bbox
A bounding box of geospatial instances
|
List<Integer> |
geospatial_types
Geospatial type codes of all instances, or an empty list if not known
|
static Map<GeospatialStatistics._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
GeospatialStatistics() |
GeospatialStatistics(GeospatialStatistics other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToGeospatial_types(int elem) |
void |
clear() |
int |
compareTo(GeospatialStatistics other) |
GeospatialStatistics |
deepCopy() |
boolean |
equals(GeospatialStatistics that) |
boolean |
equals(Object that) |
GeospatialStatistics._Fields |
fieldForId(int fieldId) |
BoundingBox |
getBbox()
A bounding box of geospatial instances
|
Object |
getFieldValue(GeospatialStatistics._Fields field) |
List<Integer> |
getGeospatial_types()
Geospatial type codes of all instances, or an empty list if not known
|
Iterator<Integer> |
getGeospatial_typesIterator() |
int |
getGeospatial_typesSize() |
int |
hashCode() |
boolean |
isSet(GeospatialStatistics._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBbox()
Returns true if field bbox is set (has been assigned a value) and false otherwise
|
boolean |
isSetGeospatial_types()
Returns true if field geospatial_types is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
GeospatialStatistics |
setBbox(BoundingBox bbox)
A bounding box of geospatial instances
|
void |
setBboxIsSet(boolean value) |
void |
setFieldValue(GeospatialStatistics._Fields field,
Object value) |
GeospatialStatistics |
setGeospatial_types(List<Integer> geospatial_types)
Geospatial type codes of all instances, or an empty list if not known
|
void |
setGeospatial_typesIsSet(boolean value) |
String |
toString() |
void |
unsetBbox() |
void |
unsetGeospatial_types() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public BoundingBox bbox
public List<Integer> geospatial_types
public static final Map<GeospatialStatistics._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GeospatialStatistics()
public GeospatialStatistics(GeospatialStatistics other)
public GeospatialStatistics deepCopy()
deepCopy in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>public BoundingBox getBbox()
public GeospatialStatistics setBbox(BoundingBox bbox)
public void unsetBbox()
public boolean isSetBbox()
public void setBboxIsSet(boolean value)
public int getGeospatial_typesSize()
public void addToGeospatial_types(int elem)
public List<Integer> getGeospatial_types()
public GeospatialStatistics setGeospatial_types(List<Integer> geospatial_types)
public void unsetGeospatial_types()
public boolean isSetGeospatial_types()
public void setGeospatial_typesIsSet(boolean value)
public void setFieldValue(GeospatialStatistics._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>public Object getFieldValue(GeospatialStatistics._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>public boolean isSet(GeospatialStatistics._Fields field)
isSet in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._Fields>public boolean equals(GeospatialStatistics that)
public int compareTo(GeospatialStatistics other)
compareTo in interface Comparable<GeospatialStatistics>public GeospatialStatistics._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GeospatialStatistics,GeospatialStatistics._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.