GIS Definitions
GIS Definitions
Latitude and longitude are a system of lines used to describe the location of any place on Earth. Lines
of latitude run in an north-south direction across Earth. Lines of longitude run in a east-west direction.
Although these are only imaginary lines, they appear on maps and globes as if they actually existed.
Latitude is the Y-axis, longitude is the X-axis.
Co-Ordinate System:
A coordinate system is a method for identifying the location of a point on the earth . Most coordinate
systems use two numbers, a coordinate, to identify the location of a point. Each of these numbers
indicates the distance between the point and some fixed reference point, called the origin.
All spatial data is created in a coordinate system, whether it is points, lines, polygons, rasters, or
annotation. The coordinates can be specified in many different ways, such as decimal degrees, feet,
meters, or kilometers; any form of measurement can be used as a coordinate system.
Shape File:
A shape file is an Esri vector data storage format for storing the location, shape, and attributes of
geographic features. It is stored as a set of related files and contains one feature class. A shape file is a
simple, non-topological format for storing the geometric location and attribute information of
geographic features. Geographic features in a shape file can be represented by points, lines, or polygons
(areas).
UTM :
UTM stands for Universal Transverse Mercator. The Universal Transverse Mercator (UTM) coordinate
system is a grid-based method of specifying locations on the surface of the Earth that is a practical
application of a 2-dimensional Cartesian coordinate system. It is used to identify locations on the earth,
but differs from the traditional method of latitude and longitude in several respects. The UTM system is
not a single map projection. The system instead employs a series of sixty zones, each being a six-degree
band of longitude, and is based on a specifically defined secant transverse Mercator projection. These
zones are wedge shaped on a globe.
Merge:
In GIS, merge is a process in which input features from multiple input sources (of the same data type)
combined into a single, new, output feature class. The input data sources may be point, line,
or polygon feature classes or tables. This operation differs from aggregation in that it maintains the
level of dimensionality of the original data (point-to-point, line-to-line, polygon-to-polygon).