FromDMS
(Built-in Mathematica Symbol) FromDMS[{d, m, s}] converts from degrees, minutes, and seconds to decimal degrees. FromDMS["dms"] converts from a DMS string to decimal degrees.FromDMS["latlong"] converts ...
FrontEndEventActions is an option for the notebook front end that gives a list of actions to perform when specified user-interface events occur.
GeoDirection[{lat_1, long_1}, {lat_2, long_2}] gives the azimuthal direction from one latitude-longitude position on the Earth to another.GeoDirection[pos_1, pos_2] gives the ...
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
GeoPositionENU[{east, north, up}, p] represents a point with local Cartesian coordinates {east, north, up} in a reference system specified by the position p.
ImageCapture[] opens a graphical user interface for capturing images from connected cameras.
ImageSizeAction is an option for Pane and related constructs that specifies what to do if the specified ImageSize setting does not match the size of the contents.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.