Overload | Description |
---|---|
CreateCircularArc(MapPoint,MapPoint,Coordinate2D,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc built from three points. |
CreateCircularArc(MapPoint,MapPoint,Coordinate2D,ArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc built from end points and the center point. |
CreateCircularArc(MapPoint,Double,Double,Double,ArcOrientation,MinorOrMajor,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc. |
CreateCircularArc(MapPoint,Double,Double,Double,ArcOrientation,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc. |
CreateCircularArc(Double,Double,Coordinate2D,Double,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc. |
CreateCircularArc(Segment,Segment,Double,Coordinate2D,SpatialReference) | Convenience method to create a new instance of the EllipticArcSegment class. The segment will be a circular arc of the given radius and tangent to two segments. |
CreateCircularArc(Segment,Boolean,ArcOrientation,Double,Double,SpatialReference) | Builds a new instance of the EllipticArcSegment class. The new instance will be a circular arc. |