VectorMapLayer.VectorMapLayer

VectorMapLayer(FeaturesSequence)

デフォルトのシンボライザーで新しいインスタンスを作成します。

public VectorMapLayer(FeaturesSequence featuresSequence)
パラメータタイプ説明
featuresSequenceFeaturesSequence機能シーケンス。

例外

例外調子
ArgumentNullException引数はnull.

関連項目


VectorMapLayer(FeaturesSequence, VectorSymbolizer)

デフォルトのシンボライザーで新しいインスタンスを作成します。

public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer)
パラメータタイプ説明
featuresSequenceFeaturesSequence機能シーケンス。
symbolizerVectorSymbolizerレイヤーのレンダリングに使用するシンボライザー。もしもnull、デフォルトのシンボライザーが使用されます。

例外

例外調子
ArgumentNullException引数はnull.

関連項目


VectorMapLayer(FeaturesSequence, VectorSymbolizer, Labeling)

デフォルトのシンボライザーで新しいインスタンスを作成します。

public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer, 
    Labeling labeling)
パラメータタイプ説明
featuresSequenceFeaturesSequence機能シーケンス。
symbolizerVectorSymbolizerレイヤーのレンダリングに使用するシンボライザー。もしもnull、デフォルトのシンボライザーが使用されます。
labelingLabelingレイヤー内のフィーチャにラベルを付けるために使用するラベリング。もしもnull、 デフォルトNullLabeling使用されます.

例外

例外調子
ArgumentNullException引数はnull.

関連項目


VectorMapLayer(VectorLayer, bool)

デフォルトのシンボライザーで新しいインスタンスを作成します。

public VectorMapLayer(VectorLayer layer, bool keepOpen = true)
パラメータタイプ説明
layerVectorLayerベクターレイヤー。
keepOpenBooleantrueレイヤーを開いたままにするVectorMapLayerオブジェクトが破棄されます。さもないと、false .

例外

例外調子
ArgumentNullExceptionレイヤーはnull.

関連項目


VectorMapLayer(VectorLayer, VectorSymbolizer, bool)

新しいインスタンスを作成します。

public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, bool keepOpen = true)
パラメータタイプ説明
layerVectorLayerベクターレイヤー。
symbolizerVectorSymbolizerレイヤーのレンダリングに使用するシンボライザー。もしもnull、デフォルトのシンボライザーが使用されます。
keepOpenBooleantrueレイヤーを開いたままにするVectorMapLayerオブジェクトが破棄されます。さもないと、false .

例外

例外調子
ArgumentNullExceptionレイヤーはnull.

関連項目


VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, bool)

新しいインスタンスを作成します。

public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, Labeling labeling, 
    bool keepOpen = true)
パラメータタイプ説明
layerVectorLayerベクターレイヤー。
symbolizerVectorSymbolizerレイヤーのレンダリングに使用するシンボライザー。もしもnull、デフォルトのシンボライザーが使用されます.
labelingLabelingレイヤー内のフィーチャにラベルを付けるために使用するラベリング。もしもnull、 デフォルトNullLabeling使用されます.
keepOpenBooleantrueレイヤーを開いたままにするVectorMapLayerオブジェクトが破棄されます。さもないと、false .

例外

例外調子
ArgumentNullExceptionレイヤーはnull.

関連項目