Implementation of ISO 19148:2021 §6.2 Linear Referencing Method.Defines a linear referencing method - the specific procedure or algorithm for determining positions along linear features.Per ISO 19148 §6.2: A linear referencing method is a method for specifying a position along a linear element using a distance measure from a specified origin.Methods may optionally support lateral offset, making them suitable for 2D positioning (distance along + perpendicular offset).DIGGS LR methods establish:= Method name- How measurements are computed (absolute, relative, interpolative)- Units of measure for distances- Direction conventions (positive direction)- Whether lateral offsets are supported
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<element name="LinearReferencingMethod" type="diggs:LinearReferencingMethodType" substitutionGroup="gml:Definition"><annotation><documentation>Implementation of ISO 19148:2021 §6.2 Linear Referencing Method. Defines a linear referencing method - the specific procedure or algorithm for determining positions along linear features. Per ISO 19148 §6.2: A linear referencing method is a method for specifying a position along a linear element using a distance measure from a specified origin. Methods may optionally support lateral offset, making them suitable for 2D positioning (distance along + perpendicular offset). DIGGS LR methods establish: = Method name - How measurements are computed (absolute, relative, interpolative) - Units of measure for distances - Direction conventions (positive direction) - Whether lateral offsets are supported</documentation></annotation></element>