Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Computable Data > Geographic Data > Geodesy > GeoGridPosition >

GeoGridPosition

GeoGridPosition
represents a point in a planimetric cartographic grid using the specified projection.
  • Projections can be specified in the following forms:
"proj"named projection with default parameter values
{"proj",1,...}projection with standard parallels specified
{{"proj",...},{lat,long}}projection centered on the specified position
{proj,opts}projection with detailed options specified
  • Default values of options for a particular named projection are given by GeoProjectionData[proj].
  • GeoGridPosition represents a point in a cartographic grid, assuming a standard ellipsoid height of zero.
Convert a geodetic position to a grid point using a spherical gnomonic projection:
Convert back to a geodetic position:
Compute a spherical gnomonic projection using a custom setting for the central meridian:
Compute a projection using explicitly specified projection parameters:
Convert a geodetic position to a grid point using a spherical gnomonic projection:
In[1]:=
Click for copyable input
Out[1]=
Convert back to a geodetic position:
In[2]:=
Click for copyable input
Out[2]=
 
Compute a spherical gnomonic projection using a custom setting for the central meridian:
In[1]:=
Click for copyable input
Out[1]=
 
Compute a projection using explicitly specified projection parameters:
In[1]:=
Click for copyable input
Out[1]=
Get latitude, longitude lists for the main boundaries of a country:
Convert geodetic coordinates to grid positions using the spherical Mercator projection:
Use the Cassini projection with central meridian -50 degrees:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF