Click or drag to resize

GlobalSourceBoundary Class

A global source that contributes to the entire network A GeoPoint can be provided, and more than one source of the same type is then valid. The closest source should then be used.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.BoundaryModuleGlobalSourceBoundary

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class GlobalSourceBoundary : IGlobalSourceBoundary, 
	IExtensibleDataObject

The GlobalSourceBoundary type exposes the following members.

Constructors
  NameDescription
Public methodGlobalSourceBoundary
Initializes a new instance of the GlobalSourceBoundary class
Top
Properties
  NameDescription
Public propertyApplicationType
Flag specifying where this boundary is applied
Public propertyBoundarySourceType
Type of boundary source, always returns GlobalSource
Public propertyDistributedOverrides
List of distributed boundaries that overrides the global value
Public propertyExtensionData
Data from an extended DataContract not recognized here
Public propertyGeoLocatedSources
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.
Public propertyGlobalSourceBoundaryType
Type of Global source boundary.
Public propertyGriddedSources
List of gridded sources.

In case of overlap of grids, the order in the list is determining priority.

Public propertyUseGeoLocatedSources
True if the global boudary has to use the geo located items or not. False by default.
Top
Methods
  NameDescription
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodValidate
Validate whether this source is correctly setup
Top
Extension Methods
  NameDescription
Public Extension MethodDistributionType
Type of distribution on reaches for the global boundary type
(Defined by BoundaryExtensions.)
Top
See Also