public interface HiveRecordInfoProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGeometry()
Gets the geometry of the current record or null if the record does not have spatial information.
|
void |
setCurrentRecord(java.lang.Object record)
Sets the record object.
|
void setCurrentRecord(java.lang.Object record)
throws java.lang.Exception
record - the record is a Hive table's field representing a geometry.java.lang.Exceptionjava.lang.String getGeometry()