AffectedRoadStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Road ReferencePointLinear
LinkProjection LinkProjection
Offset OffsetStructure

Example

{
  "Road" : {
    "referencePointPrimaryLocation" : {
      "referencePoint" : { },
      "referencePointPrimaryLocationExtension" : { }
    },
    "referencePointSecondaryLocation" : {
      "referencePoint" : { },
      "referencePointSecondaryLocationExtension" : { }
    },
    "referencePointLinearExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "LinkProjection" : {
    "Line" : {
      "PointProjection" : [ { }, { } ]
    },
    "Features" : {
      "GisFeatureRef" : [ { }, { } ]
    }
  },
  "Offset" : {
    "DistanceFromStart" : 12345,
    "DistanceFromEnd" : 12345
  }
}