Package org.apache.iceberg.types
Class Types.GeographyType
java.lang.Object
org.apache.iceberg.types.Type.PrimitiveType
org.apache.iceberg.types.Types.GeographyType
- All Implemented Interfaces:
Serializable
,Type
- Enclosing class:
- Types
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncrs()
static Types.GeographyType
crs84()
boolean
int
hashCode()
static Types.GeographyType
static Types.GeographyType
of
(String crs, EdgeAlgorithm algorithm) toString()
typeId()
Methods inherited from class org.apache.iceberg.types.Type.PrimitiveType
asPrimitiveType, isPrimitiveType
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asNestedType, asStructType, asVariantType, isListType, isMapType, isNestedType, isStructType, isVariantType
-
Field Details
-
DEFAULT_CRS
- See Also:
-
-
Method Details
-
crs84
-
of
-
of
-
typeId
-
crs
-
algorithm
-
equals
- Overrides:
equals
in classType.PrimitiveType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classType.PrimitiveType
-
toString
-