public class ArcFromBulgeCalculator
extends java.lang.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 |
|---|---|
java.util.Vector |
getCentralPoint()
Method that allows to obtain a set of points located in the central zone of
this arc object
|
java.util.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 java.util.Vector getPoints(double inc)
inc - Distance between points in the arcpublic java.util.Vector getCentralPoint()