Class EnclosingDiskEvaluator
- java.lang.Object
-
- org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
-
- org.apache.solr.client.solrj.io.eval.RecursiveObjectEvaluator
-
- org.apache.solr.client.solrj.io.eval.EnclosingDiskEvaluator
-
- All Implemented Interfaces:
Serializable,ManyValueWorker,StreamEvaluator,ValueWorker,Expressible
public class EnclosingDiskEvaluator extends RecursiveObjectEvaluator implements ManyValueWorker
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static longserialVersionUID-
Fields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext
-
-
Constructor Summary
Constructors Constructor Description EnclosingDiskEvaluator(StreamExpression expression, StreamFactory factory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoWork(Object... objects)static org.apache.commons.math3.geometry.enclosing.EnclosingBall<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D,org.apache.commons.math3.geometry.euclidean.twod.Vector2D>getEnclosingDisk(Matrix matrix)-
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluateOverContext
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnclosingDiskEvaluator
public EnclosingDiskEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
- Throws:
IOException
-
-
Method Detail
-
doWork
public Object doWork(Object... objects) throws IOException
- Specified by:
doWorkin interfaceManyValueWorker- Specified by:
doWorkin interfaceValueWorker- Throws:
IOException
-
getEnclosingDisk
public static org.apache.commons.math3.geometry.enclosing.EnclosingBall<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D,org.apache.commons.math3.geometry.euclidean.twod.Vector2D> getEnclosingDisk(Matrix matrix) throws IOException
- Throws:
IOException
-
-