GlobalSourceBoundary Class |
Namespace: DHI.Mike1D.BoundaryModule
public class GlobalSourceBoundary : IGlobalSourceBoundary, IExtensibleDataObject
The GlobalSourceBoundary type exposes the following members.
Name | Description | |
---|---|---|
GlobalSourceBoundary | Initializes a new instance of the GlobalSourceBoundary class |
Name | Description | |
---|---|---|
BoundarySourceType |
Type of boundary source, always returns GlobalSource
| |
DistributedOverrides |
List of distributed boundaries that overrides the global value
| |
DistributionType |
Type of distribution
| |
ExtensionData |
Data from an extended DataContract not recognized here
| |
GeoLocatedSources |
List of Geo Located Items.
It is allowed not to set the Geo Point only if the list contains one item.
If the list contains more than one item, it is required that all
Geo Located Items have a valid Geo Point, otherwise an error message will be
thrown.
| |
GlobalSourceBoundaryType |
Type of Global source boundary.
| |
GriddedSources |
List of gridded sources.
In case of overlap of grids, the order in the list is determining priority. | |
UseGeoLocatedSources |
True if the global boudary has to use the geo located items or not.
False by default.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
Validate |
Validate whether this source is correctly setup
|