Showing:

Attributes
Diagrams
Properties
Source
Used by
Element gml:CircleByCenterPointType / gml:radius
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index95.tmp#id288 index95.tmp#id287 index465.tmp#id455
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
Complex Type gml:CircleByCenterPointType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index172.tmp#id427 index172.tmp#id428 index172.tmp#id429 index172.tmp#id426 index1168.tmp#id459 index1168.tmp#id460 index174.tmp#id128 index132.tmp#id267 index175.tmp#id270 index176.tmp#id271 index177.tmp#id129 index1168.tmp#id454 index1168.tmp#id456 index1168.tmp#id458 index1168.tmp#id453 index174.tmp#id128 index132.tmp#id267 index175.tmp#id270 index176.tmp#id271 index177.tmp#id129 index1174.tmp#id462
Type restriction of gml:ArcByCenterPointType
Type hierarchy
Used by
Model (gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates) , gml:radius
Children gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList, gml:radius
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="CircleByCenterPointType">
  <complexContent>
    <restriction base="gml:ArcByCenterPointType">
      <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"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd