Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph.predicates |
Modifier and Type | Method and Description |
---|---|
static Geo.Unit |
Geo.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geo.Unit[] |
Geo.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.tinkerpop.gremlin.process.traversal.P<Object> |
Geo.inside(Point center,
double radius,
Geo.Unit units)
Finds whether an entity is inside the given circular area using a geo coordinate system.
|
Copyright © 2017–2024. All rights reserved.