Interface S2ShapeFactory
-
- All Superinterfaces:
ShapeFactory
public interface S2ShapeFactory extends ShapeFactory
Shape factory for Spatial contexts that support S2 geometry. It is an extension of Spatial4jShapeFactory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.locationtech.spatial4j.shape.ShapeFactory
ShapeFactory.LineStringBuilder, ShapeFactory.MultiLineStringBuilder, ShapeFactory.MultiPointBuilder, ShapeFactory.MultiPolygonBuilder, ShapeFactory.MultiShapeBuilder<T extends Shape>, ShapeFactory.PointsBuilder<T>, ShapeFactory.PolygonBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapegetS2CellShape(S2CellId cellId)Factory method for S2 cell shapes.-
Methods inherited from interface org.locationtech.spatial4j.shape.ShapeFactory
circle, circle, getSpatialContext, isNormWrapLongitude, lineString, lineString, multiLineString, multiPoint, multiPolygon, multiShape, multiShape, normDist, normX, normY, normZ, pointXY, pointXYZ, polygon, rect, rect, verifyX, verifyY, verifyZ
-
-