ArcObjects– tag –
-
ITransactions の使用方法
-
既存シェープファイル フィーチャクラスの取得
-
空間検索の高速化
概要 ArcObjectsのサンプルプログラムで提供している空間検索はArcMapと比較するとパフォーマンスが悪い。特に大量のデータ(数十万件)に対する場合だと差が歴然となる。 http://www.esrij.com/support/arcobjects/samples/Geodatabase/Accessing_Data/PerformSpatialQuery.html ここでは空間検索をより高速に行う方法について解説する。 処... -
フィーチャクラスからワークスペースを取得
-
ArcMap で DynamicDisplay を有効にする方法
-
ILookupSymbol::LookupSymbol の意味
ILookupSymbol::LookupSymbol 第1引数の意味 The firstpass parameter is a boolean passed in to indicate if this is the first time LookupSymbol is being called on the renderer (it is typically called in a loop). If firstpass is true, the renderer caches the symbols locally for speed in successive requests. firstpassパラ... -
印刷とエクスポート
IPrintAndExport -
指定した回数だけ ExtentStack を戻す
-
パイ チャート レンダラー
-
ラスター レイヤーの数値分類
ラスタの数値分類で設定する閾値はIRasterClassifyColorRampRenderer::Breakを使用する。閾値の範囲の下側の値を設定する。 .NET http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/000100000267000000.htm
