Class Query.GeoRegion (2.0.0)

public abstract static class Query.GeoRegion implements Serializable

A geographic region intended for use in a StContainsFilter. Note that this is the only purpose for which it should be used: in particular, it is not suitable as a Property value to be stored in Datastore.

Inheritance

java.lang.Object > Query.GeoRegion

Implements

Serializable

Methods

contains(GeoPt point)

public abstract boolean contains(GeoPt point)

Determines whether the given GeoPt value lies within this geographic region. If the point lies on the border of the region it is considered to be contained.

Parameter
NameDescription
pointGeoPt
Returns
TypeDescription
boolean