DirectionalMeanLine
Description
Definition
object {
| Name | Type | Description |
|---|---|---|
| cartesianAngle | number | the mean angle of all lines. (measure from due earth counterclockwise). |
| bearingAngle | number | the mean angle of all lines. (bearing). |
| circularVariance | number | the extent to which features all point in the same direction. the value ranges 0-1, the bigger the value, the more variation in directions between lines. |
| averageX | number | the centroid of all lines. |
| averageY | number | the centroid of all line. |
| averageLength | number | the average length of line. |
| countOfLines | number | the count of features. |
}