Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:ArcByCenterPointType / gml:radius
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index176.tmp#id510 index176.tmp#id509 index465.tmp#id664
Type gml:LengthType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="radius" type="gml:LengthType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:ArcByCenterPointType / gml:startAngle
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index176.tmp#id510 index176.tmp#id509 index564.tmp#id666
Type gml:AngleType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="startAngle" type="gml:AngleType" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:ArcByCenterPointType / gml:endAngle
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index176.tmp#id510 index176.tmp#id509 index564.tmp#id666
Type gml:AngleType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="endAngle" type="gml:AngleType" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:ArcByCenterPointType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index120.tmp#id249 index120.tmp#id250 index120.tmp#id251 index120.tmp#id248 index453.tmp#id668 index453.tmp#id669 index122.tmp#id119 index123.tmp#id261 index124.tmp#id265 index125.tmp#id266 index126.tmp#id120 index453.tmp#id663 index453.tmp#id665 index453.tmp#id667
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:radius , gml:startAngle{0,1} , gml:endAngle{0,1}
Children gml:coordinates, gml:endAngle, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:radius, gml:startAngle
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:CurveInterpolationType circularArcCenterPointWithRadius optional
numArc integer 1 required
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="ArcByCenterPointType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <choice>
          <choice>
            <element ref="gml:pos"/>
            <element ref="gml:pointProperty"/>
            <element ref="gml:pointRep"/>
          </choice>
          <element ref="gml:posList"/>
          <element ref="gml:coordinates"/>
        </choice>
        <element name="radius" type="gml:LengthType"/>
        <element name="startAngle" type="gml:AngleType" minOccurs="0"/>
        <element name="endAngle" type="gml:AngleType" minOccurs="0"/>
      </sequence>
      <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius"/>
      <attribute name="numArc" type="integer" use="required" fixed="1"/>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:ArcByCenterPointType / @interpolation
Namespace No namespace
Type gml:CurveInterpolationType
Properties
fixed: circularArcCenterPointWithRadius
Facets
enumeration linear
enumeration geodesic
enumeration circularArc3Points
enumeration circularArc2PointWithBulge
enumeration circularArcCenterPointWithRadius
enumeration elliptical
enumeration clothoid
enumeration conic
enumeration polynomialSpline
enumeration cubicSpline
enumeration rationalSpline
Used by
Source
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="circularArcCenterPointWithRadius"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Attribute gml:ArcByCenterPointType / @numArc
Namespace No namespace
Type integer
Properties
use: required
fixed: 1
Used by
Source
<attribute name="numArc" type="integer" use="required" fixed="1"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd