Click or drag to resize

IXYZLocationSpan Interface

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 interface IXYZLocationSpan : ILocationSpan, 
	IEquatable<ILocationSpan>

The IXYZLocationSpan type exposes the following members.

Properties
  NameDescription
Public propertyCoordinates
Public propertyEndChainage (Inherited from ILocationSpan.)
Public propertyID (Inherited from ILocationSpan.)
Public propertyStartChainage (Inherited from ILocationSpan.)
Top
Methods
  NameDescription
Public methodClone (Inherited from ILocationSpan.)
Public methodContains(ILocation) (Inherited from ILocationSpan.)
Public methodContains(ILocation, Double) (Inherited from ILocationSpan.)
Public methodContainsChainage(Double) (Inherited from ILocationSpan.)
Public methodContainsChainage(Double, Double) (Inherited from ILocationSpan.)
Public methodCreateLocation
Public methodCreateSubLocationSpan
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableILocationSpan.)
Public methodGetEndLocation
Public methodGetStartLocation
Public methodIntersection(ILocationSpan)
Public methodIntersection(ILocationSpan, Double)
Public methodIntersection(Double, Double, Double)
Public methodLength (Inherited from ILocationSpan.)
Public methodMidPoint
Public methodOverLaps(ILocationSpan) (Inherited from ILocationSpan.)
Public methodOverLaps(ILocationSpan, Double) (Inherited from ILocationSpan.)
Public methodOverLaps(Double, Double, Double) (Inherited from ILocationSpan.)
Public methodStrictContains(ILocation) (Inherited from ILocationSpan.)
Public methodStrictContains(ILocationSpan) (Inherited from ILocationSpan.)
Public methodStrictContainsChainage (Inherited from ILocationSpan.)
Top
Extension Methods
  NameDescription
Public Extension MethodOverLap(ILocationSpan)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodOverLap(Double, Double)Overloaded. (Defined by GenericExtensions.)
Top
See Also