Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Bir güzergahta birden fazla T="crosssection" objesi tanımlanabilir. Yolun durumuna göre belli bir kilometreden sonra eğim değişikliği yapmak için başka enine kesitler tanımlanır. Station o kesitin başlama noktası, LeftEdgeToHCL o kesitin yarı genişliğini verir. T="crossSectionSegment" objesi altında Slope, enine kesitin eğimini, Width ise o kesitin genişliğini ifade eder. Yani yolun tüm geniştiğini CrossSectionSegment altında parçalara ayırabilir farklı eğimler tanımlayabiliriz.

Enine Kesit için parametreler


Label

Mandatory

Name and Type Attributes

Default Description and Value Attributes

Other Attributes

1

Station

yes

N="Station"

D="Station: The longitudinal location of the cross-section along the alignment line." 
V="0"

Role="Input" 
UT="Length" 
UC="Coordinate"

2

Left Edge to HCL

yes

N="LeftEdgeToHCL" 

D="Left Edge to HCL: Transverse location of the left edge of the cross-section from the horizontal control line (from left-hand side looking up-station)." 
V="0"

Role="Input" 
UT="Length" 
UC="Coordinate"


Enine Kesit segment objesi için parametreler


Label

Mandatory

Name and Type Attributes

Default Description and Value Attributes

Other Attributes

1

Slope

yes

N="Slope" 

D="Eğim: The slope of the cross-section segment. Positive slope for inclination from left to right looking up-station on the alignment." 
V="0"

Role="Input" 
UT="Length" 
UC="Coordinate"

2

Width

yes

N="Width" 

D="Genişilk: The width of the cross-section segment along its slope." 
V="0"

Role="Input" 
UT="Length" 
UC="Coordinate"


Örnek:

<O N="Enine kesit" T="CrossSection">
    <P N="Station" V="300" />
    <P N="LeftEdgeToHCL" V="100" />
    <P N="ElevationAtHCL" V="0" />
    <O N="Sol" T="CrossSectionSegment">
        <P N="Slope" V="0.1" />
        <P N="Width" V="100" />
    </O>
    <O N="Sag" T="CrossSectionSegment">
        <P N="Slope" V="-0.1" />
        <P N="Width" V="50" />
    </O>
    <O N="Sag1" T="CrossSectionSegment">
        <P N="Slope" V="-0.1" />
        <P N="Width" V="50" />
    </O>
</O>

Şeklinde görülen kesiti oluşturur.

  • No labels