| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.http.request.param | |
| com.geotab.model.coordinate | |
| com.geotab.model.entity.logrecord | |
| com.geotab.model.search | |
| com.geotab.model.serialization |
| Modifier and Type | Field and Description |
|---|---|
static Api.MethodDescriptor<GetCoordinatesParameters,List<Coordinate>> |
WebMethods.GetCoordinates |
| Modifier and Type | Field and Description |
|---|---|
protected List<Coordinate> |
GetAddressesParameters.coordinates |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporalCoordinate
A coordinate that is related to a DateTime.
|
| Modifier and Type | Method and Description |
|---|---|
static Coordinate |
Coordinate.getCentroid(List<Coordinate> coordinates)
Get the centroid of collection of
Coordinate(s). |
| Modifier and Type | Method and Description |
|---|---|
static List<Coordinate> |
Coordinate.getCalculatedExtent(List<Coordinate> features)
Recalculate the extent of collection of coordinates.
|
static List<Coordinate> |
Coordinate.rectangleFromLtrb(double left,
double top,
double right,
double bottom)
Gets collection of
Coordinate(s) representing rectangular shape. |
| Modifier and Type | Method and Description |
|---|---|
double |
Coordinate.distanceFrom(Coordinate coordinate)
Returns the distance between this point and the supplied point in meters.
|
static int |
Coordinate.getBearing(Coordinate from,
Coordinate to)
Calculates a geographical bearing between two points.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Coordinate.distanceFromPoly(double x,
double y,
List<Coordinate> polygon)
The distance from the closest polygon's border to the point.
|
static List<Coordinate> |
Coordinate.getCalculatedExtent(List<Coordinate> features)
Recalculate the extent of collection of coordinates.
|
static Coordinate |
Coordinate.getCentroid(List<Coordinate> coordinates)
Get the centroid of collection of
Coordinate(s). |
static boolean |
Coordinate.intersectsWithPoly(double x,
double y,
List<Coordinate> polygon)
Returns whether the polygon intersects with a specific x and y.
|
static boolean |
Coordinate.isPolygon(List<Coordinate> feature)
Get whether this polygon is a properly formed polygon having the end point equal to the first point.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
LogRecord.toSimpleCoordinate()
Gets the
Coordinate of the log record. |
| Modifier and Type | Method and Description |
|---|---|
static List<Coordinate> |
LogRecord.getExtent(List<LogRecord> logRecords)
Calculates
Coordinate list representing an extent that fully covers the LogRecord(s). |
| Modifier and Type | Method and Description |
|---|---|
double |
LogRecord.distanceTo(Coordinate coordinate)
Calculates the distance between two lat/long points in kilometers.
|
| Constructor and Description |
|---|
DeviceStatusInfoSearch(Integer closestAssetLimit,
DeviceSearch deviceSearch,
Coordinate position,
UserSearch userSearch) |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
CoordinateDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Copyright © 2023. All rights reserved.