Class OSpatialCompositeKey
java.lang.Object
com.orientechnologies.orient.core.index.OCompositeKey
com.orientechnologies.lucene.collections.OLuceneCompositeKey
com.orientechnologies.spatial.collections.OSpatialCompositeKey
- All Implemented Interfaces:
ODocumentSerializable,Serializable,Comparable<OCompositeKey>
- See Also:
-
Field Summary
Fields inherited from interface com.orientechnologies.orient.core.serialization.ODocumentSerializable
CLASS_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleorg.apache.lucene.spatial.query.SpatialOperationsetMaxDistance(double maxDistance) setOperation(org.apache.lucene.spatial.query.SpatialOperation operation) Methods inherited from class com.orientechnologies.lucene.collections.OLuceneCompositeKey
getContext, setContextMethods inherited from class com.orientechnologies.orient.core.index.OCompositeKey
addKey, compareTo, equals, fromDocument, fromStream, getKeys, hashCode, reset, toDocument, toStream, toString
-
Constructor Details
-
OSpatialCompositeKey
-
-
Method Details
-
getMaxDistance
public double getMaxDistance() -
setMaxDistance
-
getOperation
public org.apache.lucene.spatial.query.SpatialOperation getOperation() -
setOperation
public OSpatialCompositeKey setOperation(org.apache.lucene.spatial.query.SpatialOperation operation)
-