VectorMapLayer.VectorMapLayer

VectorMapLayer(FeaturesSequence)

Creates new instance with default symbolizer.

public VectorMapLayer(FeaturesSequence featuresSequence)
ParameterTypeDescription
featuresSequenceFeaturesSequenceFeatures sequence.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also


VectorMapLayer(FeaturesSequence, VectorSymbolizer)

Creates new instance with default symbolizer.

public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer)
ParameterTypeDescription
featuresSequenceFeaturesSequenceFeatures sequence.
symbolizerVectorSymbolizerSymbolizer to use to render layer. If null, default symbolizer will be used.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also


VectorMapLayer(FeaturesSequence, VectorSymbolizer, Labeling)

Creates new instance with default symbolizer.

public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer, 
    Labeling labeling)
ParameterTypeDescription
featuresSequenceFeaturesSequenceFeatures sequence.
symbolizerVectorSymbolizerSymbolizer to use to render layer. If null, default symbolizer will be used.
labelingLabelingLabeling to use to label features in layer. If null, default NullLabeling will be used.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also


VectorMapLayer(VectorLayer, bool)

Creates new instance with default symbolizer.

public VectorMapLayer(VectorLayer layer, bool keepOpen = true)
ParameterTypeDescription
layerVectorLayerVector layer.
keepOpenBooleantrue to leave the layer open after the VectorMapLayer object is disposed; otherwise, false.

Exceptions

exceptioncondition
ArgumentNullExceptionLayer is null.

See Also


VectorMapLayer(VectorLayer, VectorSymbolizer, bool)

Creates new instance.

public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, bool keepOpen = true)
ParameterTypeDescription
layerVectorLayerVector layer.
symbolizerVectorSymbolizerSymbolizer to use to render layer. If null, default symbolizer will be used.
keepOpenBooleantrue to leave the layer open after the VectorMapLayer object is disposed; otherwise, false.

Exceptions

exceptioncondition
ArgumentNullExceptionLayer is null.

See Also


VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, bool)

Creates new instance.

public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, Labeling labeling, 
    bool keepOpen = true)
ParameterTypeDescription
layerVectorLayerVector layer.
symbolizerVectorSymbolizerSymbolizer to use to render layer. If null, default symbolizer will be used.
labelingLabelingLabeling to use to label features in layer. If null, default NullLabeling will be used.
keepOpenBooleantrue to leave the layer open after the VectorMapLayer object is disposed; otherwise, false.

Exceptions

exceptioncondition
ArgumentNullExceptionLayer is null.

See Also