Download ENVI Services Engine User Guide - Exelis Visual Information Solutions

Transcript
ENVI Services Engine 5.3 User Guide
Esri® Data Types
ESE supports the following Esri data types:
Type
GPBoolean
GPMultiValue:GPBoolean
GPDate
GPMultiValue:GPDate
GPDouble
GPMultiValue:GPDouble
GPLong
GPMultiValue:GPLong
GPString
GPMultiValue:GPString
IDL Conversion
Converted to IDL BYTE, true=1B, false=0B
(byte[])
"LL" added on end to cast to IDL LONG64.
(long[])
"D" added on end to cast to IDL DOUBLE. Exponential
notation with "e" is changed to a "d".
(double[])
"LL" added on end to cast to IDL LONG64.
(long[])
Surrounded with single quotes, inner quotes escaped.
(string[])
The following Esri types are treated as generic JSON objects, validated for proper
JSON and passed to IDL as a string. If desired, the task can pass the string to IDL's
JSON_PARSE() routine to turn it into an IDL struct or hash.
n
GPLinearUnit
n
GPMultiValue:GPLinearUnit
n
GPFeatureRecordSetLayer
n
GPMultiValue:GPFeatureRecordSetLayer
n
GPRecordSet
n
GPMultiValue:GPRecordSet
n
GPDataFile
n
GPMultiValue:GPDataFile
n
GPRasterData
n
GPMultiValue:GPRasterData
n
GPRasterDataLayer
n
GPMultiValue:GPRasterDataLayer
For more information, see the ArcGIS® Resources web site.
© 2015 Exelis Visual Information Solutions, Inc., a subsidiary of Harris Corporation. All Rights
Reserved. This information is not subject to the controls of ITAR or EAR. Use or disclosure of this
information is subject to the restrictions on the Title Page of this document.
88