/
checkValidCartesian3()
checkValidCartesian3()
Information
Implementation version: beta 1.09
Description
Check that an object corresponds to Cartesian coordinate values. If so, it will return a 'true'; and if not, a 'false'.
Invocation
checkValidCartesian3(coordinates)
Input parameters
coordinates
The object with Cartesian coordinates, following the schema: { x: 0.0, y: 0.0, z: 0.0 }
Use examples
Check a given coordinate:
checkValidCartesian3( { x: 4901985.674044613, y: -547412.8237694515, z: 4034862.719291694 } )
, multiple selections available,
Related content
(ES) checkValidCartesian3()
(ES) checkValidCartesian3()
More like this
checkValidLongitudeLatitude()
checkValidLongitudeLatitude()
More like this
(ES) checkValidLongitudeLatitude()
(ES) checkValidLongitudeLatitude()
More like this
checkValidFeatureCollection()
checkValidFeatureCollection()
More like this
(ES) checkValidFeatureCollection()
(ES) checkValidFeatureCollection()
More like this
(ES) getExtent()
(ES) getExtent()
More like this