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
|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
Geoshape.disjoint(Geoshape other) |
boolean |
Geoshape.intersect(Geoshape other) |
boolean |
Geoshape.within(Geoshape outer) |
Copyright © 2012-2013. All Rights Reserved.