public class ST_LineString extends ST_Geometry
| Constructor and Description |
|---|
ST_LineString() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.BytesWritable |
evaluate(ArrayList<org.apache.hadoop.io.BytesWritable> points) |
org.apache.hadoop.io.BytesWritable |
evaluate(ArrayList<DoubleWritable> xs,
ArrayList<DoubleWritable> ys) |
org.apache.hadoop.io.BytesWritable |
evaluate(DoubleWritable... xyPairs) |
org.apache.hadoop.io.BytesWritable |
evaluate(org.apache.hadoop.io.Text wkwrap) |
getRequiredFiles, getRequiredJars, getResolver, setResolverpublic org.apache.hadoop.io.BytesWritable evaluate(DoubleWritable... xyPairs) throws UDFArgumentException
UDFArgumentExceptionpublic org.apache.hadoop.io.BytesWritable evaluate(ArrayList<DoubleWritable> xs, ArrayList<DoubleWritable> ys) throws UDFArgumentException
UDFArgumentExceptionpublic org.apache.hadoop.io.BytesWritable evaluate(ArrayList<org.apache.hadoop.io.BytesWritable> points) throws UDFArgumentException
UDFArgumentExceptionpublic org.apache.hadoop.io.BytesWritable evaluate(org.apache.hadoop.io.Text wkwrap)
throws UDFArgumentException
UDFArgumentExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.