Class GeoPathFactory


  • public class GeoPathFactory
    extends Object
    Class which constructs a GeoPath representing an arbitrary path.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Method Detail

      • makeGeoPath

        public static GeoPath makeGeoPath​(PlanetModel planetModel,
                                          double maxCutoffAngle,
                                          GeoPoint[] pathPoints)
        Create a GeoPath of the right kind given the specified information.
        Parameters:
        planetModel - is the planet model.
        maxCutoffAngle - is the width of the path, measured as an angle.
        pathPoints - are the points in the path.
        Returns:
        a GeoPath corresponding to what was specified.