reg:sectorType

A sector is the counter-clockwise area between two half-lines

Complex Type Information

Model

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:Sector

Source

<xs:complexType name="sectorType">
  <xs:annotation>
    <xs:documentation>A sector is the counter-clockwise area between two half-lines</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="reg:shapeType">
      <xs:sequence>
        <xs:element name="Position" type="crd:double2Type">
          <xs:annotation>
            <xs:documentation>The vertex position of the sector</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PosAngle1" type="crd:posAngleType">
          <xs:annotation>
            <xs:documentation>The area ccw from this position angle is included</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PosAngle2" type="crd:posAngleType">
          <xs:annotation>
            <xs:documentation>The area cw from this position angle is included</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>