land:Pnts
The collection of points that defined the surface. The "P" point id values are unique per surface.
The id values are referenced by the surface faces and breaklines.
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
- land:P [3..*] A surface point. it contains an id attribute and a space delimited "northing easting elevation" text value.The id values are referenced by the surface faces for the coordinate values.
Attributes
None
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | uSrfPntNum | P | @id |
Used in
- Anonymous type of element land:Definition
Sample instance
<land:Pnts> <land:P id="1">Any text, intermingled with:1.0 1.0</land:P> </land:Pnts>