T_Road_Objects_Object_Surface_CRG

Elevation data described in {GLO_VAR_STA_ASAM_OpenCRG} are represented by the element within the

Java class for t_road_objects_object_surface_CRG complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_road_objects_object_surface_CRG">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="hideRoadSurfaceCRG" type="{}t_bool" />
      <attribute name="zScale" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFile(): String
Name of the file containing the CRG data.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Determines if the object CRG hides the road surface CRG.
Link copied to clipboard
open fun getZScale(): Double
z-scale factor for the surface description (default = 1.0).
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.
Link copied to clipboard
open fun setHideRoadSurfaceCRG(value: T_Bool)
Sets the value of the hideRoadSurfaceCRG property.
Link copied to clipboard
open fun setZScale(value: Double)
Sets the value of the zScale property.