freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

arcengine開(kāi)發(fā)入門-文庫(kù)吧

2025-04-21 22:09 本頁(yè)面


【正文】 mbol:符號(hào) ? IMarkerSymbol:點(diǎn)狀符號(hào) ? ILineSymbol:線狀符號(hào)(線型) ? IFillSymbol:填充符號(hào)(填充圖案) SimpleMarkerSymbol ISimpleMarkerSymbol CreateSimpleMarkerSymbol(IRgbColor rgbColor, esriSimpleMarkerStyle inputStyle) { if(rgbColor == null || inputStyle == null) { return null。 } ISimpleMarkerSymbol simpleMarkerSymbol = new SimpleMarkerSymbolClass()。 = rgbColor。 = inputStyle。 return simpleMarkerSymbol。 } SimpleLineSymbol public ISimpleLineSymbol CreateSimpleLineSymbol(IRgbColor rgbColor, double inWidth, esriSimpleLineStyle inStyle) { if(rgbColor == null) { return null。 } ISimpleLineSymbol simpleLineSymbol = new SimpleLineSymbolClass()。 = inStyle。 = rgbColor。 = inWidth。 return simpleLineSymbol。 } SimpleFillSymbol public ISimpleFillSymbol CreateSimpleFillSymbol(IRgbColor fillColor, esriSimpleFillStyle fillStyle, IRgbColor borderColor, esriSimpleLineStyle borderStyle, double borderWidth) { if(fillColor == null || fillStyle == null || borderColor == null || borderStyle == null) { return null。 } ISimpleLineSymbol simpleLineSymbol = new SimpleLineSymbolClass()。 = borderWidth。 = borderColor。 = borderStyle。 ISimpleFillSymbol simpleFillSymbol = new SimpleFillSymbolClass()。 = simpleLineSymbol。 = fillStyle。 = fillColor。 return simpleFillSymbol。 } 矢量圖層渲染 ?矢量圖層: IFeatureRenderer 。 ?設(shè)置新的 Renderer后刷新 = renderer。 ()。 ()。 IFeatureRenderer ? ISimpleRenderer:簡(jiǎn)單渲染(所有要素采用相同的渲染方式) ? IUniqueValueRenderer:唯一值分類渲染 ? IClassBreaksRenderer:連續(xù)值分級(jí)渲染 SimpleRenderer ?所有要素采用相同的渲染方式 ?根據(jù)圖層的要素類型創(chuàng)建一個(gè) Symbol void SetFeatureLayerSimpleRenderer(IFeatureLayer layer, IColor outlineC
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1