land:AlignPI
A Single Alignment PI Definition
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- All [1..1]
- Station [1..1] Station Name
- land:PI [1..1] Represents a 2D or 3D Point of IntersectionDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- InSpiral [0..1] In Spiral Definition
- Curve1 [0..1] First Curve Definition
- ConnSpiral [0..1] Connecting Spiral Definition
- Curve2 [0..1] Second Curve Definition
- OutSpiral [0..1] Out Spiral Definition
Attributes
None
Used in
- Anonymous type of element land:AlignPIs
Sample instance
<land:AlignPI> <Station>1.0</Station> <land:PI>Any text, intermingled with:1.0 1.0</land:PI> <InSpiral> <land:Spiral length="1.0" radiusEnd="1.0" radiusStart="1.0" rot="cw" spiType="biquadratic"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> <land:Feature> <!--any element--> </land:Feature> </land:Spiral> </InSpiral> <Curve1> <land:Curve rot="cw"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> </land:Curve> </Curve1> <ConnSpiral> <land:Spiral length="1.0" radiusEnd="1.0" radiusStart="1.0" rot="cw" spiType="biquadratic"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> <land:Feature> <!--any element--> </land:Feature> </land:Spiral> </ConnSpiral> <Curve2> <land:Curve rot="cw"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> </land:Curve> </Curve2> <OutSpiral> <land:Spiral length="1.0" radiusEnd="1.0" radiusStart="1.0" rot="cw" spiType="biquadratic"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> <land:Feature> <!--any element--> </land:Feature> </land:Spiral> </OutSpiral> </land:AlignPI>