createAddLayer(ILayer layer, int index) Create an Add Layer command
Parameters: layer - the layer to add to the map. Parameters: index - the zorder where the layer will be added.
Create an Add Layer command
Parameters: layer - the layer to add to the map. Parameters: index - the zorder where the layer will be added. a new object that deletes the feature. See Also:AddLayerCommand
Create a Change CRS command
Parameters: map - the map for which the CRS is going to change. a new object that changes the CRS. See Also:ChangeCRSCommand
Create a delete layer command
Parameters: map - the map containing the layer Parameters: layer - the layer to delete a new object that deletes the layer. See Also:DeleteLayerCommand