public class ArcFromBulgeCalculator extends Object
Constructor and Description |
---|
ArcFromBulgeCalculator(double[] p1,
double[] p2,
double bulge)
This method calculates an arc given by a start and end points and a bulge
|
Modifier and Type | Method and Description |
---|---|
Vector |
getCentralPoint()
Method that allows to obtain a set of points located in the central zone of
this arc object
|
Vector |
getPoints(double inc)
This method calculates an arc in a Gis geometry model.
|
public ArcFromBulgeCalculator(double[] p1, double[] p2, double bulge)
p1
- Start point of the arc given by a Point2Dp2
- End point of the arc given by a Point2Dbulge
- Bulge of the arc given by a double valuepublic Vector getPoints(double inc)
inc
- Distance between points in the arcpublic Vector getCentralPoint()