Class PointType


public class PointType extends AbstractGeometricPrimitiveType
Java class for PointType complex type.

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

 <complexType name="PointType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricPrimitiveType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/gml/3.2}pos"/>
           <element ref="{http://www.opengis.net/gml/3.2}coordinates"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>