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.
createAddManyLayers(Collection layers, int index) Create an AddLayers command that adds all the layers in the collection
Parameters: evaluationObject - the layer to add to the map. Parameters: index - the zorder where the layer will be added.
createAddManyLayers(Collection layers) Create an AddLayers command that adds all the layers in the collection
Parameters: evaluationObject - the layer to add to the map.
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 an AddLayers command that adds all the layers in the collection
Parameters: evaluationObject - 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:AddLayersCommand
Create an AddLayers command that adds all the layers in the collection
Parameters: evaluationObject - the layer to add to the map. a new object that deletes the feature. See Also:AddLayersCommand
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 CreateMapCommand
Parameters: name - the name of the map Parameters: layerResources - the IGeoResources that will make up the layers of the map. Parameters: owner - The project that will contain the map.
Create a CreateMapCommand
Parameters: layerResources - the IGeoResources that will make up the layers of the map. Parameters: owner - The project that will contain the map.
Create a CreateMapCommand
Parameters: name - the name of the map Parameters: layerResources - the IGeoResources that will make up the layers of the map.
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