Definition Type: ComplexType
Name: CircularArcType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: gml:AbstractGeometricPrimitiveType
Containing Schema: ols.xsd
Abstract
Documentation:
This is Modeled after GML ArcByCenterPointType.
Collapse XSD Schema Diagram:
Drilldown into endAngle in schema ols_xsd Drilldown into startAngle in schema ols_xsd Drilldown into outerRadius in schema ols_xsd Drilldown into innerRadius in schema ols_xsd Drilldown into pos in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractGMLType in schema gml_xsd Drilldown into srsDimension in schema gml_xsd Drilldown into srsName in schema gml_xsd Drilldown into SRSReferenceGroup in schema gml_xsd Drilldown into AbstractGeometryType in schema gml_xsd Drilldown into AbstractGeometricPrimitiveType in schema gml_xsd Drilldown into numArc in schema ols_xsd Drilldown into interpolation in schema ols_xsdXSD Diagram of CircularArcType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="CircularArcType">
    <annotation>
        <documentation>This is Modeled after GML ArcByCenterPointType. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGeometricPrimitiveType">
            <sequence>
                <element ref="gml:pos" />
                <element name="innerRadius" type="gml:LengthType">
                    <annotation>
                        <documentation>The radius of the inner arc.</documentation>
                    </annotation>
                </element>
                <element name="outerRadius" type="gml:LengthType">
                    <annotation>
                        <documentation>The radius of the outer arc.</documentation>
                    </annotation>
                </element>
                <element name="startAngle" type="gml:AngleType">
                    <annotation>
                        <documentation>The bearing of the arc and radial line at the start.</documentation>
                    </annotation>
                </element>
                <element name="endAngle" type="gml:AngleType">
                    <annotation>
                        <documentation>The bearing of the arc and radial line at the end.</documentation>
                    </annotation>
                </element>
            </sequence>
            <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius">
                <annotation>
                    <documentation>The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism
uses the control points and control parameters to determine the position of this curve segment. For an ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius".</documentation>
                </annotation>
            </attribute>
            <attribute name="numArc" type="integer" use="required" fixed="1">
                <annotation>
                    <documentation>Since this type describes always a single arc, the attribute is fixed to "1".</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
pos gml:pos (1) (1)
innerRadius xls:innerRadius (1) (1)
outerRadius xls:outerRadius (1) (1)
startAngle xls:startAngle (1) (1)
endAngle xls:endAngle (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
srsName gml:srsName Optional
srsDimension gml:srsDimension Optional
interpolation xls:interpolation (Optional)
numArc xls:numArc Required
Collapse Derivation Tree:
Collapse References:
xls:CircularArc