Map Methods

The Map type exposes the following members.

Methods
  NameDescription
Public methodAdd(FeaturesSequence)
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
Public methodAdd(MapLayer)
Adds a layer to the map. Layers are rendered in addition order.
Public methodAdd(FeaturesSequence, VectorSymbolizer)
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
Public methodAdd(VectorLayer, Boolean)
Creates a VectorMapLayer with default symbolizer and adds it to the map. Layers are rendered in addition order.
Public methodAdd(FeaturesSequence, VectorSymbolizer, Labeling)
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
Public methodAdd(VectorLayer, VectorSymbolizer, Boolean)
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
Public methodAdd(VectorLayer, VectorSymbolizer, Labeling, Boolean)
Creates and adds a VectorMapLayer to the map. Layers are rendered in addition order.
Public methodDispose
Disposes resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the layers in the map.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRender(String, Renderer)
Renders map into a file.
Public methodRender(AbstractPath, Renderer)
Renders map into a file.
Public methodToString (Inherited from Object.)
See Also