create or replace function real_st_astext( geom in clob ) return clob is geometry clob; tempGeom clob; begin geometry := upper(geom); if geom like '(( ...
分类:
数据库 时间:
2016-03-29 14:51:45
阅读次数:
948
背景 postgresql 与postgis ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geometry_columns" does not exist 确认是否自己在开发项目下数据库已扩展postgre ...
分类:
其他好文 时间:
2016-03-26 18:34:51
阅读次数:
193
Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
分类:
移动开发 时间:
2016-03-13 17:26:17
阅读次数:
342
Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记
分类:
移动开发 时间:
2016-03-09 20:51:20
阅读次数:
320
首先,这个需要使用ODAC,也就是Oracle.DataAccess.dll,新出的托管Oracle.ManagedDataAccess.dll不支持Object Type,无法使用 ODAC下载地址参考:http://www.oracle.com/technetwork/topics/dotnet
分类:
数据库 时间:
2016-03-08 10:44:58
阅读次数:
305
安装过程一 :所需组件1 PostgreSQL 9.4 or higher.2 Proj4 .reprojection library.3 GEOS .geometry library.4 LibXML2. LibXML2 is currently used in some imports func
分类:
系统相关 时间:
2016-03-07 17:00:35
阅读次数:
527
写着玩儿的,在init5级别,运行后会主动生成两个窗口,对系统以及系统上的主要服务进行监控,并及时刷新,抛砖引玉,分享一下。一共有三个脚本:1个主脚本,2个分属监控脚本主脚本启动:#!/bin/sh
#writer:gaolixu
path=`pwd`
gnome-terminal--geometry=63x16-e$path/jk1_xn.sh..
分类:
系统相关 时间:
2016-03-04 14:37:42
阅读次数:
256
【问题贴,尚不知如何解决】 在GraphicsLayer中添加一个点,使用自定义模板渲染该点,在Vs2012设计界面可以看到,但运行时出现异常 代码如下: 1 <esri:Graphic x:Name="MyGrapic" > 2 <esri:Graphic.Geometry> 3 <esri:Ma
unity报错Actor::updateMassFromShapes: Compute mesh inertia tensor failed for one of the actor's mesh shapes! Please change mesh geometry or supply a ten
分类:
其他好文 时间:
2016-02-25 11:56:20
阅读次数:
143
在WPF的DrawingContext对象中,提供了基本的绘制椭圆和矩形的API:DrawEllipse和DrawRectangle。但是,这些是远远不够用的,我们在日常应用中,更多的是使用DrawGeometry函数,它可以绘制更多复杂的几何图形,并且提供了许多强大而易用的函数,在大多数场景下,甚