Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element diggs:PolygonPatch
Namespace http://diggsml.org/schema-dev
Annotations
A Diggs geometry object defining a polygon that serves as the definition
of a patch comprising a MultiPlanarSurface
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractSurfacePatchType.tmp#AbstractSurfacePatchTypeKernel_xsd_Complex_Type_diggs_PolygonPatchType.tmp#PolygonPatchType_interpolationgml3_2Profile_diggs_xsd_Element_gml_exterior.tmp#exteriorgml3_2Profile_diggs_xsd_Element_gml_interior.tmp#interiorKernel_xsd_Complex_Type_diggs_PolygonPatchType.tmp#PolygonPatchType_uncertaintyKernel_xsd_Complex_Type_diggs_PolygonPatchType.tmp#PolygonPatchTypegml3_2Profile_diggs_xsd_Element_gml_AbstractSurfacePatch.tmp#AbstractSurfacePatch
Type diggs:PolygonPatchType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children diggs:uncertainty, gml:exterior, gml:interior
Instance
<diggs:PolygonPatch interpolation="planar" xmlns:diggs="http://diggsml.org/schema-dev" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:exterior>{0,1}</gml:exterior>
  <gml:interior>{0,unbounded}</gml:interior>
  <diggs:uncertainty>{0,1}</diggs:uncertainty>
</diggs:PolygonPatch>
Attributes
QName Type Fixed Use
interpolation gml:SurfaceInterpolationType planar optional
Source
<element name="PolygonPatch" substitutionGroup="gml:AbstractSurfacePatch" type="diggs:PolygonPatchType">
  <annotation>
    <documentation>A Diggs geometry object defining a polygon that serves as the definition of a patch comprising a MultiPlanarSurface</documentation>
  </annotation>
</element>