b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

mapxtreme最新版_mapxtreme 售价_mapxtreme

电脑杂谈  发布时间:2017-01-25 01:12:19  来源:网络整理

mapxtreme_mapxtreme最新版_mapxtreme 售价

好日子一去不复返了,原来总觉得Mapx很多地方设计得不是很自然,比如,feature和具体的feature之间的某些属性的关系,有时令人迷惑。但是,用了Mapxtreme,才感觉到Mapx的方便。mapxtreme真不知MapInfo怎么想的!原来的标注非常简单,layer有个autolabel属性,一设就可以了。mapxtreme现在呢:

//James.Liu的代码

Tabletable=Session.Current.Catalog.OpenTable("usa.tab");

Mapmap=Session.Current.MapFactory.CreateEmptyMap(newSize(300,300));

LabelLayerlayer=newLabelLayer();

mapxtreme最新版_mapxtreme 售价_mapxtreme

map.Layers.Add(layer);

LabelSourcesource=newLabelSource(table);

source.DefaultLabelProperties.Caption="State_Name";

layer.Sources.Append(source);

//我的

mapxtreme_mapxtreme 售价_mapxtreme最新版

LabelLayer layer = new LabelLayer();

MapControl1.Map.Layers.Add(layer);

LabelSource source = new LabelSource(MapInfo.Engine.Session.Current.Catalog.GetTable("地名"));

source.DefaultLabelProperties.Caption = "f_name";//标注用到的那个字段名称

layer.Sources.Append(source);

看Layer.Sources的架势,好像可以共用一个LabelLayer,试试,的确可以


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-28606-1.html

    相关阅读
      发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

      热点图片
      拼命载入中...