land:Curve
The distance from the Start to the Center provides the radius value.
The rotation attribute "rot" defines whether the arc travels clockwise or counter-clockwise from the Start to End point.
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
- Choice [3..*]
- land:Start Represents a 2D or 3D Starting or beginning PointDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- land:Center Represents a 2D or 3D Center PointDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- land:End Represents a 2D or 3D Ending PointDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- land:PI [0..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.
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rot | [1..1] | land:clockwise | ||
chord | [0..1] | xsd:double | ||
crvType | [0..1] | land:curveType | ||
delta | [0..1] | land:angle | ||
desc | [0..1] | xsd:string | ||
dirEnd | [0..1] | land:direction | ||
dirStart | [0..1] | land:direction | ||
external | [0..1] | xsd:double | ||
length | [0..1] | xsd:double | ||
midOrd | [0..1] | xsd:double | ||
name | [0..1] | xsd:string | ||
radius | [0..1] | xsd:double | ||
staStart | [0..1] | xsd:double | ||
state | [0..1] | land:stateType | ||
tangent | [0..1] | xsd:double | ||
oID | [0..1] | xsd:string | ||
note | [0..1] | xsd:string |
Used in
- Anonymous type of element Curve1
- Anonymous type of element Curve2
- Anonymous type of element land:CoordGeom
Sample instance
<land:Curve rot="cw"> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> </land:Curve>