Name | Description | |
---|---|---|
Instance | Gets the singleton instance for IMapFactory |
The following tables list the members exposed by MapFactory.
Name | Description | |
---|---|---|
CanConvertMap | Determines whether the map can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. | |
CanConvertMapFromItem | Determine whether the map item can be converted to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. | |
CanCreateMapFrom | Determines whether a map can be created from an Item. | |
ConvertMap | Convert the input map to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. | |
ConvertMapFromItem | Convert the input map item to the specified output type. This method must be called on the MCT. Use QueuedTask.Run. | |
CopyMap | Copies the input map and adds it to the project. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateLocalBasemap | Creates a local basemap of MapType.Basemap ArcGIS.Core.CIM.MapType. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateMap | Overloaded. | |
CreateMapFromItem | Creates a new Map in the project using an item e.g. webmap, mxd etc. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateMapFromJson | Creates a new Map in the project. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateScene | Creates a map of type MapType.Scene ArcGIS.Core.CIM.MapType with a specified ground elevation source. This method must be called on the MCT. Use QueuedTask.Run. |