最近在项目中使用ArcObject的接口输出pdf时,尽管勾选了嵌入字体选项,某些文字依然显示为乱码。追踪原因,发现用户使用Fontlab软件向已有的truetype字体中补充了很多外文的字符,并且输出新字体后重新安装覆盖了原有字体。 经过好一番研究,使用FontCreator软件,发现新输出的字体 ...
分类:
其他好文 时间:
2020-06-22 10:44:09
阅读次数:
142
#coding=utf8 import arcpy import os import sys import math from arcpy.sa import * def FindFC(indir,FindText): arcpy.env.workspace = indir workspaces = ...
分类:
编程语言 时间:
2020-06-19 23:29:17
阅读次数:
122
一、前言 在 webgis 中经常会用到缩放到某一个要素,视图缩放不同级别等问题。对于不同的要素方法会不一样。 而且对于不同的地图具体实现也不一样。 二、ARCGIS API arcgis 中对视图操作主要是通过 mapview 来设置的。 一般设置的方式有: // 设置视图中心 this.$map ...
Writing geometries ArcGIS 10.7 Locate topic Using insert and update cursors, scripts can create new features in a feature class or update existing one... ...
分类:
其他好文 时间:
2020-06-14 19:07:41
阅读次数:
89
Accessing data using cursors ArcGIS 10.7 Locate topic A cursor is a data access object that can be used to either iterate over the set of rows in a ta... ...
分类:
数据库 时间:
2020-06-14 19:00:06
阅读次数:
82
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:
其他好文 时间:
2020-06-14 18:40:45
阅读次数:
66
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:
其他好文 时间:
2020-06-14 18:20:36
阅读次数:
70
在基于ArcGIS的开发中,经常会存在Visual Studio版本高,ArcObject for .Net 版本低的问题。例如Visual Studio 2015的环境下,安装ArcObject for .Net 10.2就会提示需要安装Visual Studio 2010或2013的提示。 解决 ...
分类:
Web程序 时间:
2020-06-14 12:48:51
阅读次数:
81
ArcPy是一个很香的地理空间数据库处理模块,但它必须依赖ArcGIS和Python环境,由于常用的ArcGIS版本默认支持的是Python2.7,它对中文支持并不好,因此,编码问题是入门时必须解决的问题。 这里不细说ASCII、GB2312、Unicode、UTF-8的区别,可自行百度之;Pyth ...
分类:
其他好文 时间:
2020-06-08 23:29:36
阅读次数:
156
之前在家里的电脑arcgis10.6加载天地图是可以的,昨晚回去看了下也正常,但是换了台电脑,同样装了arcgis10.6,却不行了。 找到几个不错的网站,可以用。 自然资源部重启天地图2020版,Arcgis又能加载了 tags:"天地图" ...
分类:
其他好文 时间:
2020-06-03 15:45:06
阅读次数:
169