Vous êtes sur la page 1sur 11

GIS

1. [GIS technology] Acronym for geographic information system. An integrated collection of


computer software and data used to view and manage information about geographic places,
analyze spatial relationships, and model spatial processes. A GIS provides a framework for
gathering and organizing spatial data and related information so that it can be displayed and
analyzed.

COORDINATE SYSTEMS

z-axis
1. [coordinate systems] In a spherical coordinate system, the vertical line that runs parallel
to the earth's rotation, passing through 90 degrees north latitude, and perpendicular to the
equatorial plane, where it crosses the x- and y-axes at the origin (0,0,0).

x-axis
1. [coordinate systems] In a planar coordinate system, the horizontal
line that runs right and left (east and west of) the origin (0,0).
2. [mathematics] On a chart, the horizontal axis.

y-axis
1. [coordinate systems] In a planar coordinate system, the vertical line that runs above and
below (north and south of) the origin (0,0). Numbers north of the origin are positive, and numbers
south of it are negative.
2. [coordinate systems] In a spherical coordinate system, a line in the equatorial plane that
passes through 90 degrees east longitude.

3. [mathematics] On a chart, the vertical axis.

coordinate system
1. [coordinate systems] A reference framework consisting of a set of
points, lines, and/or surfaces, and a set of rules, used to define the

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
positions of points in space in either two or three dimensions. The Cartesian coordinate system
and the geographic coordinate system used on the earth's surface are common examples of
coordinate systems.

coordinates
1. [coordinate systems] A set of values represented by the letters x, y, and
optionally z or m (measure), that define a position within a spatial reference. Coordinates are
used to represent locations in space relative to other locations.

geographic coordinates
1. [coordinate systems] A measurement of a location on the earth's surface expressed in
degrees of latitude and longitude.

geographic coordinate system


1. [coordinate systems] A reference system that uses latitude and longitude to define the
locations of points on the surface of a sphere or spheroid. A geographic coordinate system
definition includes a datum, prime meridian, and angular unit.

projected coordinate system


1. [coordinate systems] A reference system used to locate x, y, and z positions of point, line,
and area features in two or three dimensions. A projected coordinate system is defined by a
geographic coordinate system, a map projection, any parameters needed by the map projection,
and a linear unit of measure.

projected coordinates

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
1. [coordinate systems] A measurement of locations on the earth's surface expressed in a
two-dimensional system that locates features based on their distance from an origin (0,0) along
two axes, a horizontal x-axis representing eastwest and a vertical y-axis representing north
south. Projected coordinates are transformed from latitude and longitude to x,y coordinates using
a map projection.

datum
1. [geodesy] The reference specifications of a measurement system, usually a system of
coordinate positions on a surface (a horizontal datum) or heights above or below a surface (a
vertical datum).

UTM

1. [coordinate systems] Acronym for universal transverse Mercator. A projected coordinate


system that divides the world into 60 north and south zones, 6 degrees wide.

Cartesian coordinate system


1. [coordinate systems] A two-dimensional, planar coordinate system in which horizontal
distance is measured along an x-axis and vertical distance is measured along a y-axis. Each
point on the plane is defined by an x,y coordinate. Relative measures of distance, area, and
direction are constant throughout the Cartesian coordinate plane. The Cartesian coordinate
system is named for the French mathematician and philosopher Ren Descartes (1596-1650).

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
PROJECTIONS

projection

