| Interface | Description |
|---|---|
| AttributeSerializer<V> |
Allows custom serializer definitions for attribute values.
|
| 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
JtsBinaryCodec. |
| Geoshape.GeoShapeGryoSerializer |
Geoshape serializer for TinkerPop's Gryo.
|
| Geoshape.GeoshapeGsonDeserializer |
Geoshape JSON deserializer supporting reading from GeoJSON (http://geojson.org/).
|
| Geoshape.GeoshapeGsonSerializer |
Geoshape serializer supports writing GeoJSON (http://geojson.org/).
|
| Geoshape.GeoshapeSerializer |
Geoshape attribute serializer for Titan.
|
| Geoshape.Point |
A single point representation.
|
| 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–2016. All rights reserved.