Package org.apache.parquet.format
Class GeometryType
- java.lang.Object
-
- org.apache.parquet.format.GeometryType
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<GeometryType>,org.apache.thrift.TBase<GeometryType,GeometryType._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.22.0)", date="2025-12-22") public class GeometryType extends Object implements org.apache.thrift.TBase<GeometryType,GeometryType._Fields>, Serializable, Cloneable, Comparable<GeometryType>Embedded Geometry logical type annotation Geospatial features in the Well-Known Binary (WKB) format and edges interpolation is always linear/planar. A custom CRS can be set by the crs field. If unset, it defaults to "OGC:CRS84", which means that the geometries must be stored in longitude, latitude based on the WGS84 datum. Allowed for physical type: BYTE_ARRAY. See Geospatial.md for details.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeometryType._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description Stringcrsstatic Map<GeometryType._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
-
Constructor Summary
Constructors Constructor Description GeometryType()GeometryType(GeometryType other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(GeometryType other)GeometryTypedeepCopy()booleanequals(Object that)booleanequals(GeometryType that)GeometryType._FieldsfieldForId(int fieldId)StringgetCrs()ObjectgetFieldValue(GeometryType._Fields field)inthashCode()booleanisSet(GeometryType._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCrs()Returns true if field crs is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)GeometryTypesetCrs(String crs)voidsetCrsIsSet(boolean value)voidsetFieldValue(GeometryType._Fields field, Object value)StringtoString()voidunsetCrs()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
crs
public String crs
-
metaDataMap
public static final Map<GeometryType._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
GeometryType
public GeometryType()
-
GeometryType
public GeometryType(GeometryType other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public GeometryType deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
getCrs
public String getCrs()
-
setCrs
public GeometryType setCrs(String crs)
-
unsetCrs
public void unsetCrs()
-
isSetCrs
public boolean isSetCrs()
Returns true if field crs is set (has been assigned a value) and false otherwise
-
setCrsIsSet
public void setCrsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(GeometryType._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
getFieldValue
public Object getFieldValue(GeometryType._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
isSet
public boolean isSet(GeometryType._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
equals
public boolean equals(GeometryType that)
-
compareTo
public int compareTo(GeometryType other)
- Specified by:
compareToin interfaceComparable<GeometryType>
-
fieldForId
public GeometryType._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<GeometryType,GeometryType._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-