Class GeoPathFactory

java.lang.Object
org.apache.lucene.spatial3d.geom.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 Details

    • 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.