Class TinType


  • public class TinType
    extends TriangulatedSurfaceType
    A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides. These networks satisfy the Delauny's criterion away from the modifications: Fore each triangle in the network, the circle passing through its vertices does not contain, in its interior, the vertex of any other triangle.

    Java class for TinType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TinType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}TriangulatedSurfaceType">
           <sequence>
             <element name="stopLines" type="{http://www.opengis.net/gml}LineStringSegmentArrayPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="breakLines" type="{http://www.opengis.net/gml}LineStringSegmentArrayPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="maxLength" type="{http://www.opengis.net/gml}LengthType"/>
             <element name="controlPoint">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element ref="{http://www.opengis.net/gml}posList"/>
                       <group ref="{http://www.opengis.net/gml}geometricPositionGroup" maxOccurs="unbounded" minOccurs="3"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>