/
checkValidLongitudeLatitude()

checkValidLongitudeLatitude()

Information

Implementation version: beta 1.09

Description

Check whether a given list corresponds to certain longitude and latitude values or not. If so, it will return a 'true', and if not, a 'false'.

Invocation

checkValidLongitudeLatitude(coordinates)

Input parameters

coordinates

List containing the two numerical values to be checked; the first between the values -180 and 180, and the second between the values -90 and 90.

Use examples

Check a given coordinate:

checkValidLongitudeLatitude(
	[-15,90]
)

Related content

(ES) checkValidLongitudeLatitude()
(ES) checkValidLongitudeLatitude()
More like this
(ES) checkValidCartesian3()
(ES) checkValidCartesian3()
More like this
checkValidCartesian3()
checkValidCartesian3()
More like this
(ES) getExtent()
(ES) getExtent()
More like this
evaluatePitchRoll()
evaluatePitchRoll()
More like this
getExtent()
getExtent()
More like this