文章分类 -  ArcSDE C API

摘要:Attribute VB_Name = "modHeader_sdetype" Option Explicit ' VB declarations that correspond to sdetype.h '/************************************************************ '*** ALLOWABLE SHAPE TYPE MASKS FO... 阅读全文
posted @ 2008-06-23 17:58 明琎 阅读(574) 评论(0) 推荐(0)
摘要:是日文的 http://www.esrij.com/support/document/user/arcsde/developer.pdf 阅读全文
posted @ 2008-06-23 17:46 明琎 阅读(181) 评论(0) 推荐(0)
摘要:由于: ArcCatalog 里面 设置类型为 text Oralce中转为 nvarchar 或 nvarchar2 SDE API 中为 SE_NSTRING_TYPE 所以这个 LONG SE_stream_set_string(SE_STREAM stream,SHORT column,const CHAR *string_val); 就不能正常使用了 对 ArcCata... 阅读全文
posted @ 2008-06-23 17:44 明琎 阅读(347) 评论(0) 推荐(0)
摘要:esri 上面的。 using System; using System.Diagnostics; using System.Runtime.InteropServices; namespace SDEConn { // Structlayout // Declares a managed structure for each unmanaged structure. // SE_ERRO... 阅读全文
posted @ 2008-06-23 17:35 明琎 阅读(730) 评论(8) 推荐(0)
摘要:vb public function querytable(byval sTable as string,Optional ByVal sWhere As String = "") as long Dim sNames() As String Dim rv As Long Dim lNumTables As Long Dim t1() As Byte Dim... 阅读全文
posted @ 2008-06-23 17:34 明琎 阅读(628) 评论(0) 推荐(0)