Map Methods |
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(FeaturesSequence) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(MapLayer) |
Adds a layer to the map. Layers are rendered in addition order.
| |
| Add(FeaturesSequence, VectorSymbolizer) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, Boolean) |
Creates a VectorMapLayer with default symbolizer and adds it to the map. Layers are rendered in addition order.
| |
| Add(FeaturesSequence, VectorSymbolizer, Labeling) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, VectorSymbolizer, Boolean) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Add(VectorLayer, VectorSymbolizer, Labeling, Boolean) |
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
| |
| Dispose | Disposes resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the layers in the map. | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Render(String, Renderer) |
Renders map into a file.
| |
| Render(AbstractPath, Renderer) |
Renders map into a file.
| |
| ToString | (Inherited from Object.) |