reg:polygonType

Polygon: one or more vertices; counter-clockwise encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical

Complex Type Information

Model

Children: reg:Vertex

Attributes

QName Type Fixed Default Use Inheritable Annotation
fill_factor restriction of xs:double 1.0 optional
The fill_factor (value between 0 and 1) indicates the fraction of the region that is actually included; possible application: large scale resource coverage areas
note xs:string optional
unit crd:posUnitType deg optional

Used By

Element reg:Polygon

Source

<xs:complexType name="polygonType">
  <xs:annotation>
    <xs:documentation>Polygon: one or more vertices; counter-clockwise encircled area is enclosed; sides should span less than 180 deg in each coordinate if spherical</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="reg:shapeType">
      <xs:sequence>
        <xs:element name="Vertex" type="reg:vertexType" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>In order to form polygons, vertices are to be connected with straight line segments. In the case of spherical coordinates: greatcircle segments; if a smallCircle element si present, the vertex and its predecessor are to be connected with a smallcircle, by default in the CoordSys that is referenced; optionally, a pole may be specified (other than the CoordSys pole) that defines the smallcircle system</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>