MapServer banner Home | Products | Issue Tracker | FAQ | Download
en it es zh_cn de el fr id sq tr

Glossary

AGG
Anti-Grain Geometry A high quality graphics rendering engine that MapServer 5.0+ can use. It supports sub-pixel anti-aliasing, as well as many more features.
CGI
Wikipedia provides excellent coverage of CGI.
EPSG

EPSG codes are numeric codes associated with coordinate system definitions. For instance, EPSG:4326 is geographic WGS84, and EPSG:32611 is “UTM zone 11 North, WGS84”. The WMS protocol uses EPSG codes to describe coordinate systems. EPSG codes are published by the OGP Surveying and Positioning Committee. A list of PROJ.4 definitions corresponding to the EPSG codes can be found in the file /usr/local/share/proj/epsg. PROJECTION describes how to use these in your Mapfile.

也可以参考

http://spatialreference.org for a listing of spatial references and an interface to search for spatial references.

Filter Encoding

Filter Encoding is an OGC standard which defines an XML encoding for filter expressions to allow for spatial and attribute querying.

也可以参考

WFS Filter Encoding

FreeType
FreeType is a font engine that MapServer uses for accessing and rendering TrueType fonts.
GD
GD is a graphics library for dynamic generation of images. It was the first graphics renderer that was available for MapServer, and it is required by MapServer to operate.
GDAL
GDAL (Geospatial Data Abstraction Library) is a multi-format raster reading and writing library. It is used as the primary mechanism for reading raster data in MapServer. It is hosted at http://www.gdal.org/
GEOS
Geometry Engine Open Source is a C/C++ port of the Java Topology Suite. It is used for geometric algebra operations like determining if a polygon is contained in another polygon or determining the resultant intersection of two or more polygons. MapServer optionally uses GEOS for geometric algebra operations.
GML

Geography Markup Language is an OGC standard which defines an abstract model for geographic features

也可以参考

WFS Server

GPX
GPS eXchange Format is an XML Schema for describing GPS data. OGR can be used to transform and render this data with MapServer.
Map Scale
A treatise of mapping scale can be found on about.com.
Mapfile
Mapfile is the declarative language that MapServer uses to define data connections, map styling, templating, and server directives. Its format is xml-like and hierarchical, with closing END tags, but the format is not xml.
MapScript
MapScript is an alternative the the CGI application of mapserv that allows you to program the MapServer object API in many languages.
Mercator
Wikipedia provides excellent coverage of the Mercator projection.
OGC

The Open Geospatial Consortium is a standards organization body in the GIS domain. MapServer supports numerous OGC standards.

OGR

OGR is the vector data access portion of the GDAL library. It provides access to a multitude of data formats.

也可以参考

OGR

OM

Observations and Measurements is an OGC standard which defines an abstract model for sensor based data.

也可以参考

SOS Server

OpenLayers
OpenLayers is a JavaScript library for developing draggable, “slippy map” web applications.
Proj.4
Proj4 is a library for projecting map data. It is used by MapServer and GDAL and a multitude of other Open Source GIS libraries.
Projection
A map projection is a mathematical transformation of the surface of a sphere (3D) onto a 2D plane. Due to the laws of the universe, each type of projection must make tradeoffs on how and what features it distorts.
Raster
A raster is a rectangular grid of pixels. Essentially an image. Rasters are supported in MapServer with a layer type of RASTER, and a variety of formats are supported including GeoTIFF, JPEG, and PNG.
Shapefile

Shapefiles are simple GIS vector files containing points, lines or areas. The format was designed and published by ESRI and is widely supported in the GIS world. It is effectively the native and highest performance format for MapServer.

也可以参考

Wikipedia

SLD

SLD is an OGC standard which allows for custom symbolization for portrayal of data.

也可以参考

SLD

SOS

SOS is an OGC standard which provides an API for managing deployed sensors and retrieving sensor and observation data.

也可以参考

SOS Server

Spherical Mercator
Spherical Mercator is a term used to describe the PROJECTION used by many commercial API providers.
SVG

Scalable Vector Graphics is an XML format that MapServer can output. It is frequently used in browser and mobile devices.

也可以参考

SVG

SWF

Shockwave Flash format that MapServer can generate for output.

也可以参考

Flash Output

SWIG
Simplified Wrapper Interface Generator is the library that MapServer uses for generating the language bindings for all languages other than C/C++ and PHP. MapScript describes these bindings.
Tileindex

A tileindex is a Shapefile or other Vector data source that contains footprints of Raster data coverage. MapServer can use a tileindex to render a directory of raster data. The tileindex allows MapServer to only read the data that intersects the requested map extent, rather than reading all of the data.

也可以参考

Tile Indexes

Vector
Geographic features described by geometries (point, line, polygon) on a (typically) cartesian plane.
WCS

WCS is an OGC standard that describes how to systematically produce structured Raster cartographic data from a service and return them to a client

也可以参考

WCS Server and WCS Use Cases

WFS

WFS is an OGC standard that describes how to systematically produce structured Vector cartographic data from a service and return them to a client.

也可以参考

WFS Server and WFS Client

WMC

Web Map Context is an OGC standard which allows for sharing of map views of WMS layers in multiple applications.

也可以参考

Map Context

WMS

WMS is an OGC standard that describes how to systematically produce rendered map images from a service and return them to a client.

也可以参考

WMS Server and WMS Client

Navigation

About
Products
Community
Development
Downloads
Documentation
FAQ