- Vous êtes ici: Accéder au Wiki GeoRezo » Accueil : Wiki GeoRezo » Les logiciels en géomatique » Mapinfo » FAQ : les questions fréquemment posées » Calculs : Surfaces
Ceci est une ancienne révision du document !
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_googlemaps_googlemap::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/googlemaps/syntax/googlemap.php on line 169
Strict Standards: Declaration of syntax_plugin_nextpage::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_nextpage::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/nextpage/syntax.php on line 69
Strict Standards: Declaration of syntax_plugin_pageindex::handle() should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Strict Standards: Declaration of syntax_plugin_pageindex::render() should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /var/www/html/web/wiki/lib/plugins/pageindex/syntax.php on line 177
Table des matières
Calculs : Surfaces
Question
Quelle est la différence entre “Area”, “CartesianArea” et “SphericalArea” pour le calcul de surface dans MI ?
Réponse
Area et “SphericalArea” sont des commandes qui calculent les surfaces en coordonnées sphériques, donc non projetées.
Si les données sont en non terrestres avec longitude et latitude(comme sur un globe), ce sont les commandes qu'il faut utiliser.
Par contre, si les coordonnées correspondent à une projection sur un plan (repère cartésien, donc), il faut utiliser la commande “CartesianArea”.
Ces différences découlent tout simplement des formules de calcul de distance qui sont différentes selon le repère utilisé.