| Class | Description |
|---|---|
| Geoshape |
A generic representation of a geographic shape, which can either be a single point,
circle, box, line or polygon.
|
| Geoshape.GeoshapeBinarySerializer |
Geoshape binary serializer using spatial4j's
BinaryCodec. |
| Geoshape.GeoShapeGryoSerializer |
Geoshape serializer for TinkerPop's Gryo.
|
| Geoshape.GeoshapeGsonDeserializerV1d0 |
Geoshape deserializer for GraphSON 1.0 supporting reading from GeoJSON (http://geojson.org/).
|
| Geoshape.GeoshapeGsonDeserializerV2d0 |
Geoshape deserializer for GraphSON 2.0 supporting reading from GeoJSON (http://geojson.org/).
|
| Geoshape.GeoshapeGsonSerializerV1d0 |
Geoshape serializer for GraphSON 1.0 supporting writing GeoJSON (http://geojson.org/).
|
| Geoshape.GeoshapeGsonSerializerV2d0 |
Geoshape serializer for GraphSON 2.0 supporting writing GeoJSON (http://geojson.org/).
|
| Geoshape.Point |
A single point representation.
|
| JtsGeoshapeHelper |
Class for spatial context and associated I/O operations including the Java Topology Suite (JTS) to support polygon,
multi-polygon and geometry collections with polygons.
|
| TinkerPopTextWrappingPredicate |
A
JanusGraphPredicate that just wraps a TinkerPop Text predicate. |
| Enum | Description |
|---|---|
| Cmp |
Basic comparison relations for comparable (i.e.
|
| Contain |
Comparison relations for text objects.
|
| Geo |
Comparison relations for geographic shapes.
|
| Geoshape.Type |
The Type of a shape: a point, box, circle, line or polygon.
|
| Text |
Comparison relations for text objects.
|
Copyright © 2012–2024. All rights reserved.