Click or drag to resize

LinesOperators Class

This module lists all the operators that can be dynamically attached to McLines objects.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.OperatorsLinesOperators

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public NotInheritable Class LinesOperators

The LinesOperators type exposes the following members.

Methods
  NameDescription
Public methodStatic membermaLnEndXY
The X,Y coordinates of the end of the line.
Public methodStatic membermaLnPositionXY
The X,Y coordinates of the mean position of the line.
Public methodStatic membermaLnStartXY
The X,Y coordinates of the start of the line.
Public methodStatic memberMeasures
Measures give access to all measurements.
Public methodStatic membermlLnChordAsLine
The chord of the lines (start to end points) as a McLines.
Public methodStatic membermLnAngle
Angle counterclockwise from the horizontal, in degrees.
Public methodStatic membermLnBestFitArcAngle
Angle in degrees of best-fit arc created from polyline.
Public methodStatic membermLnBestFitArcCenterX
Center X of best-fit arc created from polyline.
Public methodStatic membermLnBestFitArcCenterY
Center Y of best-fit arc created from polyline.
Public methodStatic membermLnBestFitArcRadius
Radius of best-fit arc created from polyline.
Public methodStatic membermLnChordLength
The chord (start to end) line length.
Public methodStatic membermLnChordRatio
Ratio of the chord length, mLnChordLength, to the total length, mLnLength.
Public methodStatic membermLnEndX
The Y coordinate of the end of the line.
Public methodStatic membermLnEndY
The Y coordinate of the end of the line.
Public methodStatic membermLnLength
The total length of the line.
Public methodStatic membermLnLengthUncalib
Uncalibrated line length.
Public methodStatic membermLnPositionX
The Y coordinate of the mean position of the line.
Public methodStatic membermLnPositionY
The Y coordinate of the mean position of the line.
Public methodStatic membermLnSegmentCount
Count of non-degenerate segments.
Public methodStatic membermLnStartX
The X coordinate of the start of the line.
Public methodStatic membermLnStartY
The Y coordinate of the start of the line.
Public methodStatic membermpLnEndAsPoint
The end of the lines as a McPoints.
Public methodStatic membermpLnPositionAsPoint
The mean position of the lines as a McPoints.
Public methodStatic membermpLnStartAsPoint
The start of the lines as a McPoints.
Public methodStatic memberProfiles
Holds sampled luminance profiles for the line features.
Public methodStatic memberReference
Holds a reference feature for measurements that require it.
Public methodStatic memberThreshold
A local threshold operator.
Top
Remarks