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