Uses of Class
dev.morphia.geo.Polygon
-
Packages that use Polygon Package Description dev.morphia.geo dev.morphia.query -
-
Uses of Polygon in dev.morphia.geo
Methods in dev.morphia.geo that return Polygon Modifier and Type Method Description static PolygonGeoJson. polygon(LineString exteriorBoundary, LineString... interiorBoundaries)Deprecated, for removal: This API element is subject to removal in a future version.Lets you create a Polygon representing a GeoJSON Polygon type.static PolygonGeoJson. polygon(Point... points)Deprecated, for removal: This API element is subject to removal in a future version.Create a new Polygon representing a GeoJSON Polygon type.Methods in dev.morphia.geo that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>MultiPolygon. getCoordinates()Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.morphia.geo with parameters of type Polygon Modifier and Type Method Description static MultiPolygonGeoJson. multiPolygon(Polygon... polygons)Deprecated, for removal: This API element is subject to removal in a future version.Create a new MultiPolygon representing a GeoJSON MultiPolygon type. -
Uses of Polygon in dev.morphia.query
Methods in dev.morphia.query with parameters of type Polygon Modifier and Type Method Description default TFieldEnd. within(Polygon boundary)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geoWithin(String, Polygon)insteaddefault TFieldEnd. within(Polygon boundary, CoordinateReferenceSystem crs)Deprecated, for removal: This API element is subject to removal in a future version.useFilters.geoWithin(String, Polygon)instead
-