Uses of Interface
org.locationtech.spatial4j.shape.Rectangle
-
-
Uses of Rectangle in org.apache.lucene.spatial.prefix
Fields in org.apache.lucene.spatial.prefix declared as Rectangle Modifier and Type Field Description RectangleHeatmapFacetCounter.Heatmap. regionConstructors in org.apache.lucene.spatial.prefix with parameters of type Rectangle Constructor Description Heatmap(int columns, int rows, Rectangle region) -
Uses of Rectangle in org.apache.lucene.spatial.prefix.tree
Methods in org.apache.lucene.spatial.prefix.tree that return Rectangle Modifier and Type Method Description protected RectanglePackedQuadPrefixTree.PackedQuadCell. makeShape()Constructs a bounding box shape out of the encoded cellprotected RectangleQuadPrefixTree.QuadCell. makeShape()Constructors in org.apache.lucene.spatial.prefix.tree with parameters of type Rectangle Constructor Description QuadPrefixTree(SpatialContext ctx, Rectangle bounds, int maxLevels) -
Uses of Rectangle in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return Rectangle Modifier and Type Method Description RectangleEnvelopeBuilder. buildS4J() -
Uses of Rectangle in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context declared as Rectangle Modifier and Type Field Description RectangleSpatialContextFactory. worldBoundsMethods in org.locationtech.spatial4j.context that return Rectangle Modifier and Type Method Description RectangleSpatialContext. getWorldBounds()The extent of x & y coordinates should fit within the return'ed rectangle.RectangleSpatialContext. makeRectangle(double minX, double maxX, double minY, double maxY)Deprecated.RectangleSpatialContext. makeRectangle(Point lowerLeft, Point upperRight)Deprecated.Constructors in org.locationtech.spatial4j.context with parameters of type Rectangle Constructor Description SpatialContext(boolean geo, DistanceCalculator calculator, Rectangle worldBounds)Deprecated. -
Uses of Rectangle in org.locationtech.spatial4j.context.jts
Methods in org.locationtech.spatial4j.context.jts that return Rectangle Modifier and Type Method Description RectangleJtsSpatialContext. makeRectFromRectangularPoly(Geometry geom)Deprecated. -
Uses of Rectangle in org.locationtech.spatial4j.distance
Methods in org.locationtech.spatial4j.distance that return Rectangle Modifier and Type Method Description RectangleCartesianDistCalc. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)RectangleDistanceCalculator. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)Calculates the bounding box of a circle, as specified by its center point and distance.RectangleGeodesicSphereDistCalc. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)static RectangleDistanceUtils. calcBoxByDistFromPtDEG(double lat, double lon, double distDEG, SpatialContext ctx, Rectangle reuse)Calculates the bounding box of a circle, as specified by its center point and distance.Methods in org.locationtech.spatial4j.distance with parameters of type Rectangle Modifier and Type Method Description doubleCartesianDistCalc. area(Rectangle rect)doubleDistanceCalculator. area(Rectangle rect)doubleGeodesicSphereDistCalc. area(Rectangle rect)RectangleCartesianDistCalc. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)RectangleDistanceCalculator. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)Calculates the bounding box of a circle, as specified by its center point and distance.RectangleGeodesicSphereDistCalc. calcBoxByDistFromPt(Point from, double distDEG, SpatialContext ctx, Rectangle reuse)static RectangleDistanceUtils. calcBoxByDistFromPtDEG(double lat, double lon, double distDEG, SpatialContext ctx, Rectangle reuse)Calculates the bounding box of a circle, as specified by its center point and distance. -
Uses of Rectangle in org.locationtech.spatial4j.io
Methods in org.locationtech.spatial4j.io that return Rectangle Modifier and Type Method Description static RectangleGeohashUtils. decodeBoundary(String geohash, SpatialContext ctx)Returns min-max lon (X), min-max lat (Y).RectangleBinaryCodec. readRect(DataInput dataInput)Methods in org.locationtech.spatial4j.io with parameters of type Rectangle Modifier and Type Method Description voidBinaryCodec. writeRect(DataOutput dataOutput, Rectangle r) -
Uses of Rectangle in org.locationtech.spatial4j.shape
Fields in org.locationtech.spatial4j.shape declared as Rectangle Modifier and Type Field Description protected RectangleShapeCollection. bboxMethods in org.locationtech.spatial4j.shape that return Rectangle Modifier and Type Method Description protected RectangleShapeCollection. computeBoundingBox(Collection<? extends Shape> shapes, SpatialContext ctx)RectangleShape. getBoundingBox()Get the bounding box for this Shape.RectangleShapeCollection. getBoundingBox()RectangleShapeFactory. rect(double minX, double maxX, double minY, double maxY)Construct a rectangle.RectangleShapeFactory. rect(Point lowerLeft, Point upperRight)Construct a rectangle. -
Uses of Rectangle in org.locationtech.spatial4j.shape.impl
Classes in org.locationtech.spatial4j.shape.impl that implement Rectangle Modifier and Type Class Description classRectangleImplA simple Rectangle implementation that also supports a longitudinal wrap-around.Fields in org.locationtech.spatial4j.shape.impl declared as Rectangle Modifier and Type Field Description protected RectangleCircleImpl. enclosingBoxMethods in org.locationtech.spatial4j.shape.impl that return Rectangle Modifier and Type Method Description RectangleBBoxCalculator. getBoundary()RectangleBufferedLine. getBoundingBox()RectangleBufferedLineString. getBoundingBox()RectangleCircleImpl. getBoundingBox()Note that the bounding box might contain a minX that is > maxX, due to WGS84 anti-meridian.RectanglePointImpl. getBoundingBox()RectangleRectangleImpl. getBoundingBox()RectangleRectangleImpl. getBuffered(double distance, SpatialContext ctx)RectangleShapeFactoryImpl. rect(double minX, double maxX, double minY, double maxY)RectangleShapeFactoryImpl. rect(Point lowerLeft, Point upperRight)Methods in org.locationtech.spatial4j.shape.impl with parameters of type Rectangle Modifier and Type Method Description static voidInfBufLine. cornerByQuadrant(Rectangle r, int cornerQuad, Point out)static booleanRectangleImpl. equals(Rectangle thiz, Object o)AllRectangleimplementations should use this definition ofObject.equals(Object).voidBBoxCalculator. expandRange(Rectangle rect)static intRectangleImpl. hashCode(Rectangle thiz)AllRectangleimplementations should use this definition ofObject.hashCode().SpatialRelationBufferedLine. relate(Rectangle r)SpatialRelationCircleImpl. relate(Rectangle r)SpatialRelationRectangleImpl. relate(Rectangle rect)protected SpatialRelationCircleImpl. relateRectanglePhase2(Rectangle r, SpatialRelation bboxSect)protected SpatialRelationGeoCircle. relateRectanglePhase2(Rectangle r, SpatialRelation bboxSect)Called after bounding box is intersected.Constructors in org.locationtech.spatial4j.shape.impl with parameters of type Rectangle Constructor Description RectangleImpl(Rectangle r, SpatialContext ctx)Copy constructor. -
Uses of Rectangle in org.locationtech.spatial4j.shape.jts
Methods in org.locationtech.spatial4j.shape.jts that return Rectangle Modifier and Type Method Description protected RectangleJtsGeometry. computeGeoBBox(Geometry geoms)Givengeomswhich has already been checked for being in world bounds, return the minimal longitude range of the bounding box.RectangleJtsGeometry. getBoundingBox()RectangleJtsPoint. getBoundingBox()RectangleJtsShapeFactory. makeRectFromRectangularPoly(Geometry geom)INTERNAL: Returns a Rectangle of the JTSEnvelope(bounding box) of the givengeom.Methods in org.locationtech.spatial4j.shape.jts with parameters of type Rectangle Modifier and Type Method Description SpatialRelationJtsGeometry. relate(Rectangle rectangle)
-