Uses of Class
org.locationtech.jts.geom.Envelope
Packages that use Envelope
Package
Description
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Classes to compute matching metrics between geometries.
Contains the
Geometry interface hierarchy and supporting classes.Implementations of interfaces for geometric structures.
Contains classes that implement topology graphs.
Provides classes for various kinds of spatial indexes.
Contains classes that implement Monotone Chains
Contains classes which implement a k-D tree index over 2-D point data.
Contains classes that implement a Quadtree spatial index
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
Provides classes for computing buffers of geometries
Provides classes for computing the distance between geometries
Classes which implement topological predicates optimized for particular kinds of geometries.
Classes to perform efficent unioning of collections of geometries.
Provides classes for testing the validity of geometries.
Classes to compute Delaunay triangulations.
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
Contains support classes for the Java Topology Suite.
-
Uses of Envelope in org.locationtech.jts.algorithm
Fields in org.locationtech.jts.algorithm declared as EnvelopeMethods in org.locationtech.jts.algorithm with parameters of type EnvelopeConstructors in org.locationtech.jts.algorithm with parameters of type EnvelopeModifierConstructorDescriptionRectangleLineIntersector(Envelope rectEnv) Creates a new intersector for the given query rectangle, specified as anEnvelope. -
Uses of Envelope in org.locationtech.jts.algorithm.match
Methods in org.locationtech.jts.algorithm.match with parameters of type EnvelopeModifier and TypeMethodDescriptionstatic doubleHausdorffSimilarityMeasure.diagonalSize(Envelope env) -
Uses of Envelope in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as EnvelopeModifier and TypeFieldDescriptionprotected EnvelopeGeometry.envelopeThe bounding box of thisGeometry.Methods in org.locationtech.jts.geom that return EnvelopeModifier and TypeMethodDescriptionprotected abstract EnvelopeGeometry.computeEnvelopeInternal()Returns the minimum and maximum x and y values in thisGeometry, or a nullEnvelopeif thisGeometryis empty.protected EnvelopeGeometryCollection.computeEnvelopeInternal()protected EnvelopeLineString.computeEnvelopeInternal()protected EnvelopePoint.computeEnvelopeInternal()protected EnvelopePolygon.computeEnvelopeInternal()static EnvelopeCoordinateArrays.envelope(Coordinate[] coordinates) Computes the envelope of the coordinates.CoordinateSequence.expandEnvelope(Envelope env) Expands the givenEnvelopeto include the coordinates in the sequence.DefaultCoordinateSequence.expandEnvelope(Envelope env) Deprecated.Geometry.getEnvelopeInternal()Gets anEnvelopecontaining the minimum and maximum x and y values in thisGeometry.Envelope.intersection(Envelope env) Computes the intersection of twoEnvelopes.Methods in org.locationtech.jts.geom with parameters of type EnvelopeModifier and TypeMethodDescriptionbooleanTests if theEnvelope otherlies wholely inside thisEnvelope(inclusive of the boundary).booleanTests if theEnvelope otherlies wholely inside thisEnvelope(inclusive of the boundary).doubleComputes the distance between this and anotherEnvelope.CoordinateSequence.expandEnvelope(Envelope env) Expands the givenEnvelopeto include the coordinates in the sequence.DefaultCoordinateSequence.expandEnvelope(Envelope env) Deprecated.voidEnvelope.expandToInclude(Envelope other) Enlarges thisEnvelopeso that it contains theotherEnvelope.OctagonalEnvelope.expandToInclude(Envelope env) voidInitialize anEnvelopefrom an existing Envelope.static Coordinate[]CoordinateArrays.intersection(Coordinate[] coordinates, Envelope env) Extracts the coordinates which intersect anEnvelope.Envelope.intersection(Envelope env) Computes the intersection of twoEnvelopes.booleanEnvelope.intersects(Envelope other) Check if the region defined byotherintersects the region of thisEnvelope.booleanDeprecated.Use #intersects instead.GeometryFactory.toGeometry(Envelope envelope) Creates aGeometrywith the same extent as the given envelope.Constructors in org.locationtech.jts.geom with parameters of type EnvelopeModifierConstructorDescriptionCreate anEnvelopefrom an existing Envelope.Creates a new null bounding octagon bounding anEnvelope -
Uses of Envelope in org.locationtech.jts.geom.impl
Methods in org.locationtech.jts.geom.impl that return EnvelopeModifier and TypeMethodDescriptionCoordinateArraySequence.expandEnvelope(Envelope env) PackedCoordinateSequence.Double.expandEnvelope(Envelope env) PackedCoordinateSequence.Float.expandEnvelope(Envelope env) Methods in org.locationtech.jts.geom.impl with parameters of type EnvelopeModifier and TypeMethodDescriptionCoordinateArraySequence.expandEnvelope(Envelope env) PackedCoordinateSequence.Double.expandEnvelope(Envelope env) PackedCoordinateSequence.Float.expandEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as EnvelopeMethods in org.locationtech.jts.geomgraph that return Envelope -
Uses of Envelope in org.locationtech.jts.index
Methods in org.locationtech.jts.index with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidAdds a spatial item with an extent specified by the givenEnvelopeto the indexQueries the index for all items whose extents intersect the given searchEnvelopeNote that some kinds of indexes may also return objects which do not in fact intersect the query envelope.voidSpatialIndex.query(Envelope searchEnv, ItemVisitor visitor) Queries the index for all items whose extents intersect the given searchEnvelope, and applies anItemVisitorto them.booleanRemoves a single item from the tree. -
Uses of Envelope in org.locationtech.jts.index.chain
Fields in org.locationtech.jts.index.chain declared as EnvelopeMethods in org.locationtech.jts.index.chain that return EnvelopeMethods in org.locationtech.jts.index.chain with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate voidMonotoneChain.computeSelect(Envelope searchEnv, int start0, int end0, MonotoneChainSelectAction mcs) voidMonotoneChain.select(Envelope searchEnv, MonotoneChainSelectAction mcs) Determine all the line segments in the chain whose envelopes overlap the searchEnvelope, and process them. -
Uses of Envelope in org.locationtech.jts.index.kdtree
Methods in org.locationtech.jts.index.kdtree that return EnvelopeMethods in org.locationtech.jts.index.kdtree with parameters of type EnvelopeModifier and TypeMethodDescriptionPerforms a range search of the points in the index.voidPerforms a range search of the points in the index.voidKdTree.query(Envelope queryEnv, KdNodeVisitor visitor) Performs a range search of the points in the index and visits all nodes found.private voidKdTree.queryNode(KdNode currentNode, Envelope queryEnv, boolean odd, KdNodeVisitor visitor) -
Uses of Envelope in org.locationtech.jts.index.quadtree
Fields in org.locationtech.jts.index.quadtree declared as EnvelopeMethods in org.locationtech.jts.index.quadtree that return EnvelopeModifier and TypeMethodDescriptionstatic EnvelopeQuadtree.ensureExtent(Envelope itemEnv, double minExtent) Ensure that the envelope for the inserted item has non-zero extents.Key.getEnvelope()Node.getEnvelope()Methods in org.locationtech.jts.index.quadtree with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidNodeBase.addAllItemsFromOverlapping(Envelope searchEnv, List resultItems) private voidQuadtree.collectStats(Envelope itemEnv) private voidKey.computeKey(int level, Envelope itemEnv) voidKey.computeKey(Envelope itemEnv) return a square envelope containing the argument envelope, whose extent is a power of two and which is based at a power of 2static intKey.computeQuadLevel(Envelope env) static NodeNode.createExpanded(Node node, Envelope addEnv) static NodeNode.createNode(Envelope env) static EnvelopeQuadtree.ensureExtent(Envelope itemEnv, double minExtent) Ensure that the envelope for the inserted item has non-zero extents.Returns the smallest existing node containing the envelope.Returns the subquad containing the envelope searchEnv.static intNodeBase.getSubnodeIndex(Envelope env, double centrex, double centrey) Gets the index of the subquad that wholly contains the given envelope.voidvoidInsert an item into the quadtree this is the root of.private voidRoot.insertContained(Node tree, Envelope itemEnv, Object item) insert an item which is known to be contained in the tree rooted at the given QuadNode root.protected booleanNode.isSearchMatch(Envelope searchEnv) protected abstract booleanNodeBase.isSearchMatch(Envelope searchEnv) protected booleanRoot.isSearchMatch(Envelope searchEnv) Queries the tree and returns items which may lie in the given search envelope.voidQuadtree.query(Envelope searchEnv, ItemVisitor visitor) Queries the tree and visits items which may lie in the given search envelope.booleanRemoves a single item from this subtree.booleanRemoves a single item from the tree.voidNodeBase.visit(Envelope searchEnv, ItemVisitor visitor) private voidNodeBase.visitItems(Envelope searchEnv, ItemVisitor visitor) Constructors in org.locationtech.jts.index.quadtree with parameters of type Envelope -
Uses of Envelope in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate static doubleprivate static doublevoidInserts an item having the given bounds into the tree.STRtree.nearestNeighbour(Envelope env, Object item, ItemDistance itemDist) Finds the item in this tree which is nearest to the givenObject, usingItemDistanceas the distance metric.Object[]STRtree.nearestNeighbour(Envelope env, Object item, ItemDistance itemDist, int k) Finds k items in this tree which are the top k nearest neighbors to the givenitem, usingitemDistas the distance metric.Returns items whose bounds intersect the given envelope.voidSTRtree.query(Envelope searchEnv, ItemVisitor visitor) Returns items whose bounds intersect the given envelope.booleanRemoves a single item from the tree. -
Uses of Envelope in org.locationtech.jts.noding.snapround
Fields in org.locationtech.jts.noding.snapround declared as EnvelopeMethods in org.locationtech.jts.noding.snapround that return EnvelopeModifier and TypeMethodDescriptionHotPixel.getSafeEnvelope()Returns a "safe" envelope that is guaranteed to contain the hot pixel. -
Uses of Envelope in org.locationtech.jts.operation.buffer
Fields in org.locationtech.jts.operation.buffer declared as EnvelopeMethods in org.locationtech.jts.operation.buffer that return EnvelopeModifier and TypeMethodDescriptionBufferSubgraph.getEnvelope()Computes the envelope of the edges in the subgraph. -
Uses of Envelope in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance that return Envelope -
Uses of Envelope in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d that return EnvelopeMethods in org.locationtech.jts.operation.distance3d with parameters of type Envelope -
Uses of Envelope in org.locationtech.jts.operation.predicate
Fields in org.locationtech.jts.operation.predicate declared as EnvelopeModifier and TypeFieldDescriptionprivate EnvelopeEnvelopeIntersectsVisitor.rectEnvprivate EnvelopeGeometryContainsPointVisitor.rectEnvprivate EnvelopeRectangleContains.rectEnvprivate EnvelopeRectangleIntersects.rectEnvprivate EnvelopeRectangleIntersectsSegmentVisitor.rectEnvConstructors in org.locationtech.jts.operation.predicate with parameters of type Envelope -
Uses of Envelope in org.locationtech.jts.operation.union
Methods in org.locationtech.jts.operation.union with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate GeometryCascadedPolygonUnion.extractByEnvelope(Envelope env, Geometry geom, List disjointGeoms) private GeometryCascadedPolygonUnion.unionUsingEnvelopeIntersection(Geometry g0, Geometry g1, Envelope common) Unions two polygonal geometries, restricting computation to the envelope intersection where possible. -
Uses of Envelope in org.locationtech.jts.operation.valid
Fields in org.locationtech.jts.operation.valid declared as Envelope -
Uses of Envelope in org.locationtech.jts.shape
Fields in org.locationtech.jts.shape declared as EnvelopeMethods in org.locationtech.jts.shape that return EnvelopeModifier and TypeMethodDescriptionGeometricShapeBuilder.getExtent()GeometricShapeBuilder.getSquareExtent()Methods in org.locationtech.jts.shape with parameters of type Envelope -
Uses of Envelope in org.locationtech.jts.shape.random
Methods in org.locationtech.jts.shape.random with parameters of type EnvelopeModifier and TypeMethodDescriptionprotected CoordinateRandomPointsBuilder.createRandomCoord(Envelope env) -
Uses of Envelope in org.locationtech.jts.triangulate
Fields in org.locationtech.jts.triangulate declared as EnvelopeModifier and TypeFieldDescriptionprivate EnvelopeVoronoiDiagramBuilder.clipEnvprivate EnvelopeConformingDelaunayTriangulator.computeAreaEnvprivate EnvelopeVoronoiDiagramBuilder.diagramEnvMethods in org.locationtech.jts.triangulate that return EnvelopeModifier and TypeMethodDescriptionprivate static EnvelopeConformingDelaunayTriangulator.computeVertexEnvelope(Collection vertices) static EnvelopeDelaunayTriangulationBuilder.envelope(Collection coords) Computes theEnvelopeof a collection ofCoordinates.Methods in org.locationtech.jts.triangulate with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate static GeometryVoronoiDiagramBuilder.clipGeometryCollection(Geometry geom, Envelope clipEnv) voidVoronoiDiagramBuilder.setClipEnvelope(Envelope clipEnv) Sets the envelope to clip the diagram to. -
Uses of Envelope in org.locationtech.jts.triangulate.quadedge
Fields in org.locationtech.jts.triangulate.quadedge declared as EnvelopeMethods in org.locationtech.jts.triangulate.quadedge that return EnvelopeModifier and TypeMethodDescriptionQuadEdgeSubdivision.getEnvelope()Gets the envelope of the Subdivision (including the frame).Methods in org.locationtech.jts.triangulate.quadedge with parameters of type EnvelopeConstructors in org.locationtech.jts.triangulate.quadedge with parameters of type EnvelopeModifierConstructorDescriptionQuadEdgeSubdivision(Envelope env, double tolerance) Creates a new instance of a quad-edge subdivision based on a frame triangle that encloses a supplied bounding box. -
Uses of Envelope in org.locationtech.jts.util
Methods in org.locationtech.jts.util that return EnvelopeMethods in org.locationtech.jts.util with parameters of type EnvelopeModifier and TypeMethodDescriptionvoidGeometricShapeFactory.Dimensions.setEnvelope(Envelope env) voidGeometricShapeFactory.setEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that return EnvelopeMethods in org.locationtech.jtsexample.geom with parameters of type Envelope -
Uses of Envelope in org.locationtech.jtstest.function
Fields in org.locationtech.jtstest.function declared as EnvelopeMethods in org.locationtech.jtstest.function that return EnvelopeMethods in org.locationtech.jtstest.function with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate static AffineTransformationAffineTransformationFunctions.viewportTrans(Envelope srcEnv, Envelope viewEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type Envelope -
Uses of Envelope in org.locationtech.jtstest.testbuilder.geom
Fields in org.locationtech.jtstest.testbuilder.geom declared as EnvelopeModifier and TypeFieldDescriptionprivate EnvelopeGeometryBoxDeleter.BoxDeleteComponentOperation.envprivate EnvelopeGeometryBoxDeleter.BoxDeleteVertexOperation.envMethods in org.locationtech.jtstest.testbuilder.geom with parameters of type EnvelopeModifier and TypeMethodDescriptionstatic Geometryprivate static GeometryGeometryBoxDeleter.deleteComponents(Geometry geom, Envelope env) private static GeometryGeometryBoxDeleter.deleteVertices(Geometry geom, Envelope env) static doublestatic doubleConstructors in org.locationtech.jtstest.testbuilder.geom with parameters of type EnvelopeModifierConstructorDescription -
Uses of Envelope in org.locationtech.jtstest.testbuilder.io.shapefile
Fields in org.locationtech.jtstest.testbuilder.io.shapefile declared as EnvelopeMethods in org.locationtech.jtstest.testbuilder.io.shapefile that return Envelope -
Uses of Envelope in org.locationtech.jtstest.testbuilder.model
Fields in org.locationtech.jtstest.testbuilder.model declared as EnvelopeMethods in org.locationtech.jtstest.testbuilder.model that return EnvelopeModifier and TypeMethodDescriptionGeometryEditModel.getEnvelope()GeometryEditModel.getEnvelopeAll()GeometryEditModel.getEnvelopeResult()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Envelope -
Uses of Envelope in org.locationtech.jtstest.testbuilder.topostretch
Fields in org.locationtech.jtstest.testbuilder.topostretch declared as EnvelopeModifier and TypeFieldDescriptionprivate EnvelopeStretchedVertexFinder.limitEnvprivate EnvelopeTopologyStretcher.VertexInMaskCountCoordinateFilter.maskMethods in org.locationtech.jtstest.testbuilder.topostretch with parameters of type EnvelopeModifier and TypeMethodDescriptionprivate static booleanStretchedVertexFinder.contains(Envelope env, Coordinate p0, Coordinate p1) private ListTopologyStretcher.extractLineStrings(Geometry[] geom, Envelope mask) static ListStretchedVertexFinder.findNear(Collection linestrings, double tolerance, Envelope mask) intTopologyStretcher.numVerticesInMask(Envelope mask) Geometry[]Constructors in org.locationtech.jtstest.testbuilder.topostretch with parameters of type EnvelopeModifierConstructorDescriptionStretchedVertexFinder(Collection linestrings, double tolerance, Envelope limitEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.ui
Fields in org.locationtech.jtstest.testbuilder.ui declared as EnvelopeMethods in org.locationtech.jtstest.testbuilder.ui that return EnvelopeModifier and TypeMethodDescriptionprivate EnvelopeViewport.computeEnvelopeInModel()Viewport.getModelEnv()Viewport.getViewEnv()Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type Envelope -
Uses of Envelope in org.locationtech.jtstest.testbuilder.ui.tools
Methods in org.locationtech.jtstest.testbuilder.ui.tools that return EnvelopeModifier and TypeMethodDescriptionprotected EnvelopeBoxBandTool.getEnvelope()Gets the envelope of the indicated rectangle, in model coordinates.