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>
      </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
Gets the value of the file property.
Link copied to clipboard
Gets the value of the hideRoadSurfaceCRG property.
Link copied to clipboard
open fun getZScale(): Double
Gets the value of the zScale property.
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.