Package | Description |
---|---|
com.datastax.dse.graph.api.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)
Graph predicate to find whether an entity is inside a defined area using a geo coordinate
system.
|
Copyright © 2012–2019. All rights reserved.