Data typeStorable rangeSize (Bytes)Applications Short integer(短整数型)-32,768 to 32,767 2 Numeric values without fractional values within specific range; coded values Long integer(长整数型)-2,147,483,648 to 2,147,483,647 4 Numeric values without fractional values within specific range float(...
int(4) when created in an enterprise geodatabase integer with identity property when created in a database ArcGIS 对象 ID 数据类型是表(或要素类)的注册行 ID 列。每个表只能存在一个。 短整型 smallint bit、tinyint 文本 varchar, nvarchar, varchar(max), nvarchar(max) ...
CAST(expASdata_type) exp参数可以是列名、另一个标量函数的结果或是一个文本。Data_type可以是下列任意关键字,可以用大写或小写形式指定:CHAR、VARCHAR、INTEGER、SMALLINT、REAL、DOUBLE、DATE、TIME、DATETIME、NUMERIC 或 DECIMAL。 有关CAST 函数的详细信息,请参阅CAST 和 CONVERT。
(3)# data type = Long integeroutFeatures = arcpy.GetParameterAsText(4)# data type = Feature class# Default values#joinAttributes ="ALL"xyTolerance ="#"outputType ="INPUT"# Construct the value table parameter, a list of lists#valueTable = [ [inFeatures1, inRank1], [inFeatures2, in...
TRUNCATE(numeric_exp, integer_exp) 返回截断至小数点右侧第 integer_exp 位的numeric_exp。 如果 integer_exp 为负数,则 numeric_exp 将被截断至小数点左侧第 |integer_exp|位。数值函数 CAST 函数 CAST 函数可将值转换为指定的数据类型。 语法如下: CAST(exp AS data_type) exp 参数可以是列名、另...
1、ArcGIS中的数据类型ArcGIS中你可以将要素的属性值存储为七种数据类型之一,即短整型 short integer 、长整型long integer、浮点型float、双精度double 、文本型text、日期型date和大型二进制对象 BLOB 属性表同样包含预定义字段,保存了数据的几何特性 Shape 和要素ID FID。浮点和双精度数据是 真实的数值,通常用于测...
data_type (可选) 输出累积栅格可以是整型、浮点型或双精度型。 FLOAT — 输出栅格将为浮点型。这是默认设置。 INTEGER — 输出栅格将为整型。 DOUBLE —输出栅格将为双精度型。 String flow_direction_type (可选) 输入流向栅格可以为 D8、多流向 (MFD) 或 D-Infinity (DINF) 类型。
resultInfo.resultFiles.objectIds array of integer objectIds name resultInfo.resultFiles.name string name size resultInfo.resultFiles.size integer size status resultInfo.resultFiles.status string status url resultInfo.resultFiles.url string url objectIds resultInfo.resultFile.objectIds array of in...
If either of the inputs is a raster, it must have an integer data type. If either of the input datasets is a feature class, it is converted internally to a raster before the analysis is performed, using theCell Sizeand the cell alignment of the other input raster. ...
The big-integer data type is a 64-bit signed integer that can store very large whole number integer values with the range of -9007199254740991 and 9007199254740991. Web applications can only edit whole numbers between -9007199254740991 and 9007199254740991. Any attempts to edit a number value higher...