-
- All Implemented Interfaces:
public final class GeoPolygon extends Geometry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GeoPolygon.Companion
-
Method Summary
Modifier and Type Method Description final ArrayList<GeoPoint>
getOuter()
Corner points that constitute the geometry as Location objects final ArrayList<ArrayList<GeoPoint>>
getInners()
Geometry may have empty spaces inside, like a donut shape. final GeometryType
getType()
Returns the actual type of the geofence, e.g. final GeoCircle
getEnclosingCircle()
Returns the enclosing circle in gps space of the geofence -
-
Method Detail
-
getOuter
final ArrayList<GeoPoint> getOuter()
Corner points that constitute the geometry as Location objects
-
getInners
final ArrayList<ArrayList<GeoPoint>> getInners()
Geometry may have empty spaces inside, like a donut shape. inners keeps enclosed shapes that correspond to empty spaces for the geometry.
-
getType
final GeometryType getType()
Returns the actual type of the geofence, e.g. GeometryPolygon. See com.pointrlabs.core.geometry.GeometryType
-
getEnclosingCircle
final GeoCircle getEnclosingCircle()
Returns the enclosing circle in gps space of the geofence
-
-
-
-