The Initialize method will create a conversion matrix with the same number of rows as the /// number of elements in the ElementSet associated to the accepting component (i.e. the toElements) /// and the same number of columns as the number of elements in the ElementSet associated to the /// providing component (i.e. the fromElements).
/// ///Mapping is possible for any zero-, one- and two-dimensional elemets. Zero dimensional /// elements will always be points, one-dimensional elements will allways be polylines and two- /// dimensional elements will allways be polygons.
/// ///The ElementMapper contains a number of methods for mapping between the different element types. /// As an example polyline to polygon mapping may be done either as Weighted Mean or as Weighted Sum. /// Typically the method choice will depend on the quantity mapped. Such that state variables such as /// water level will be mapped using Weighted Mean whereas flux variables such as seepage from river /// to groundwater will be mapped using Weighted Sum. The list of available methods for a given /// combination of from and to element types is obtained using the GetAvailableMethods method.
///ArrayList of method descriptions
///ArrayList of method ID's
///[Key] [Value] [ReadOnly] [Description]-----------------
///["Type"] ["SpatialMapping"] [true] ["Using the ElementMapper"]
///["ID"] [The Operation ID] [true] ["Internal ElementMapper dataoperation ID"]
///["Description"] [The Operation Description] [true] ["Using the ElementMapper"]
///["ToElementType"] [ElementType] [true] ["Valid To-Element Types"]
///