|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongLat | |
---|---|
net.degreedays.api.data | For specifying and receiving degree-day data from the API. |
net.degreedays.api.data.impl | Implementations of abstract types from net.degreedays.api.data . |
net.degreedays.geo | Provides some basic classes for handling geographic information like longitude/latitude positions and distances. |
Uses of LongLat in net.degreedays.api.data |
---|
Methods in net.degreedays.api.data that return LongLat | |
---|---|
LongLat |
Station.longLat()
Returns the non-null longitude/latitude location of the weather station. |
LongLat |
LocationInfoResponse.targetLongLat()
Returns the non-null LongLat object that specifies the
geographic position of the Location from the
LocationInfoRequest that led to this response. |
LongLat |
LocationDataResponse.targetLongLat()
Returns the non-null LongLat object that specifies the
geographic position of the Location from the
LocationDataRequest that led to this response. |
Methods in net.degreedays.api.data with parameters of type LongLat | |
---|---|
static LongLatLocation |
Location.longLat(LongLat longLat)
Returns a non-null LongLatLocation object with the specified
longitude and latitude position. |
Station.Builder |
Station.Builder.setLongLat(LongLat longLat)
|
LocationInfoResponse.Builder |
LocationInfoResponse.Builder.setTargetLongLat(LongLat targetLongLat)
|
LocationDataResponse.Builder |
LocationDataResponse.Builder.setTargetLongLat(LongLat targetLongLat)
|
Uses of LongLat in net.degreedays.api.data.impl |
---|
Methods in net.degreedays.api.data.impl that return LongLat | |
---|---|
LongLat |
LongLatLocation.longLat()
Returns the non-null longitude/latitude position of this LongLatLocation . |
Constructors in net.degreedays.api.data.impl with parameters of type LongLat | |
---|---|
LongLatLocation(LongLat longLat)
Constructs a LongLatLocation object with the specified
longitude and latitude position. |
Uses of LongLat in net.degreedays.geo |
---|
Methods in net.degreedays.geo that return LongLat | |
---|---|
LongLat |
LongLat.east(Distance distance)
Returns a LongLat object that represents a position the
specified distance East of this . |
LongLat |
LongLat.north(Distance distance)
Returns a LongLat object that represents a position the
specified distance North of this . |
LongLat |
LongLat.south(Distance distance)
Returns a LongLat object that represents a position the
specified distance South of this . |
LongLat |
LongLat.west(Distance distance)
Returns a LongLat object that represents a position the
specified distance West of this . |
Methods in net.degreedays.geo with parameters of type LongLat | |
---|---|
Distance |
LongLat.distanceTo(LongLat longLat)
Returns a Distance object that represents the shortest
distance along the surface of the Earth from this to the
specified longLat . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |