T_Junction_ElevationGrid
An elevation grid is a coarse square grid with z-values at evenly spaced points. Elevation grids do not replace OpenCRG.
Java class for t_junction_elevationGrid complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_junction_elevationGrid">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="elevation" type="{}t_junction_elevationGrid_elevation" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="gridSpacing" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard