public class GeoS2ShapeFactory extends Object
Modifier and Type | Method and Description |
---|---|
static GeoPolygon |
makeGeoS2Shape(PlanetModel planetModel,
GeoPoint point1,
GeoPoint point2,
GeoPoint point3,
GeoPoint point4)
Creates a convex polygon with 4 planes by providing 4 points in CCW.
|
public static GeoPolygon makeGeoS2Shape(PlanetModel planetModel, GeoPoint point1, GeoPoint point2, GeoPoint point3, GeoPoint point4)
planetModel
- The planet modelpoint1
- the first point.point2
- the second point.point3
- the third point.point4
- the four point.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.