Click or drag to resize

XYZLocationSpan Class

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class XYZLocationSpan : AbstractLocationSpan, 
	IXYZLocationSpan, ILocationSpan, IEquatable<ILocationSpan>

The XYZLocationSpan type exposes the following members.

Constructors
  NameDescription
Public methodXYZLocationSpan
Initializes a new instance of the XYZLocationSpan class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodCompareTo (Inherited from AbstractLocationSpan.)
Public methodContains(ILocation) (Inherited from AbstractLocationSpan.)
Public methodContains(ILocation, Double) (Inherited from AbstractLocationSpan.)
Public methodContainsChainage(Double) (Inherited from AbstractLocationSpan.)
Public methodContainsChainage(Double, Double) (Inherited from AbstractLocationSpan.)
Public methodCreateLocation
Public methodCreateSubLocationSpan
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(ILocationSpan)
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 methodGetEndLocation
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStartLocation
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIDEquals (Inherited from AbstractLocationSpan.)
Public methodIntersection(ILocationSpan)
Public methodIntersection(ILocationSpan, Double)
Public methodIntersection(Double, Double, Double)
Public methodLength (Inherited from AbstractLocationSpan.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMidPoint
Public methodOverLaps(ILocationSpan) (Inherited from AbstractLocationSpan.)
Public methodOverLaps(ILocationSpan, Double) (Inherited from AbstractLocationSpan.)
Public methodOverLaps(Double, Double, Double) (Inherited from AbstractLocationSpan.)
Public methodStrictContains(ILocation) (Inherited from AbstractLocationSpan.)
Public methodStrictContains(ILocationSpan) (Inherited from AbstractLocationSpan.)
Public methodStrictContainsChainage (Inherited from AbstractLocationSpan.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected field_id (Inherited from AbstractLocationSpan.)
Protected field_intID (Inherited from AbstractLocationSpan.)
Top
Extension Methods
  NameDescription
Public Extension MethodOverLap(ILocationSpan)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodOverLap(Double, Double)Overloaded. (Defined by GenericExtensions.)
Top
See Also