complexType RectangleType
diagram index_p1544.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractSurfacePatchType
properties
base gml:AbstractSurfacePatchType
children gml:exterior
used by
element Rectangle
attributes
Name  Type  Use  Default  Fixed  annotation
interpolationgml:SurfaceInterpolationType    planar  
documentation
The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.
annotation
documentation
Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.
source <xs:complexType name="RectangleType">
 
<xs:annotation>
   
<xs:documentation>Represents a rectangle as a surface with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring must be five.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractSurfacePatchType">
     
<xs:sequence>
       
<xs:element ref="gml:exterior">
         
<xs:annotation>
           
<xs:documentation>Constraint: The Ring shall be a LinearRing and must form a rectangle; the first and the last position must be co-incident.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
       
<xs:annotation>
         
<xs:documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute RectangleType/@interpolation
type gml:SurfaceInterpolationType
properties
isRef 0
fixed planar
facets
Kind Value annotation 
enumeration none 
enumeration planar 
enumeration spherical 
enumeration elliptical 
enumeration conic 
enumeration tin 
enumeration parametricCurve 
enumeration polynomialSpline 
enumeration rationalSpline 
enumeration triangulatedSpline 
annotation
documentation
The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.
source <xs:attribute name="interpolation" type="gml:SurfaceInterpolationType" fixed="planar">
 
<xs:annotation>
   
<xs:documentation>The attribute "interpolation" specifies the interpolation mechanism used for this surface patch. Currently only planar surface patches are defined in GML 3, the attribute is fixed to "planar", i.e. the interpolation method shall return points on a single plane. The boundary of the patch shall be contained within that plane.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy