Companion object for the LatLong class. Contains factory methods for the creation of LatLong s.
- Companion:
- class
Value members
Concrete methods
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in degrees, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in thousands of an arc second of a degree, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in radians, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in radians, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in arc seconds of a degree, where southern and western values are negative.
Factory method for LatLong, creates LatLong from the Double values for the Latitude and Longitude in arc seconds of a degree, where southern and western values are negative.