Click or drag to resize

cEnviroInputMap Class

Joins an input map(row,col) with a list(by group) of Environmental Response functions (mediation functions).
Inheritance Hierarchy
SystemObject
  EwECorecEnviroInputMap

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEnviroInputMap : IEnviroInputData

The cEnviroInputMap type exposes the following members.

Properties
  NameDescription
Public propertyHistogramBinWidth
Public propertyIsDriverActive
Public propertyLayer
The basemap layer that provides the data that this map operates onto.
Public propertyMax
Public propertyMean
Public propertyMin
Public propertyName
Public propertynFleets
Public propertynGroups
Public propertyResponseIndexForGroup
Sets or gets the response(mediation) function index to use from the current cMediationDataStructures load during the Init(...)
Public propertyStart
Top
Methods
  NameDescription
Public methodEcosimInit
Public methodEcosimResponseFunction
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHistogram
Protected methodInit
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResponseFunction
Return a value for a cell in the input map base on the the response function for a group.
Protected methodsetManager
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
Set the Map to the input map then tell it which response functions to use for which groups setShapeForGroup(igroup) = iResponseFunction
See Also