| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.attribute |
| Modifier and Type | Method and Description |
|---|---|
static Geoshape |
Geoshape.box(double southWestLatitude,
double southWestLongitude,
double northEastLatitude,
double northEastLongitude)
Constructs a new box shape which is identified by its south-west and north-east corner points
|
static Geoshape |
Geoshape.box(float southWestLatitude,
float southWestLongitude,
float northEastLatitude,
float northEastLongitude)
Constructs a new box shape which is identified by its south-west and north-east corner points
|
static Geoshape |
Geoshape.circle(double latitude,
double longitude,
double radiusInKM)
Constructs a circle from a given center point and a radius in kilometer
|
static Geoshape |
Geoshape.circle(float latitude,
float longitude,
float radiusInKM)
Constructs a circle from a given center point and a radius in kilometer
|
Geoshape |
Geoshape.GeoshapeSerializer.convert(Object value) |
static Geoshape |
Geoshape.point(double latitude,
double longitude)
Constructs a point from its latitude and longitude information
|
static Geoshape |
Geoshape.point(float latitude,
float longitude)
Constructs a point from its latitude and longitude information
|
Geoshape |
Geoshape.GeoshapeSerializer.read(ScanBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Geoshape.disjoint(Geoshape other) |
boolean |
Geoshape.intersect(Geoshape other) |
void |
Geoshape.GeoshapeGsonSerializer.serialize(Geoshape value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Geoshape.GeoshapeSerializer.verifyAttribute(Geoshape value) |
boolean |
Geoshape.within(Geoshape outer) |
void |
Geoshape.GeoshapeSerializer.write(WriteBuffer buffer,
Geoshape attribute) |
Copyright © 2012–2015. All rights reserved.