geo:LineStringType

complexType LineStringType in namespace http://release.niem.gov/niem/adapters/geospatial/4.0/

Definition

A data type for a geometric curve that consists of a single segment with linear interpolation. A gml:LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation betw

Diagram

XML Schema

<xs:complexType name="LineStringType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a geometric curve that consists of a single segment with linear interpolation. A gml:LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation betw
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:LineString" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A gml:LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>