-
- All Implemented Interfaces:
public final class GeoMultiPolygon extends Geometry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GeoMultiPolygon.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<GeoPolygon>
polygons
private final GeometryType
type
private final GeoCircle
enclosingCircle
-
Constructor Summary
Constructors Constructor Description GeoMultiPolygon(String json)
GeoMultiPolygon(List<GeoPolygon> outer)
-
Method Summary
Modifier and Type Method Description final List<GeoPolygon>
getPolygons()
List of polygons 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 -
-
Constructor Detail
-
GeoMultiPolygon
GeoMultiPolygon(String json)
-
GeoMultiPolygon
GeoMultiPolygon(List<GeoPolygon> outer)
-
-
Method Detail
-
getPolygons
final List<GeoPolygon> getPolygons()
List of polygons
-
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
-
-
-
-