摘要:
程序里 时间一般都用 1970-1-1 到现在的时间了 Function getSecondsFrom1970() As Long '%s seconds since `00:00:00 1970-01-01 UTC" (a GNU extension) getSecondsFrom1970 = DateDiff("s", "1970/01/01", Now()) '2011/03/02 18:11:24 =>1299089484 End FunctionFunction getDateTimeFromSeconds(By 阅读全文
摘要:
ThisServer Object Extensioncalculateslengths of all street (polyline) features in the associated map service and can be accessed by a client application through DCOM.这个服务器对象扩展SOE可以计算在指定的地图服务中的所有街道(折线)的长度,并且可以通过客户端应用程序使用DCOM来访问。此SOE没有实现rest和soap接口,所以在启用此SOE后,在地图服务的rest网页无法看到这个功能。他只能通过客户端使用DCOM来访问。其功能 阅读全文
摘要:
之前,我记得是 计算机 名称 如果带有 - 字符,貌似就不行,所以,我的计算机名称 不带有 字符“-”。现在 我一直部署 SOE 的jar文件(Server object Extesion的sample直接导出的jar)居然失败,提示貌似都是:Unable to register extension. com.esri.arcgis.interop.AutomationException occured while adding SOEAutomationException: Server Object Extension type PageLayoutSOE can not be regis 阅读全文