What means "String"

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
m (Nnoelke moved page String to What means "String")
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
In computer science, a string is a set of characters. This may be composed of may be letters, symbols or numbers. In GIS context, the term ''string'' is often used as opposed to ''numbers''.
+
In computer science, a string is a set of characters. This may be composed of letters, symbols or numbers. In GIS context, the term ''string'' is often used as opposed to ''numbers''.
  
 
E.g., a [[nodata value]] in a raster-map may be defined as a string (“nan” or “NA”) or as a number (e.g. “-9999“, which is common in [[ASCII]] files).
 
E.g., a [[nodata value]] in a raster-map may be defined as a string (“nan” or “NA”) or as a number (e.g. “-9999“, which is common in [[ASCII]] files).
Line 7: Line 7:
 
==See also==
 
==See also==
 
* [[wikipedia:String_(computer_science)|String]] in Wikipedia
 
* [[wikipedia:String_(computer_science)|String]] in Wikipedia
 +
 +
[[category: FAQ (QGIS Tutorial)]]

Latest revision as of 16:37, 16 September 2014

In computer science, a string is a set of characters. This may be composed of letters, symbols or numbers. In GIS context, the term string is often used as opposed to numbers.

E.g., a nodata value in a raster-map may be defined as a string (“nan” or “NA”) or as a number (e.g. “-9999“, which is common in ASCII files).

Note that a string may also contain or completely consist of numbers, but these are not recognized as numbers by the computer; which practically means that you can not use them in a mathematic way, e.g. for solving calculations.

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox
Print/export