翻訳と辞書
Words near each other
・ Sriaman
・ Sriarpha Ruennak
・ Sribagh Pact
・ Sriballav Panigrahi
・ Sribati G.K. High School
・ Sribhargavaraghaviyam
・ Sribhashyam Appalacharyulu
・ Sribne
・ Sribne Raion
・ Sribu.com
・ Sribulancer
・ Sriburapha Award
・ Srichandra
・ Sricharan
・ Sricity
SRID
・ Sridam Pal
・ Sridevi
・ Sridevi (2015 film)
・ Sridevi filmography
・ Sridevi Nrithyalaya
・ Sridevi Vijaykumar
・ Sridevika
・ Sridhar
・ Sridhar Babu
・ Sridhar Condoor
・ Sridhar Lagadapati
・ Sridhar Ramaswamy
・ Sridhar Rangayan
・ Sridhar Tayur


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SRID : ウィキペディア英語版
SRID

A Spatial Reference System Identifier (SRID) is a unique value used to unambiguously identify projected, unprojected, and local spatial coordinate system definitions. These coordinate systems form the heart of all GIS applications.
Virtually all major spatial vendors have created their own SRID implementation or refer to those of an authority, such as the European Petroleum Survey Group (EPSG). (NOTE: As of 2005 the EPSG SRID values are now maintained by the International Association of (Oil & Gas Producers (OGP) Surveying & Positioning Committee )).
SRIDs are the primary key for the Open Geospatial Consortium (OGC) spatial_ref_sys metadata table for the Simple Features for SQL Specification, Versions 1.1 and 1.2, which is defined as follows:

CREATE TABLE SPATIAL_REF_SYS
(
SRID INTEGER NOT NULL PRIMARY KEY,
AUTH_NAME CHARACTER VARYING(256),
AUTH_SRID INTEGER,
SRTEXT CHARACTER VARYING(2048)
)

In spatially enabled databases (such as IBM DB2, IBM Informix, Microsoft SQL Server, MySQL, Oracle, Teradata, PostgreSQL and SQL Anywhere), SRIDs are used to uniquely identify the coordinate systems used to define columns of spatial data or individual spatial objects in a spatial column (depending on the spatial implementation). SRIDs are typically associated with a well known text (WKT) string definition of the coordinate system (SRTEXT, above). From the Well Known Text Wikipedia page, “A WKT string for a spatial reference system describes the datum, geoid, coordinate system, and map projection of the spatial objects”.
Here are two common coordinate systems with their EPSG SRID value followed by their well known text:
UTM, Zone 17N, NAD27 — SRID 2029:

PROJCS],
PRIMEM],
AUTHORITY()],
UNIT,
PARAMETER(),
PARAMETER(),
PARAMETER(),
PARAMETER(),
PARAMETER(),
AUTHORITY(),
AXIS(),
AXIS()]

WGS84 — SRID 4326

GEOGCS],
PRIMEM],
AUTHORITY()]

SRID values associated with spatial data can be used to constrain spatial operations — for instance, spatial operations cannot be performed between spatial objects with differing SRIDs in some systems, or trigger coordinate system transformations between spatial objects in others.
==See also==

*ESRI


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SRID」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.