Definition Type: Element
Name: OffsetCurve
Namespace: http://www.opengis.net/gml/3.2
Type: gml:OffsetCurveType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
An offset curve is a curve at a constant distance from the basis curve. offsetBase is the base curve from which this curve is defined as an offset. distance and refDirection have the same meaning as specified in ISO 19107:2003, 6.4.23. The content model follows the general pattern for the encoding of curve segments.
Collapse XSD Schema Diagram:
Drilldown into refDirection in schema geometryprimitives_xsd Drilldown into distance in schema geometryprimitives_xsd Drilldown into offsetBase in schema geometryprimitives_xsd Drilldown into numDerivativeInterior in schema geometryprimitives_xsd Drilldown into numDerivativesAtEnd in schema geometryprimitives_xsd Drilldown into numDerivativesAtStart in schema geometryprimitives_xsd Drilldown into AbstractCurveSegmentType in schema geometryprimitives_xsd Drilldown into OffsetCurveType in schema geometryprimitives_xsdXSD Diagram of OffsetCurve in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="OffsetCurve" type="gml:OffsetCurveType" substitutionGroup="gml:AbstractCurveSegment">
    <annotation>
        <documentation>An offset curve is a curve at a constant distance from the basis curve. offsetBase is the base curve from which this curve is defined as an offset. distance and refDirection have the same meaning as specified in ISO 19107:2003, 6.4.23.
The content model follows the general pattern for the encoding of curve segments.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
offsetBase gml:offsetBase (1) (1)
distance gml:distance (1) (1)
refDirection gml:refDirection 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
numDerivativesAtStart gml:numDerivativesAtStart 0 (Optional)
numDerivativesAtEnd gml:numDerivativesAtEnd 0 (Optional)
numDerivativeInterior gml:numDerivativeInterior 0 (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractCurveSegment