Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element gml:PolygonPatch
Namespace http://www.opengis.net/gml/3.2
Annotations
A gml:PolygonPatch is a surface patch that is defined by a set of boundary
curves and an underlying surface to which these curves adhere. The curves shall be coplanar
and the polygon uses planar interpolation in its interior. interpolation is fixed to
"planar", i.e. an interpolation shall return points on a single plane. The boundary of the
patch shall be contained within that plane.
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractSurfacePatchType.tmp#AbstractSurfacePatchTypegml3_2Profile_diggs_xsd_Complex_Type_gml_PolygonPatchType.tmp#http___www.opengis.net_gml_3.2_PolygonPatchType_interpolationgml3_2Profile_diggs_xsd_Element_gml_exterior.tmp#exteriorgml3_2Profile_diggs_xsd_Element_gml_interior.tmp#interiorgml3_2Profile_diggs_xsd_Complex_Type_gml_PolygonPatchType.tmp#http___www.opengis.net_gml_3.2_PolygonPatchTypegml3_2Profile_diggs_xsd_Element_gml_AbstractSurfacePatch.tmp#AbstractSurfacePatch
Type gml:PolygonPatchType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children gml:exterior, gml:interior
Instance
<gml:PolygonPatch interpolation="planar" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:exterior>{0,1}</gml:exterior>
  <gml:interior>{0,unbounded}</gml:interior>
</gml:PolygonPatch>
Attributes
QName Type Fixed Use
interpolation gml:SurfaceInterpolationType planar optional
Source
<element name="PolygonPatch" type="gml:PolygonPatchType" substitutionGroup="gml:AbstractSurfacePatch">
  <annotation>
    <documentation>A gml:PolygonPatch is a surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. The curves shall be coplanar and the polygon uses planar interpolation in its interior. interpolation is fixed to "planar", i.e. an interpolation shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
  </annotation>
</element>