public class OSpatialCompositeKey extends OLuceneCompositeKey
CLASS_NAME
Constructor and Description |
---|
OSpatialCompositeKey(List<?> keys) |
Modifier and Type | Method and Description |
---|---|
double |
getMaxDistance() |
org.apache.lucene.spatial.query.SpatialOperation |
getOperation() |
OSpatialCompositeKey |
setMaxDistance(double maxDistance) |
OSpatialCompositeKey |
setOperation(org.apache.lucene.spatial.query.SpatialOperation operation) |
getContext, setContext
addKey, compareTo, equals, fromDocument, getKeys, hashCode, reset, toDocument, toString
public OSpatialCompositeKey(List<?> keys)
public double getMaxDistance()
public OSpatialCompositeKey setMaxDistance(double maxDistance)
public org.apache.lucene.spatial.query.SpatialOperation getOperation()
public OSpatialCompositeKey setOperation(org.apache.lucene.spatial.query.SpatialOperation operation)
Copyright © 2009–2020 OrientDB. All rights reserved.