In: Other
Coordinate System: It is a particular kind of reference system or frame that use location of points to determine the relative location of other point in reference to a fixed reference or point.
Cartesian Coordinate System: It is system to specify each point uniquely. In this system two perpendicular lines or three mutually perpendicular lines are chosen and coordinates of a point are taken to determine the distance from the fixed perpendicular lines. It can be one dimensional, two dimensional, three dimensional or higher dimensional.
3 D Coordinate System: Here three mutually perpendicular axis are used to determine the distance of a point from the lines. Here a formula is used to find out the distance between two points,
Point A (x1, y1, z1) and B (x2, y2 ,z2)
Distance (D) = [(x2 - x1)2 + (y2 - y1)2 + (z2-z1)2 ]1/2
3 D Coordinate System to Actual Earth:
It includes latitude, longitude and altitude of an earth feature i.e. mountain (elevation), vales (depth) etc. There are two types of systems to represent earth features in a 3 D coordinate system
There are some models to fit actual into Global Information System. These are
DEM: Digital Elevation Model
It is a mosaic system of grids or Discrete Global Grid which represents the entire earth's surface. It generally used for landscape mapping. The mountains and elevated places are best fitted here. It can be represented as a contoured topographical map or pseudo-colored map for better understanding. It can be
DSM: Digital Surface Model
It use for landscape modelling. It is actually the primary data source for DEM modelling.
DTM: Digital Terrain Model
It basically for land use studies, flood or drainage modelling etc. It use for contour generation, ortho reflection of remotely sensed images for making direct measurements of geographic locations, distances, angles, area etc in 3 D space.
3 D to 2 D:
Point A, (x1, y1) and B (x2, y2)
Distance (D): [(x2 - x1)2 + (y2 - y1)]1/2