public class GeoPathFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static GeoPath |
makeGeoPath(PlanetModel planetModel,
double maxCutoffAngle,
GeoPoint[] pathPoints)
Create a GeoPath of the right kind given the specified information.
|
public static GeoPath makeGeoPath(PlanetModel planetModel, double maxCutoffAngle, GeoPoint[] pathPoints)
planetModel - is the planet model.maxCutoffAngle - is the width of the path, measured as an angle.pathPoints - are the points in the path.Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.