| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf.esri |
| Modifier and Type | Field and Description |
|---|---|
static GeometryUtils.OGCType[] |
GeometryUtils.OGCTypeLookup |
| Modifier and Type | Method and Description |
|---|---|
static GeometryUtils.OGCType |
GeometryUtils.getInferredOGCType(com.esri.core.geometry.Geometry geom) |
static GeometryUtils.OGCType |
GeometryUtils.getType(org.apache.hadoop.io.BytesWritable geomref)
Gets the geometry type for the given hive geometry bytes
|
static GeometryUtils.OGCType |
GeometryUtils.OGCType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryUtils.OGCType[] |
GeometryUtils.OGCType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.io.BytesWritable |
GeometryUtils.geometryToEsriShapeBytesWritable(com.esri.core.geometry.Geometry geometry,
int wkid,
GeometryUtils.OGCType type) |
static void |
LogUtils.Log_InvalidType(org.slf4j.Logger logger,
GeometryUtils.OGCType expecting,
GeometryUtils.OGCType actual) |
static void |
GeometryUtils.setType(org.apache.hadoop.io.BytesWritable geomref,
GeometryUtils.OGCType type)
Sets the geometry type (in place) for the given hive geometry bytes
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.