码迷,mamicode.com
首页 >  
搜索关键字:geometry    ( 736个结果
Oracle real_st_astext,解决st_astext函数返回异常问题
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
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geometry_columns" does not exist
背景 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) 笔记
Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
分类:移动开发   时间:2016-03-13 17:26:17    阅读次数:342
Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记
Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记
分类:移动开发   时间:2016-03-09 20:51:20    阅读次数:320
使用C#操作Oracle Spatial的SDO_GEOMETRY对像(读取和写入)
首先,这个需要使用ODAC,也就是Oracle.DataAccess.dll,新出的托管Oracle.ManagedDataAccess.dll不支持Object Type,无法使用 ODAC下载地址参考:http://www.oracle.com/technetwork/topics/dotnet
分类:数据库   时间:2016-03-08 10:44:58    阅读次数:305
ubuntu 安装postgist,pgrouting
安装过程一 :所需组件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
shell脚本——linux主机监控
写着玩儿的,在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
ArcGIS Wpf MarkerSymbol 图形符号无法序列化为 JSON
【问题贴,尚不知如何解决】 在GraphicsLayer中添加一个点,使用自定义模板渲染该点,在Vs2012设计界面可以看到,但运行时出现异常 代码如下: 1 <esri:Graphic x:Name="MyGrapic" > 2 <esri:Graphic.Geometry> 3 <esri:Ma
分类:Windows程序   时间:2016-02-25 13:26:59    阅读次数:476
Actor::updateMassFromShapes
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的二维绘图(二)——几何图形Geometry
在WPF的DrawingContext对象中,提供了基本的绘制椭圆和矩形的API:DrawEllipse和DrawRectangle。但是,这些是远远不够用的,我们在日常应用中,更多的是使用DrawGeometry函数,它可以绘制更多复杂的几何图形,并且提供了许多强大而易用的函数,在大多数场景下,甚
分类:Windows程序   时间:2016-02-21 12:44:51    阅读次数:541
736条   上一页 1 ... 45 46 47 48 49 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!