Package core.geometry
Class RoadGeometry
- java.lang.Object
-
- core.geometry.RoadGeometry
-
- All Implemented Interfaces:
InterfaceScenarioElement
public class RoadGeometry extends Object implements InterfaceScenarioElement
-
-
Constructor Summary
Constructors Constructor Description RoadGeometry(Roadgeom jaxb_geom, Map<Long,Roadparam> road_params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
ScenarioElementType
getSEType()
boolean
in_is_full_length()
boolean
out_is_full_length()
Roadgeom
to_jaxb()
void
validate_post_init(OTMErrorLog errorLog)
void
validate_pre_init(OTMErrorLog errorLog)
-
-
-
Constructor Detail
-
RoadGeometry
public RoadGeometry(Roadgeom jaxb_geom, Map<Long,Roadparam> road_params) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
getId
public final Long getId()
- Specified by:
getId
in interfaceInterfaceScenarioElement
-
getSEType
public final ScenarioElementType getSEType()
- Specified by:
getSEType
in interfaceInterfaceScenarioElement
-
validate_pre_init
public void validate_pre_init(OTMErrorLog errorLog)
-
validate_post_init
public void validate_post_init(OTMErrorLog errorLog)
-
to_jaxb
public Roadgeom to_jaxb()
- Specified by:
to_jaxb
in interfaceInterfaceScenarioElement
-
in_is_full_length
public boolean in_is_full_length()
-
out_is_full_length
public boolean out_is_full_length()
-
-