Uses of Class
org.locationtech.jts.geom.Envelope
-
Packages that use Envelope Package Description org.locationtech.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.org.locationtech.jts.algorithm.match Classes to compute matching metrics between geometries.org.locationtech.jts.geom Contains theGeometryinterface hierarchy and supporting classes.org.locationtech.jts.geom.impl Implementations of interfaces for geometric structures.org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.index Provides classes for various kinds of spatial indexes.org.locationtech.jts.index.chain Contains classes that implement Monotone Chainsorg.locationtech.jts.index.hprtree org.locationtech.jts.index.kdtree Contains classes which implement a k-D tree index over 2-D point data.org.locationtech.jts.index.quadtree Contains classes that implement a Quadtree spatial indexorg.locationtech.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings.org.locationtech.jts.operation.distance Provides classes for computing the distance between geometriesorg.locationtech.jts.operation.distance3d org.locationtech.jts.operation.overlayng Contains classes that perform vector overlay to compute boolean set-theoretic spatial functions.org.locationtech.jts.operation.relateng Provides classes to implement the RelateNG algorithm computes topological relationships ofGeometrys.org.locationtech.jts.shape org.locationtech.jts.shape.random org.locationtech.jts.triangulate Classes to compute Delaunay triangulations.org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.org.locationtech.jts.util Contains support classes for the Java Topology Suite.org.locationtech.jtsexample.geom org.locationtech.jtslab.clip org.locationtech.jtstest.function org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.geom org.locationtech.jtstest.testbuilder.io.shapefile org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testbuilder.topostretch org.locationtech.jtstest.testbuilder.ui org.locationtech.jtstest.testbuilder.ui.style org.locationtech.jtstest.testbuilder.ui.tools -
-
Uses of Envelope in org.locationtech.jts.algorithm
Constructors in org.locationtech.jts.algorithm with parameters of type Envelope Constructor Description RectangleLineIntersector(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 Envelope Modifier and Type Method Description static doubleHausdorffSimilarityMeasure. diagonalSize(Envelope env) -
Uses of Envelope in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as Envelope Modifier and Type Field Description protected EnvelopeGeometry. envelopeThe bounding box of thisGeometry.Methods in org.locationtech.jts.geom that return Envelope Modifier and Type Method Description protected 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()EnvelopeEnvelope. copy()Creates a copy of this envelope object.static EnvelopeCoordinateArrays. envelope(Coordinate[] coordinates)Computes the envelope of the coordinates.EnvelopeCoordinateSequence. expandEnvelope(Envelope env)Expands the givenEnvelopeto include the coordinates in the sequence.EnvelopeGeometry. getEnvelopeInternal()Gets anEnvelopecontaining the minimum and maximum x and y values in thisGeometry.EnvelopeEnvelope. intersection(Envelope env)Computes the intersection of twoEnvelopes.Methods in org.locationtech.jts.geom with parameters of type Envelope Modifier and Type Method Description booleanEnvelope. contains(Envelope other)Tests if theEnvelope otherlies wholely inside thisEnvelope(inclusive of the boundary).booleanEnvelope. containsProperly(Envelope other)Tests if an envelope is properly contained in this one.booleanEnvelope. covers(Envelope other)Tests if theEnvelope otherlies wholely inside thisEnvelope(inclusive of the boundary).booleanEnvelope. disjoint(Envelope other)Tests if the region defined byotheris disjoint from the region of thisEnvelope.doubleEnvelope. distance(Envelope env)Computes the distance between this and anotherEnvelope.EnvelopeCoordinateSequence. expandEnvelope(Envelope env)Expands the givenEnvelopeto include the coordinates in the sequence.voidEnvelope. expandToInclude(Envelope other)Enlarges thisEnvelopeso that it contains theotherEnvelope.OctagonalEnvelopeOctagonalEnvelope. expandToInclude(Envelope env)voidEnvelope. init(Envelope env)Initialize anEnvelopefrom an existing Envelope.static Coordinate[]CoordinateArrays. intersection(Coordinate[] coordinates, Envelope env)Extracts the coordinates which intersect anEnvelope.EnvelopeEnvelope. intersection(Envelope env)Computes the intersection of twoEnvelopes.booleanEnvelope. intersects(Envelope other)Tests if the region defined byotherintersects the region of thisEnvelope.booleanEnvelope. overlaps(Envelope other)Deprecated.Use #intersects instead.GeometryGeometryFactory. toGeometry(Envelope envelope)Creates aGeometrywith the same extent as the given envelope.Constructors in org.locationtech.jts.geom with parameters of type Envelope Constructor Description Envelope(Envelope env)Create anEnvelopefrom an existing Envelope.OctagonalEnvelope(Envelope env)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 Envelope Modifier and Type Method Description EnvelopeCoordinateArraySequence. expandEnvelope(Envelope env)EnvelopePackedCoordinateSequence.Double. expandEnvelope(Envelope env)EnvelopePackedCoordinateSequence.Float. expandEnvelope(Envelope env)Methods in org.locationtech.jts.geom.impl with parameters of type Envelope Modifier and Type Method Description EnvelopeCoordinateArraySequence. expandEnvelope(Envelope env)EnvelopePackedCoordinateSequence.Double. expandEnvelope(Envelope env)EnvelopePackedCoordinateSequence.Float. expandEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph that return Envelope Modifier and Type Method Description EnvelopeEdge. getEnvelope() -
Uses of Envelope in org.locationtech.jts.index
Methods in org.locationtech.jts.index that return Envelope Modifier and Type Method Description Envelope[]VertexSequencePackedRtree. getBounds()Methods in org.locationtech.jts.index with parameters of type Envelope Modifier and Type Method Description voidSpatialIndex. insert(Envelope itemEnv, Object item)Adds a spatial item with an extent specified by the givenEnvelopeto the indexListSpatialIndex. query(Envelope searchEnv)Queries 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.int[]VertexSequencePackedRtree. query(Envelope queryEnv)Queries the index to find all items which intersect an extent.booleanSpatialIndex. remove(Envelope itemEnv, Object item)Removes a single item from the tree. -
Uses of Envelope in org.locationtech.jts.index.chain
Methods in org.locationtech.jts.index.chain that return Envelope Modifier and Type Method Description EnvelopeMonotoneChain. getEnvelope()Gets the envelope of the chain.EnvelopeMonotoneChain. getEnvelope(double expansionDistance)Gets the envelope for this chain, expanded by a given distance.Methods in org.locationtech.jts.index.chain with parameters of type Envelope Modifier and Type Method Description 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.hprtree
Methods in org.locationtech.jts.index.hprtree that return Envelope Modifier and Type Method Description Envelope[]HPRtree. getBounds()Gets the extents of the internal index nodesEnvelopeItem. getEnvelope()Methods in org.locationtech.jts.index.hprtree with parameters of type Envelope Modifier and Type Method Description intHilbertEncoder. encode(Envelope env)voidHPRtree. insert(Envelope itemEnv, Object item)ListHPRtree. query(Envelope searchEnv)voidHPRtree. query(Envelope searchEnv, ItemVisitor visitor)booleanHPRtree. remove(Envelope itemEnv, Object item)Constructors in org.locationtech.jts.index.hprtree with parameters of type Envelope Constructor Description HilbertEncoder(int level, Envelope extent)Item(Envelope env, Object item) -
Uses of Envelope in org.locationtech.jts.index.kdtree
Methods in org.locationtech.jts.index.kdtree with parameters of type Envelope Modifier and Type Method Description ListKdTree. query(Envelope queryEnv)Performs a range search of the points in the index.voidKdTree. query(Envelope queryEnv, List result)Performs 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. -
Uses of Envelope in org.locationtech.jts.index.quadtree
Methods in org.locationtech.jts.index.quadtree that return Envelope Modifier and Type Method Description static EnvelopeQuadtree. ensureExtent(Envelope itemEnv, double minExtent)Ensure that the envelope for the inserted item has non-zero extents.EnvelopeKey. getEnvelope()EnvelopeNode. getEnvelope()Methods in org.locationtech.jts.index.quadtree with parameters of type Envelope Modifier and Type Method Description voidNodeBase. addAllItemsFromOverlapping(Envelope searchEnv, List resultItems)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.NodeBaseNode. find(Envelope searchEnv)Returns the smallest existing node containing the envelope.NodeNode. getNode(Envelope searchEnv)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.voidQuadtree. insert(Envelope itemEnv, Object item)voidRoot. insert(Envelope itemEnv, Object item)Insert an item into the quadtree this is the root of.protected booleanNode. isSearchMatch(Envelope searchEnv)protected abstract booleanNodeBase. isSearchMatch(Envelope searchEnv)protected booleanRoot. isSearchMatch(Envelope searchEnv)ListQuadtree. query(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.booleanNodeBase. remove(Envelope itemEnv, Object item)Removes a single item from this subtree.booleanQuadtree. remove(Envelope itemEnv, Object item)Removes a single item from the tree.voidNodeBase. visit(Envelope searchEnv, ItemVisitor visitor)Constructors in org.locationtech.jts.index.quadtree with parameters of type Envelope Constructor Description Key(Envelope itemEnv)Node(Envelope env, int level) -
Uses of Envelope in org.locationtech.jts.index.strtree
Methods in org.locationtech.jts.index.strtree with parameters of type Envelope Modifier and Type Method Description voidSTRtree. insert(Envelope itemEnv, Object item)Inserts an item having the given bounds into the tree.static doubleEnvelopeDistance. maximumDistance(Envelope env1, Envelope env2)Computes the maximum distance between the points defining two envelopes.static doubleEnvelopeDistance. minMaxDistance(Envelope a, Envelope b)Computes the Min-Max Distance between twoEnvelopes.ObjectSTRtree. 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 up to k items in this tree which are the nearest neighbors to the givenitem, usingitemDistas the distance metric.ListSTRtree. query(Envelope searchEnv)Returns items whose bounds intersect the given envelope.voidSTRtree. query(Envelope searchEnv, ItemVisitor visitor)Returns items whose bounds intersect the given envelope.booleanSTRtree. remove(Envelope itemEnv, Object item)Removes a single item from the tree. -
Uses of Envelope in org.locationtech.jts.noding
Constructors in org.locationtech.jts.noding with parameters of type Envelope Constructor Description MCIndexSegmentSetMutualIntersector(Collection baseSegStrings, Envelope env) -
Uses of Envelope in org.locationtech.jts.noding.snapround
Methods in org.locationtech.jts.noding.snapround that return Envelope Modifier and Type Method Description EnvelopeMCIndexPointSnapper. getSafeEnvelope(HotPixel hp)Returns a "safe" envelope that is guaranteed to contain the hot pixel. -
Uses of Envelope in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance that return Envelope Modifier and Type Method Description EnvelopeFacetSequence. getEnvelope() -
Uses of Envelope in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d that return Envelope Modifier and Type Method Description EnvelopeAxisPlaneCoordinateSequence. expandEnvelope(Envelope env)Methods in org.locationtech.jts.operation.distance3d with parameters of type Envelope Modifier and Type Method Description EnvelopeAxisPlaneCoordinateSequence. expandEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jts.operation.overlayng
Constructors in org.locationtech.jts.operation.overlayng with parameters of type Envelope Constructor Description LineLimiter(Envelope env)Creates a new limiter for a given envelope.RingClipper(Envelope clipEnv)Creates a new clipper for the given envelope. -
Uses of Envelope in org.locationtech.jts.operation.relateng
Methods in org.locationtech.jts.operation.relateng with parameters of type Envelope Modifier and Type Method Description default voidTopologyPredicate. init(Envelope envA, Envelope envB)Initializes the predicate for a specific geometric case. -
Uses of Envelope in org.locationtech.jts.shape
Fields in org.locationtech.jts.shape declared as Envelope Modifier and Type Field Description protected EnvelopeGeometricShapeBuilder. extentMethods in org.locationtech.jts.shape that return Envelope Modifier and Type Method Description EnvelopeGeometricShapeBuilder. getExtent()EnvelopeGeometricShapeBuilder. getSquareExtent()Methods in org.locationtech.jts.shape with parameters of type Envelope Modifier and Type Method Description voidGeometricShapeBuilder. setExtent(Envelope extent) -
Uses of Envelope in org.locationtech.jts.shape.random
Methods in org.locationtech.jts.shape.random with parameters of type Envelope Modifier and Type Method Description protected CoordinateRandomPointsBuilder. createRandomCoord(Envelope env) -
Uses of Envelope in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return Envelope Modifier and Type Method Description static EnvelopeDelaunayTriangulationBuilder. envelope(Collection coords)Computes theEnvelopeof a collection ofCoordinates.Methods in org.locationtech.jts.triangulate with parameters of type Envelope Modifier and Type Method Description voidVoronoiDiagramBuilder. setClipEnvelope(Envelope clipEnv)Sets the envelope to clip the diagram to. -
Uses of Envelope in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge that return Envelope Modifier and Type Method Description EnvelopeQuadEdgeSubdivision. getEnvelope()Gets the envelope of the Subdivision (including the frame).Constructors in org.locationtech.jts.triangulate.quadedge with parameters of type Envelope Constructor Description QuadEdgeSubdivision(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 Envelope Modifier and Type Method Description EnvelopeGeometricShapeFactory.Dimensions. getEnvelope()Methods in org.locationtech.jts.util with parameters of type Envelope Modifier and Type Method Description voidGeometricShapeFactory.Dimensions. setEnvelope(Envelope env)voidGeometricShapeFactory. setEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jtsexample.geom
Methods in org.locationtech.jtsexample.geom that return Envelope Modifier and Type Method Description EnvelopeExtendedCoordinateSequence. expandEnvelope(Envelope env)Methods in org.locationtech.jtsexample.geom with parameters of type Envelope Modifier and Type Method Description EnvelopeExtendedCoordinateSequence. expandEnvelope(Envelope env) -
Uses of Envelope in org.locationtech.jtslab.clip
Constructors in org.locationtech.jtslab.clip with parameters of type Envelope Constructor Description RectangleClipPolygon(Envelope clipEnv)RectangleClipPolygon(Envelope clipEnv, PrecisionModel pm) -
Uses of Envelope in org.locationtech.jtstest.function
Fields in org.locationtech.jtstest.function declared as Envelope Modifier and Type Field Description static EnvelopeFunctionsUtil. DEFAULT_ENVELOPEMethods in org.locationtech.jtstest.function that return Envelope Modifier and Type Method Description static EnvelopeFunctionsUtil. getEnvelopeOrDefault(Geometry g) -
Uses of Envelope in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type Envelope Modifier and Type Method Description voidGeometryEditPanel. zoom(Envelope zoomEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom that return Envelope Modifier and Type Method Description static EnvelopeGeometryUtil. totalEnvelope(Geometry geom)Gets the envelope including all holes which might lie outside a polygon.Methods in org.locationtech.jtstest.testbuilder.geom with parameters of type Envelope Modifier and Type Method Description static voidSegmentClipper. clip(Coordinate p0, Coordinate p1, Envelope env)static GeometryGeometryBoxDeleter. deleteComponents(Geometry geom, Envelope env, boolean deleteIntersecting)static GeometryGeometryBoxDeleter. deleteComponentsAndVertices(Geometry geom, Envelope env)static GeometryGeometryBoxDeleter. deleteComponentsAndVertices(Geometry geom, Envelope env, boolean deleteIntersectingComponents)static GeometryGeometryBoxDeleter. deleteVertices(Geometry geom, Envelope env)static CoordinateConstrainedInteriorPoint. getCoordinate(Polygon poly, Envelope constraint)static doubleEnvelopeUtil. maxExtent(Envelope env)static doubleEnvelopeUtil. minExtent(Envelope env)Constructors in org.locationtech.jtstest.testbuilder.geom with parameters of type Envelope Constructor Description ConstrainedInteriorPoint(Polygon poly, Envelope constraint)EnvelopeClipper(Envelope env)SegmentExtracterFilter(Envelope aoi) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.io.shapefile
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return Envelope Modifier and Type Method Description EnvelopeShapefileHeader. getBounds() -
Uses of Envelope in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return Envelope Modifier and Type Method Description EnvelopeGeometryEditModel. getEnvelope()EnvelopeLayer. getEnvelope()EnvelopeGeometryEditModel. getEnvelopeAll()EnvelopeGeometryEditModel. getEnvelopeResult()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Envelope Modifier and Type Method Description voidGeometryStretcherView. setEnvelope(Envelope maskEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.topostretch
Methods in org.locationtech.jtstest.testbuilder.topostretch with parameters of type Envelope Modifier and Type Method Description intTopologyStretcher. numVerticesInMask(Envelope mask)Geometry[]TopologyStretcher. stretch(double nearnessTol, double stretchDistance, Envelope mask) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.ui
Methods in org.locationtech.jtstest.testbuilder.ui that return Envelope Modifier and Type Method Description EnvelopeViewport. getModelEnv()EnvelopeViewport. getViewEnv()Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type Envelope Modifier and Type Method Description booleanViewport. intersectsInModel(Envelope env)voidViewport. zoom(Envelope zoomEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.ui.style
Methods in org.locationtech.jtstest.testbuilder.ui.style with parameters of type Envelope Modifier and Type Method Description static LineSegmentLineLabelBaseline. getBaseline(LineString line, Envelope constraintEnv)Constructors in org.locationtech.jtstest.testbuilder.ui.style with parameters of type Envelope Constructor Description LineLabelBaseline(LineString line, Envelope constraintEnv) -
Uses of Envelope in org.locationtech.jtstest.testbuilder.ui.tools
Methods in org.locationtech.jtstest.testbuilder.ui.tools that return Envelope Modifier and Type Method Description protected EnvelopeBoxBandTool. getEnvelope()Gets the envelope of the indicated rectangle, in model coordinates.
-