1. [map projections] A method by which the curved surface of the earth is portrayed on a flat
surface. This generally requires a systematic mathematical transformation of the earth's graticule
of lines of longitude and latitude onto a plane. Some projections can be visualized as a
transparent globe with a light bulb at its center (though not all projections emanate from the
globe's center) casting lines of latitude and longitude onto a sheet of paper. Generally, the paper
is either flat and placed tangent to the globe (a planar or azimuthal projection) or formed into a
cone or cylinder and placed over the globe (cylindrical and conical projections). Every map
projection distorts distance, area, shape, direction, or some combination thereof.

planar projection

1. [map projections] A projection that transforms points from a spheroid or sphere onto a
tangent or secant plane. Because its directions are often true, the planar projection is also known
as an azimuthal or zenithal projection.

cylindrical projection
1. [map projections] A projection that transforms points from a spheroid or sphere onto a
tangent or secant cylinder. The cylinder is then sliced from top to bottom and flattened into a

plane.

conic projection

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
1. [map projections] A projection that transforms points from a spheroid or sphere onto a
tangent or secant cone that is wrapped around the globe in the manner of a party hat. The cone
is then sliced from the apex (top) to the bottom, and flattened into a plane.

tangent projection
1. [map projections] A projection whose surface touches the globe's without piercing it. A
tangent planar projection touches the globe at one point, while tangent conic and cylindrical
projections touch the globe along a line. At the point or line of tangency, the projection is free from
distortion.

secant projection

1. [map projections] A projection whose surface intersects the surface of a globe. A secant
conic or cylindrical projection, for example, is recessed into a globe, intersecting it at two circles.
At the lines of intersection, the projection is free from distortion.

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
TYPES of DATA

vector

1. [data models] A coordinate-based data model that represents geographic features as


points, lines, and polygons. Each point feature is represented as a single coordinate pair, while
line and polygon features are represented as ordered lists of vertices. Attributes are associated
with each vector feature, as opposed to a raster data model, which associates attributes with grid
cells.
2. [graphics (computing)] Any quantity that has both magnitude and direction.

raster
1. [data models] A spatial data model that defines space as an array of equally sized cells
arranged in rows and columns, and composed of single or multiple bands. Each cell contains an
attribute value and location coordinates. Unlike a vector structure, which stores coordinates
explicitly, raster coordinates are contained in the ordering of the matrix. Groups of cells that share
the same value represent the same type of geographic feature.
2. [ESRI software] In ArcGIS, an in-memory representation of a raster dataset. A raster may
exist in memory as a subset of a raster dataset; it may have a different cell size than the raster
dataset; or it may exist using a different transformation than the raster dataset.

lattice

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
1. [data models] A representation of a surface using an array of regularly spaced sample
points (mesh points) that are referenced to a common origin and have a constant sampling
distance in the x and y directions. Each mesh point contains the z-value at that location, which is
referenced to a common base z-value, such as sea level. Z-values for locations between lattice
mesh points can be approximated by interpolation based on neighboring mesh points.

TIN
1. [data structures] Acronym for triangulated irregular network. A vector
data structure that partitions geographic space into contiguous,
nonoverlapping triangles. The vertices of each triangle are sample data
points with x-, y-, and z-values. These sample points are connected by
lines to form Delaunay triangles. TINs are used to store and display surface models.

DEM
1. [data models] Acronym for digital elevation model. The representation of continuous
elevation values over a topographic surface by a regular array of z-values, referenced to a
common datum. DEMs are typically used to represent terrain relief.

2. [data models] A format for elevation data, tiled by map sheet, produced by the National
Mapping Division of the USGS.

ESRI ArcGIS Terms

ArcGIS Online
1. [ESRI software] A Web-based system for sharing, finding, and using maps, layers, and
services. ArcGIS Online includes a set of base maps, map layers, and tools published by ESRI
for use inside ArcGIS products.

ArcGIS Spatial Analyst

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
1. [ESRI software] An ArcGIS extension that provides spatial modeling and analysis features.
It allows the creation, querying, mapping, and analysis of cell-based raster data and integrated
vector-raster analysis.

ArcToolbox
1. [ESRI software] A user interface in ArcGIS used for accessing, organizing, and managing a
collection of geoprocessing tools, models, and scripts.

attribute table

1. [data structures] A database or tabular file containing information about a set of


geographic features, usually arranged so that each row represents a feature and each column
represents one feature attribute. In raster datasets, each row of an attribute table corresponds to
a certain zone of cells having the same value. In a GIS, attribute tables are often joined or related
to spatial data layers, and the attribute values they contain can be used to find, query, and
symbolize features or raster cells.

table of contents
1. [ESRI software] In ArcGIS, a tabbed list of data frames and layers (or tables) on a map that
shows how the data is symbolized, the source of the data, and whether or not each layer is
selectable.

data view
1. [ESRI software] An all-purpose view in ArcMap and ArcReader for exploring, displaying,
and querying geographic data. This view hides all map elements, such as titles, north arrows, and
scale bars.

layout view

1. [ESRI software] In ArcMap and ArcReader, a view that shows the virtual page upon which
geographic data and map elements, such as titles, legends, and scale bars, are placed and
arranged for printing.

layer

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
1. [data structures] The visual representation of a geographic dataset in any digital map
environment. Conceptually, a layer is a slice or stratum of the geographic reality in a particular
area, and is more or less equivalent to a legend item on a paper map. On a road map, for
example, roads, national parks, political boundaries, and rivers might be considered different
layers.
2. [ESRI software] In ArcGIS, a reference to a data source, such as a shapefile, coverage,
geodatabase feature class, or raster, that defines how the data should be symbolized on a map.
Layers can also define additional properties, such as which features from the data source are
included. Layers can be stored in map documents (.mxd) or saved individually as layer files (.lyr).
Layers are conceptually similar to themes in ArcView 3.x.

shapefile
1. [ESRI software] A vector data storage format for storing the location, shape, and attributes
of geographic features. A shapefile is stored in a set of related files and contains one feature
class.

feature

1. [cartography] A representation of a real-world object on a map.

point
1. [ESRI software] A geometric element defined by a pair of x,y coordinates.

line
1. [Euclidean geometry] On a map, a shape defined by a connected series of unique x,y
coordinate pairs. A line may be straight or curved.

polygon
1. [data models] On a map, a closed shape defined by a connected sequence of x,y
coordinate pairs, where the first and last coordinate pair are the same and all other pairs are
unique.

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
2. [ESRI software] In ArcGIS software, a shape defined by one or more rings, where a ring is
a path that starts and ends at the same point. If a polygon has more than one ring, the rings may
be separate from one another or they may nest inside one another, but they may not overlap.

basemap
1. [data analysis] A map depicting background reference information such as landforms,
roads, landmarks, and political boundaries, onto which other thematic information is placed. A
basemap is used for locational reference and often includes a geodetic control network as part of
its structure.
2. [data analysis] A map to which GIS data layers are registered and rescaled.

Other Useful Terms

photogrammetry

1. [photogrammetry] The science of making reliable measurements of physical objects and the
environment by measuring and plotting electromagnetic radiation data from aerial photographs
and remote-sensing systems against land features identified in ground control surveys, generally
in order to produce planimetric, topographic, and contour maps.

metadata
1. [data transfer] Information that describes the content, quality, condition, origin, and other
characteristics of data or other pieces of information. Metadata for spatial data may describe and
document its subject matter; how, when, where, and by whom the data was collected; availability
and distribution information; its projection, scale, resolution, and accuracy; and its reliability with
regard to some standard. Metadata consists of properties and documentation. Properties are
derived from the data source (for example, the coordinate system and projection of the data),
while documentation is entered by a person (for example, keywords used to describe the data).

remote sensing
1. [remote sensing] Collecting and interpreting information about the environment and the
surface of the earth from a distance, primarily by sensing radiation that is naturally emitted or
reflected by the earth's surface or from the atmosphere, or by sensing signals transmitted from a
device and reflected back to it. Examples of remote-sensing methods include aerial photography,
radar, and satellite imaging.

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary
lidar
1. [remote sensing] Acronym for light detection and ranging. A remote-sensing technique
that uses lasers to measure distances to reflective surfaces.

Source: ESRI Online GIS Dictionary


http://support.esri.com/en/knowledgebase/GISDictionary

Vous aimerez peut-être aussi