Interface GeoBuilders
@ProviderType
public interface GeoBuilders
-
Method Summary
Modifier and TypeMethodDescriptioncircleShape
(Coordinate centerCoordinate, GeoDistance radiusGeoDistance) coordinate
(double x, double y) coordinate
(double x, double y, double z) envelopeShape
(Coordinate topLeftCoordinate, Coordinate bottomRightCoordinate) geoDistance
(double distance) geoDistance
(double distance, DistanceUnit distanceUnit) geoLocationPoint
(double latitude, double longitude) geoLocationPoint
(long geoHash) geoLocationPoint
(String geoHash) lineStringShape
(List<Coordinate> coordinates) multiPointShape
(List<Coordinate> coordinates) multiPolygonShape
(Orientation orientation) pointShape
(Coordinate coordinate) polygonShape
(LineStringShape shellLineStringShape, Orientation orientation)
-
Method Details
-
circleShape
-
circleShapeBuilder
CircleShapeBuilder circleShapeBuilder() -
coordinate
-
coordinate
-
envelopeShape
-
envelopeShapeBuilder
EnvelopeShapeBuilder envelopeShapeBuilder() -
geoDistance
-
geoDistance
-
geoLocationPoint
-
geoLocationPoint
-
geoLocationPoint
-
geometryCollectionShapeBuilder
GeometryCollectionShapeBuilder geometryCollectionShapeBuilder() -
lineStringShape
-
lineStringShapeBuilder
LineStringShapeBuilder lineStringShapeBuilder() -
multiLineStringShapeBuilder
MultiLineStringShapeBuilder multiLineStringShapeBuilder() -
multiPointShape
-
multiPointShapeBuilder
MultiPointShapeBuilder multiPointShapeBuilder() -
multiPolygonShape
-
multiPolygonShapeBuilder
MultiPolygonShapeBuilder multiPolygonShapeBuilder() -
pointShape
-
pointShapeBuilder
PointShapeBuilder pointShapeBuilder() -
polygonShape
-
polygonShapeBuilder
PolygonShapeBuilder polygonShapeBuilder()
-