EVOLUTION-MANAGER
Edit File: st_is_longlat.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Assert whether simple feature coordinates are longlat degrees</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for st_is_longlat {sf}"><tr><td>st_is_longlat {sf}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Assert whether simple feature coordinates are longlat degrees</h2> <h3>Description</h3> <p>Assert whether simple feature coordinates are longlat degrees </p> <h3>Usage</h3> <pre> st_is_longlat(x) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>object of class <a href="sf.html">sf</a> or <a href="sfc.html">sfc</a>, or otherwise an object of a class that has an <a href="st_crs.html">st_crs</a> method returning a <code>crs</code> object</p> </td></tr> </table> <h3>Value</h3> <p>TRUE if x has geographic coordinates, FALSE if it has projected coordinates, or NA if <code>is.na(st_crs(x))</code>. </p> <hr /><div style="text-align: center;">[Package <em>sf</em> version 0.9-5 <a href="00Index.html">Index</a>]</div> </body></html>