VectorMapLayer.VectorMapLayer
VectorMapLayer(FeaturesSequence)
Creates new instance with default symbolizer.
public VectorMapLayer(FeaturesSequence featuresSequence)
| Parameter | Type | Description |
|---|
| featuresSequence | FeaturesSequence | Features sequence. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Argument is null. |
See Also
VectorMapLayer(FeaturesSequence, VectorSymbolizer)
Creates new instance with default symbolizer.
public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer)
| Parameter | Type | Description |
|---|
| featuresSequence | FeaturesSequence | Features sequence. |
| symbolizer | VectorSymbolizer | Symbolizer to use to render layer. If null, default symbolizer will be used. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Argument is null. |
See Also
VectorMapLayer(FeaturesSequence, VectorSymbolizer, Labeling, SpatialReferenceSystem)
Creates new instance with default symbolizer.
public VectorMapLayer(FeaturesSequence featuresSequence, VectorSymbolizer symbolizer,
Labeling labeling, SpatialReferenceSystem defaultReferenceSystem = null)
| Parameter | Type | Description |
|---|
| featuresSequence | FeaturesSequence | Features sequence. |
| symbolizer | VectorSymbolizer | Symbolizer to use to render layer. If null, default symbolizer will be used. |
| labeling | Labeling | Labeling to use to label features in layer. If null, default NullLabeling will be used. |
| defaultReferenceSystem | SpatialReferenceSystem | Specifies a value for a source spatial reference (layer\sequence) if that is missing. Default null will be used. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Argument is null. |
See Also
VectorMapLayer(VectorLayer, bool)
Creates new instance with default symbolizer.
public VectorMapLayer(VectorLayer layer, bool keepOpen = true)
| Parameter | Type | Description |
|---|
| layer | VectorLayer | Vector layer. |
| keepOpen | Boolean | true to leave the layer open after the VectorMapLayer object is disposed; otherwise, false. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Layer is null. |
See Also
VectorMapLayer(VectorLayer, VectorSymbolizer, bool)
Creates new instance.
public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, bool keepOpen = true)
| Parameter | Type | Description |
|---|
| layer | VectorLayer | Vector layer. |
| symbolizer | VectorSymbolizer | Symbolizer to use to render layer. If null, default symbolizer will be used. |
| keepOpen | Boolean | true to leave the layer open after the VectorMapLayer object is disposed; otherwise, false. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Layer is null. |
See Also
VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, bool)
Creates new instance.
public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, Labeling labeling,
bool keepOpen = true)
| Parameter | Type | Description |
|---|
| layer | VectorLayer | Vector layer. |
| symbolizer | VectorSymbolizer | Symbolizer to use to render layer. If null, default symbolizer will be used. |
| labeling | Labeling | Labeling to use to label features in layer. If null, default NullLabeling will be used. |
| keepOpen | Boolean | true to leave the layer open after the VectorMapLayer object is disposed; otherwise, false. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Layer is null. |
See Also
VectorMapLayer(VectorLayer, VectorSymbolizer, Labeling, SpatialReferenceSystem, bool)
Creates new instance.
public VectorMapLayer(VectorLayer layer, VectorSymbolizer symbolizer, Labeling labeling,
SpatialReferenceSystem defaultReferenceSystem, bool keepOpen = true)
| Parameter | Type | Description |
|---|
| layer | VectorLayer | Vector layer. |
| symbolizer | VectorSymbolizer | Symbolizer to use to render layer. If null, default symbolizer will be used. |
| labeling | Labeling | Labeling to use to label features in layer. If null, default NullLabeling will be used. |
| defaultReferenceSystem | SpatialReferenceSystem | Specifies a value for a source spatial reference (layer\sequence) if that is missing. Default null will be used. |
| keepOpen | Boolean | true to leave the layer open after the VectorMapLayer object is disposed; otherwise, false. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Layer is null. |
See Also