Interface ArcStringByBulgeType

    • Method Detail

      • getGroup

        FeatureMap getGroup()
        Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Group' attribute list.
        See Also:
        Gml311Package.getArcStringByBulgeType_Group()
      • getPointProperty

        EList<PointPropertyType> getPointProperty()
        Returns the value of the 'Point Property' containment reference list. The list contents are of type PointPropertyType. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.
        Returns:
        the value of the 'Point Property' containment reference list.
        See Also:
        Gml311Package.getArcStringByBulgeType_PointProperty()
      • setPosList

        void setPosList​(DirectPositionListType value)
        Sets the value of the 'Pos List' containment reference.
        Parameters:
        value - the new value of the 'Pos List' containment reference.
        See Also:
        getPosList()
      • setCoordinates

        void setCoordinates​(CoordinatesType value)
        Sets the value of the 'Coordinates' containment reference.
        Parameters:
        value - the new value of the 'Coordinates' containment reference.
        See Also:
        getCoordinates()
      • getBulge

        EList<Double> getBulge()
        Returns the value of the 'Bulge' attribute list. The list contents are of type Double. The bulge controls the offset of each arc's midpoint. The "bulge" is the real number multiplier for the normal that determines the offset direction of the midpoint of each arc. The length of the bulge sequence is exactly 1 less than the length of the control point array, since a bulge is needed for each pair of adjacent points in the control point array. The bulge is not given by a distance, since it is simply a multiplier for the normal. The midpoint of the resulting arc is given by: midPoint = ((startPoint + endPoint)/2.0) + bulge*normal
        Returns:
        the value of the 'Bulge' attribute list.
        See Also:
        Gml311Package.getArcStringByBulgeType_Bulge()
      • getNormal

        EList<VectorType> getNormal()
        Returns the value of the 'Normal' containment reference list. The list contents are of type VectorType. The attribute "normal" is a vector normal (perpendicular) to the chord of the arc, the line joining the first and last point of the arc. In a 2D coordinate system, there are only two possible directions for the normal, and it is often given as a signed real, indicating its length, with a positive sign indicating a left turn angle from the chord line, and a negative sign indicating a right turn from the chord. In 3D, the normal determines the plane of the arc, along with the start and endPoint of the arc. The normal is usually a unit vector, but this is not absolutely necessary. If the normal is a zero vector, the geometric object becomes equivalent to the straight line between the two end points. The length of the normal sequence is exactly the same as for the bulge sequence, 1 less than the control point sequence length.
        Returns:
        the value of the 'Normal' containment reference list.
        See Also:
        Gml311Package.getArcStringByBulgeType_Normal()
      • setNumArc

        void setNumArc​(BigInteger value)
        Sets the value of the 'Num Arc' attribute.
        Parameters:
        value - the new value of the 'Num Arc' attribute.
        See Also:
        getNumArc()