| Modifier and Type | Method and Description |
|---|---|
static <D extends Record> |
RecordGeometryBoundingBoxIntersectsFilter.filter(Collection<D> collection,
BoundingBox boundingBox) |
| Constructor and Description |
|---|
RecordGeometryBoundingBoxIntersectsFilter(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
RecordStoreQueryReader.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
List |
RecordStoreCache.getObjects(BoundingBox boundingBox) |
void |
RecordStoreCache.removeObjects(BoundingBox boundingBox) |
void |
RecordStoreQueryReader.setBoundingBox(BoundingBox boundingBox) |
| Constructor and Description |
|---|
RecordStoreQueryTask(RecordStore recordStore,
String path,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
QueryValue.expand(BoundingBox boundingBox,
BoundingBox newBoundingBox) |
static BoundingBox |
QueryValue.getBoundingBox(Query query) |
static BoundingBox |
QueryValue.getBoundingBox(QueryValue queryValue) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
QueryValue.expand(BoundingBox boundingBox,
BoundingBox newBoundingBox) |
static Query |
Query.intersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
static EnvelopeIntersects |
F.envelopeIntersects(FieldDefinition attribute,
BoundingBox boundingBox) |
static EnvelopeIntersects |
F.envelopeIntersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
static EnvelopeIntersects |
F.envelopeIntersects(String name,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
GdalImage.drawImage(Graphics2D graphics,
BoundingBox viewBoundingBox,
int viewWidth,
int viewHeight,
boolean useTransform) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
RTreeNode.getBoundingBox() |
BoundingBox |
IdObjectIndex.getEnvelope(T object) |
| Modifier and Type | Method and Description |
|---|---|
void |
RTreeLeaf.add(BoundingBox envelope,
T object) |
boolean |
RTreeNode.contains(BoundingBox boundingBox) |
List<T> |
PointSpatialIndex.find(BoundingBox envelope) |
List<T> |
EnvelopeSpatialIndex.find(BoundingBox envelope) |
List<T> |
AbstractSpatialIndex.find(BoundingBox envelope) |
List<T> |
AbstractPointSpatialIndex.find(BoundingBox envelope) |
List<T> |
EnvelopeSpatialIndex.find(BoundingBox envelope,
Filter<T> filter) |
List<T> |
AbstractSpatialIndex.find(BoundingBox envelope,
Filter<T> filter) |
void |
PointQuadTreeNode.findEntriesWithin(List<Map.Entry<Point,T>> results,
BoundingBox envelope) |
List<T> |
PointQuadTree.findWithin(BoundingBox boundingBox) |
void |
PointQuadTreeNode.findWithin(List<T> results,
BoundingBox envelope) |
void |
PointQuadTreeNode.findWithin(List<T> results,
double x,
double y,
double maxDistance,
BoundingBox envelope) |
void |
RTree.put(BoundingBox envelope,
T object) |
void |
EnvelopeSpatialIndex.put(BoundingBox envelope,
T object) |
List<Record> |
RecordQuadTree.query(BoundingBox boundingBox) |
List<T> |
IdObjectIndex.query(BoundingBox envelope) |
List<T> |
AbstractIdObjectQuadTree.query(BoundingBox envelope) |
List<Record> |
RecordQuadTree.queryIntersects(BoundingBox boundingBox) |
List<Record> |
RecordQuadTree.queryList(BoundingBox boundingBox,
Filter<Record> filter) |
List<Record> |
RecordQuadTree.queryList(BoundingBox boundingBox,
Filter<Record> filter,
Comparator<Record> comparator) |
boolean |
RTree.remove(BoundingBox envelope,
T object) |
boolean |
EnvelopeSpatialIndex.remove(BoundingBox envelope,
T object) |
abstract boolean |
RTreeNode.remove(LinkedList<RTreeNode<T>> path,
BoundingBox envelope,
T object) |
boolean |
RTreeLeaf.remove(LinkedList<RTreeNode<T>> path,
BoundingBox envelope,
T object) |
boolean |
RTreeBranch.remove(LinkedList<RTreeNode<T>> path,
BoundingBox envelope,
T object) |
protected void |
RTreeNode.setBoundingBox(BoundingBox boundingBox) |
List<RTreeNode<T>> |
RTreeLeaf.split(BoundingBox envelope,
T object) |
abstract boolean |
RTreeNode.visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
boolean |
RTreeLeaf.visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
boolean |
RTreeBranch.visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
void |
RTree.visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
void |
EnvelopeSpatialIndex.visit(BoundingBox envelope,
Filter<T> filter,
Visitor<T> visitor) |
abstract boolean |
RTreeNode.visit(BoundingBox envelope,
Visitor<T> visitor) |
boolean |
RTreeLeaf.visit(BoundingBox envelope,
Visitor<T> visitor) |
boolean |
RTreeBranch.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
RTree.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
PointSpatialIndex.visit(BoundingBox envelope,
Visitor<T> visitor) |
boolean |
PointQuadTreeNode.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
PointQuadTree.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
IdObjectIndex.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
EnvelopeSpatialIndex.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
AbstractIdObjectQuadTree.visit(BoundingBox envelope,
Visitor<T> visitor) |
void |
AbstractIdObjectPointQuadTree.visit(BoundingBox envelope,
Visitor<T> visitor) |
| Constructor and Description |
|---|
IdObjectIndexEnvelopeVisitor(IdObjectIndex<T> index,
BoundingBox envelope,
Visitor<T> visitor) |
IdObjectIndexItemVisitor(IdObjectIndex<T> index,
BoundingBox envelope,
Visitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
QuadTree.convert(BoundingBox boundingBox) |
T |
QuadTree.getFirst(BoundingBox boundingBox,
Filter<T> filter) |
void |
QuadTree.insert(BoundingBox boundingBox,
T item) |
List<T> |
QuadTree.query(BoundingBox boundingBox) |
List<T> |
QuadTree.query(BoundingBox boundingBox,
Filter<T> filter) |
List<T> |
QuadTree.query(BoundingBox boundingBox,
String methodName,
Object... parameters) |
boolean |
QuadTree.remove(BoundingBox boundingBox,
T item) |
void |
QuadTree.visit(BoundingBox boundingBox,
Visitor<T> visitor) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
LineSegmentMatchWithinDistanceFilter.getBoundingBox() |
BoundingBox |
LineSegmentMatch.getEnvelope() |
BoundingBox |
LineMatchEdgeFilter.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBoxStringConverter.toObject(Object value) |
BoundingBox |
BoundingBoxStringConverter.toObject(String string) |
| Modifier and Type | Method and Description |
|---|---|
Class<BoundingBox> |
BoundingBoxStringConverter.getConvertedClass() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ProjectedCoordinateSystem.getAreaBoundingBox() |
BoundingBox |
GeographicCoordinateSystem.getAreaBoundingBox() |
BoundingBox |
CoordinateSystem.getAreaBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
FileGdbReader.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileGdbReader.setBoundingBox(BoundingBox boundingBox) |
void |
FileGdbQueryIterator.setBoundingBox(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
static Envelope |
GeometryConverter.toEsri(BoundingBox envelope) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Edge.getBoundingBox() |
abstract BoundingBox |
EdgeVisitor.getEnvelope() |
BoundingBox |
Edge.getEnvelope() |
BoundingBox |
EdgeQuadTree.getEnvelope(Edge<T> edge) |
BoundingBox |
NodeQuadTree.getEnvelope(Node<T> node) |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T>> |
Graph.findNodes(BoundingBox boundingBox) |
List<Edge<T>> |
Graph.getEdges(Filter<Edge<T>> filter,
BoundingBox envelope) |
List<Edge<T>> |
Graph.getEdges(Filter<Edge<T>> filter,
Comparator<Edge<T>> comparator,
BoundingBox envelope) |
List<Node<T>> |
Graph.getNodes(Filter<Node<T>> filter,
BoundingBox envelope) |
List<Node<T>> |
Graph.getNodes(Filter<Node<T>> filter,
Comparator<Node<T>> comparator,
BoundingBox envelope) |
List<Node<T>> |
NodeQuadTree.query(BoundingBox envelope) |
void |
Graph.visitEdges(Visitor<Edge<T>> visitor,
BoundingBox envelope) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
IsPointOnLineEdgeFilter.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeometryGraph.getBoundingBox(Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
NearParallelEdgeVisitor.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Node<T>> |
NodeWithinBoundingBoxVisitor.getNodes(Graph<T> graph,
BoundingBox boundingBox) |
| Constructor and Description |
|---|
BoundingBoxIntersectsEdgeVisitor(BoundingBox boundingBox,
Visitor<Edge<T>> matchVisitor) |
NodeOnEdgeVisitor(Node<T> node,
BoundingBox boundingBox,
double maxDistance,
Visitor<Edge<T>> matchVisitor) |
NodeWithinBoundingBoxVisitor(BoundingBox boundingBox,
Visitor<Node<T>> matchVisitor) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
SimpleRectangularMapTile.getBoundingBox() |
BoundingBox |
RectangularMapTile.getBoundingBox() |
BoundingBox |
UtmRectangularMapGrid.getBoundingBox(String mapTileName) |
BoundingBox |
Nts1000000RectangularMapGrid.getBoundingBox(String mapTileName) |
BoundingBox |
CustomRectangularMapGrid.getBoundingBox(String name) |
BoundingBox |
RectangularMapGrid.getBoundingBox(String mapTileName,
int srid) |
BoundingBox |
AbstractRectangularMapGrid.getBoundingBox(String mapTileName,
int srid) |
| Modifier and Type | Method and Description |
|---|---|
List<RectangularMapTile> |
UtmRectangularMapGrid.getTiles(BoundingBox boundingBox) |
List<RectangularMapTile> |
RectangularMapGrid.getTiles(BoundingBox boundingBox) |
List<RectangularMapTile> |
Nts1000000RectangularMapGrid.getTiles(BoundingBox boundingBox) |
List<RectangularMapTile> |
CustomRectangularMapGrid.getTiles(BoundingBox boundingBox) |
| Constructor and Description |
|---|
SimpleRectangularMapTile(RectangularMapGrid grid,
String formattedName,
String name,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
LineStringLessThanDistanceFilter.getEnvelope() |
BoundingBox |
LessThanDistanceFilter.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeometryFilter.acceptEnvelopeIntersects(BoundingBox envelope,
Geometry geometry) |
static <T extends Geometry> |
GeometryFilter.intersects(BoundingBox envelope) |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox |
CoordinatesListUtil.getBoundingBox(GeometryFactory geometryFactory,
LineString points) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBoxTaskSplitter.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptExecutorBoundingBoxTaskSplitter.execute(BoundingBox boundingBox) |
abstract void |
BoundingBoxTaskSplitter.execute(BoundingBox cellBoundingBox) |
void |
BoundingBoxTaskSplitter.setBoundingBox(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
PostgreSQLBoundingBoxWrapper.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostgreSQLBoundingBoxWrapper.setBoundingBox(BoundingBox boundingBox) |
| Constructor and Description |
|---|
PostgreSQLBoundingBoxWrapper(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
TriangulatedIrregularNetwork.getBoundingBox() |
BoundingBox |
TinProcess.getBoundingBox() |
BoundingBox |
Circle.getEnvelopeInternal() |
| Modifier and Type | Method and Description |
|---|---|
List<Triangle> |
TriangulatedIrregularNetwork.getTriangles(BoundingBox envelope) |
static TriangulatedIrregularNetwork |
TinReader.read(BoundingBox boundingBox,
org.springframework.core.io.Resource resource) |
void |
TinProcess.setBoundingBox(BoundingBox boundingBox) |
| Constructor and Description |
|---|
TinReader(BoundingBox boundingBox,
org.springframework.core.io.Resource resource) |
TriangulatedIrregularNetwork(BoundingBox boundingBox) |
TriangulatedIrregularNetwork(BoundingBox boundingBox,
boolean loadMode) |
TriangulatedIrregularNetwork(GeometryFactory geometryFactory,
BoundingBox boundingBox) |
TriangulatedIrregularNetwork(GeometryFactory geometryFactory,
BoundingBox boundingBox,
boolean loadMode) |
| Modifier and Type | Method and Description |
|---|---|
Image |
WmsClient.getMapImage(List<String> layers,
List<String> styles,
String srid,
BoundingBox envelope,
String format,
int width,
int height) |
URL |
WmsClient.getMapUrl(List<String> layers,
List<String> styles,
String srid,
BoundingBox envelope,
String format,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.getEnvelope() |
BoundingBox |
WmsLayer.getLatLonBoundingBox() |
BoundingBox |
Parser.processLatLonBoundingBox(XMLStreamReader parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundingBox.setEnvelope(BoundingBox envelope) |
void |
WmsLayer.setLatLonBoundingBox(BoundingBox latLonBoundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
AbstractMapWrapper.getBoundingBox(String name) |
BoundingBox |
MapServer.getFullExtent() |
BoundingBox |
MapServer.getInitialExtent() |
| Modifier and Type | Method and Description |
|---|---|
static long |
KmlXmlWriter.getLookAtRange(BoundingBox boundingBox) |
void |
KmlXmlWriter.writeLatLonBox(BoundingBox envelope) |
void |
KmlXmlWriter.writeNetworkLink(BoundingBox envelope,
String name,
Integer minLod,
Integer maxLod,
String href) |
void |
KmlXmlWriter.writePlacemarkLineString(BoundingBox envelope,
String name,
String styleUrl) |
void |
KmlXmlWriter.writePlacemarkPoint(BoundingBox boundingBox,
String name,
String styleUrl) |
void |
KmlXmlWriter.writeRegion(BoundingBox envelope,
Integer minLod,
Integer maxLod) |
void |
KmlXmlWriter.writeWmsGroundOverlay(BoundingBox envelope,
String baseUrl,
String name) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
OsmDocument.getBounds() |
| Modifier and Type | Method and Description |
|---|---|
static OsmDocument |
OsmDocument.create(String serverUrl,
BoundingBox boundingBox) |
void |
OsmDocument.setBounds(BoundingBox bounds) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapefileGeometryUtil.writeEnvelope(EndianOutput out,
BoundingBox envelope) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
InteriorPointArea.centre(BoundingBox envelope)
Returns the centre point of the envelope.
|
| Constructor and Description |
|---|
RectangleLineIntersector(BoundingBox rectEnv)
Creates a new intersector for the given query rectangle,
specified as an
BoundingBoxDoubleGf. |
| Modifier and Type | Method and Description |
|---|---|
static double |
HausdorffSimilarityMeasure.diagonalSize(BoundingBox env) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeometryFactory.boundingBox() |
BoundingBox |
BoundingBox.clipToCoordinateSystem() |
BoundingBox |
BoundingBox.convert(GeometryFactory geometryFactory) |
BoundingBox |
BoundingBox.convert(GeometryFactory geometryFactory,
int axisCount) |
BoundingBox |
BoundingBox.expand(double maxDistance) |
BoundingBox |
BoundingBox.expand(double deltaX,
double deltaY) |
BoundingBox |
BoundingBox.expand(Point point) |
BoundingBox |
BoundingBox.expandPercent(double d) |
BoundingBox |
BoundingBox.expandPercent(double factorX,
double factorY) |
BoundingBox |
BoundingBox.expandToInclude(BoundingBox boundingBox) |
BoundingBox |
BoundingBox.expandToInclude(double... coordinates) |
BoundingBox |
BoundingBox.expandToInclude(Geometry geometry) |
BoundingBox |
BoundingBox.expandToInclude(Record record) |
BoundingBox |
Polygonal.getBoundingBox() |
BoundingBox |
Geometry.getBoundingBox()
Gets an
BoundingBoxDoubleGf containing
the minimum and maximum x and y values in this Geometry. |
BoundingBox |
BoundingBox.intersection(BoundingBox env)
Computes the intersection of two
BoundingBoxs. |
BoundingBox |
BoundingBox.move(double deltaX,
double deltaY) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoundingBox.covers(BoundingBox other)
Tests if the
BoundingBox other
lies wholely inside this BoundingBox (inclusive of the boundary). |
double |
BoundingBox.distance(BoundingBox env)
Computes the distance between this and another
BoundingBox. |
OctagonalEnvelope |
OctagonalEnvelope.expandToInclude(BoundingBox env) |
BoundingBox |
BoundingBox.expandToInclude(BoundingBox boundingBox) |
BoundingBox |
BoundingBox.intersection(BoundingBox env)
Computes the intersection of two
BoundingBoxs. |
boolean |
Geometry.intersects(BoundingBox boundingBox) |
boolean |
BoundingBox.intersects(BoundingBox other)
Check if the region defined by
other
overlaps (intersects) the region of this BoundingBox. |
| Constructor and Description |
|---|
OctagonalEnvelope(BoundingBox env)
Creates a new null bounding octagon bounding an
BoundingBoxDoubleGf |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundingBoxDoubleGf
Defines a rectangular region of the 2D coordinate plane.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBoxDoubleGf.clipToCoordinateSystem() |
BoundingBox |
BoundingBoxDoubleGf.clone()
Bounding boxes are immutable so clone returns this.
|
protected BoundingBox |
AbstractPolygon.computeBoundingBox() |
protected BoundingBox |
AbstractPoint.computeBoundingBox() |
protected BoundingBox |
AbstractLineString.computeBoundingBox() |
protected BoundingBox |
AbstractGeometryCollection.computeBoundingBox() |
protected abstract BoundingBox |
AbstractGeometry.computeBoundingBox()
Returns the minimum and maximum x and y values in this
Geometry
, or a null BoundingBoxDoubleGf if this Geometry is empty. |
BoundingBox |
BoundingBoxDoubleGf.convert(GeometryFactory geometryFactory) |
BoundingBox |
BoundingBoxDoubleGf.convert(GeometryFactory geometryFactory,
int axisCount) |
static BoundingBox |
BoundingBoxDoubleGf.create(String wkt) |
BoundingBox |
BoundingBoxDoubleGf.expand(double delta)
Return a new bounding box expanded by delta.
|
BoundingBox |
BoundingBoxDoubleGf.expand(double deltaX,
double deltaY)
Return a new bounding box expanded by deltaX, deltaY.
|
BoundingBox |
BoundingBoxDoubleGf.expand(Point coordinates) |
BoundingBox |
BoundingBoxDoubleGf.expandPercent(double factor) |
BoundingBox |
BoundingBoxDoubleGf.expandPercent(double factorX,
double factorY) |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(BoundingBox other) |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(double... coordinates) |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(Geometry geometry) |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(Point point) |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(Record object) |
BoundingBox |
PolygonImpl.getBoundingBox() |
BoundingBox |
PointDoubleGf.getBoundingBox() |
BoundingBox |
MultiPolygonImpl.getBoundingBox() |
BoundingBox |
MultiPointImpl.getBoundingBox() |
BoundingBox |
LineStringDoubleGf.getBoundingBox() |
BoundingBox |
GeometryCollectionImpl.getBoundingBox() |
BoundingBox |
AbstractMultiLineString.getBoundingBox() |
BoundingBox |
AbstractGeometry.getBoundingBox()
Gets an
BoundingBoxDoubleGf containing
the minimum and maximum x and y values in this Geometry. |
BoundingBox |
BoundingBoxDoubleGf.intersection(BoundingBox boundingBox)
Computes the intersection of two
BoundingBoxDoubleGfs. |
BoundingBox |
BoundingBoxDoubleGf.move(double xDisplacement,
double yDisplacement)
Create a new BoundingBox by moving the min/max x coordinates by xDisplacement and
the min/max y coordinates by yDisplacement.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoundingBoxDoubleGf.covers(BoundingBox other)
Tests if the
BoundingBoxDoubleGf other
lies wholely inside this BoundingBoxDoubleGf (inclusive of the boundary). |
double |
BoundingBoxDoubleGf.distance(BoundingBox boundingBox)
Computes the distance between this and another
BoundingBoxDoubleGf. |
BoundingBox |
BoundingBoxDoubleGf.expandToInclude(BoundingBox other) |
BoundingBox |
BoundingBoxDoubleGf.intersection(BoundingBox boundingBox)
Computes the intersection of two
BoundingBoxDoubleGfs. |
boolean |
BoundingBoxDoubleGf.intersects(BoundingBox other)
Check if the region defined by
other
overlaps (intersects) the region of this BoundingBoxDoubleGf. |
boolean |
AbstractPolygon.intersects(BoundingBox boundingBox) |
boolean |
AbstractPoint.intersects(BoundingBox boundingBox) |
boolean |
AbstractLineString.intersects(BoundingBox boundingBox) |
boolean |
AbstractGeometryCollection.intersects(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
PreparedPolygon.getBoundingBox() |
BoundingBox |
PreparedPoint.getBoundingBox() |
BoundingBox |
PreparedMultiPolygon.getBoundingBox() |
BoundingBox |
PreparedMultiPoint.getBoundingBox() |
BoundingBox |
PreparedMultiLineString.getBoundingBox() |
BoundingBox |
PreparedLineString.getBoundingBox() |
BoundingBox |
PreparedGeometryCollection.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
LineSegment.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
LineSegment |
LineSegment.getIntersection(BoundingBox boundingBox) |
LineSegment |
AbstractLineSegment.getIntersection(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Vertex.getBoundingBox() |
BoundingBox |
AbstractVertex.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Edge.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialIndex.insert(BoundingBox boundingBox,
V item)
Adds a spatial item with an extent specified by the given
BoundingBoxDoubleGf to the index |
List<V> |
SpatialIndex.query(BoundingBox searchEnv)
Queries the index for all items whose extents intersect the given search
BoundingBoxDoubleGf
Note that some kinds of indexes may also return objects which do not in fact
intersect the query envelope. |
boolean |
SpatialIndex.remove(BoundingBox b,
V item)
Removes a single item from the tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonotoneChain.select(BoundingBox searchEnv,
MonotoneChainSelectAction mcs)
Determine all the line segments in the chain whose envelopes overlap
the searchEnvelope, and process them.
|
| Modifier and Type | Method and Description |
|---|---|
List |
KdTree.query(BoundingBox queryEnv)
Performs a range search of the points in the index.
|
void |
KdTree.query(BoundingBox queryEnv,
List result)
Performs a range search of the points in the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STRtree.insert(BoundingBox itemEnv,
Object item)
Inserts an item having the given bounds into the tree.
|
Object |
STRtree.nearestNeighbour(BoundingBox env,
Object item,
ItemDistance itemDist)
Finds the item in this tree which is nearest to the given
Object,
using ItemDistance as the distance metric. |
List |
STRtree.query(BoundingBox searchEnv)
Returns items whose bounds intersect the given envelope.
|
void |
STRtree.query(BoundingBox searchEnv,
ItemVisitor visitor)
Returns items whose bounds intersect the given envelope.
|
boolean |
STRtree.remove(BoundingBox itemEnv,
Object item)
Removes a single item from the tree.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
HotPixel.getSafeEnvelope()
Returns a "safe" envelope that is guaranteed to contain the hot pixel.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
PointFacetSequence.getEnvelope() |
BoundingBox |
LineFacetSequence.getEnvelope() |
BoundingBox |
FacetSequence.getEnvelope() |
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBox |
GeometricShapeBuilder.extent |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeometricShapeBuilder.getExtent() |
BoundingBox |
GeometricShapeBuilder.getSquareExtent() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometricShapeBuilder.setExtent(BoundingBox extent) |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
RandomPointsBuilder.createRandomCoord(BoundingBox env) |
| Modifier and Type | Method and Description |
|---|---|
void |
VoronoiDiagramBuilder.setClipEnvelope(BoundingBox clipEnv)
Sets the envelope to clip the diagram to.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
QuadEdgeSubdivision.getEnvelope()
Gets the envelope of the Subdivision (including the frame).
|
| Constructor and Description |
|---|
QuadEdgeSubdivision(BoundingBox env,
double tolerance)
Creates a new instance of a quad-edge subdivision based on a frame triangle
that encloses a supplied bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeometricShapeFactory.Dimensions.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BoundingBoxUtil.isEmpty(BoundingBox boundingBox) |
void |
GeometricShapeFactory.setEnvelope(BoundingBox env) |
void |
GeometricShapeFactory.Dimensions.setEnvelope(BoundingBox env) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeoReferencedImage.getBoundingBox() |
BoundingBox |
AbstractGeoReferencedImage.getBoundingBox() |
BoundingBox |
ProjectionImageFilter.getDestBoundingBox() |
static BoundingBox |
PdfUtil.getViewportBoundingBox(org.apache.pdfbox.cos.COSDictionary viewport) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoReferencedImage.drawImage(Graphics2D graphics,
BoundingBox viewBoundingBox,
int viewWidth,
int viewHeight,
boolean useTransform) |
void |
AbstractGeoReferencedImage.drawImage(Graphics2D graphics,
BoundingBox viewBoundingBox,
int viewWidth,
int viewHeight,
boolean useTransform) |
void |
AbstractGeoReferencedImage.drawRenderedImage(RenderedImage renderedImage,
BoundingBox imageBoundingBox,
Graphics2D graphics,
BoundingBox viewBoundingBox,
int viewWidth,
boolean useTransform) |
protected void |
AbstractGeoReferencedImage.drawRenderedImage(RenderedImage renderedImage,
Graphics2D graphics,
BoundingBox viewBoundingBox,
int viewWidth,
int viewHeight,
boolean useTransform) |
AffineTransform |
GeoReferencedImage.getAffineTransformation(BoundingBox boundingBox) |
AffineTransform |
AbstractGeoReferencedImage.getAffineTransformation(BoundingBox boundingBox) |
Point |
MappedLocation.getSourcePoint(GeoReferencedImage image,
BoundingBox boundingBox,
boolean useTransform) |
LineString |
MappedLocation.getSourceToTargetLine(GeoReferencedImage image,
BoundingBox boundingBox,
boolean useTransform) |
Point |
MappedLocation.getTargetPixel(BoundingBox boundingBox,
int imageWidth,
int imageHeight) |
void |
GeoReferencedImage.setBoundingBox(BoundingBox boundingBox) |
void |
AbstractGeoReferencedImage.setBoundingBox(BoundingBox boundingBox) |
static Point |
MappedLocation.targetPointToPixel(BoundingBox boundingBox,
Point point,
int imageWidth,
int imageHeight) |
static Point |
MappedLocation.toImagePoint(BoundingBox boundingBox,
Point modelPoint,
int imageWidth,
int imageHeight) |
static double[] |
MappedLocation.toModelCoordinates(GeoReferencedImage image,
BoundingBox boundingBox,
boolean useTransform,
double... coordinates) |
| Constructor and Description |
|---|
BufferedGeoReferencedImage(BoundingBox boundingBox,
BufferedImage image) |
BufferedGeoReferencedImage(BoundingBox boundingBox,
int imageWidth,
int imageHeight) |
ProjectionImageFilter(BoundingBox imageBoundingBox,
CoordinateSystem destCoordinateSystem,
double resolution) |
ProjectionImageFilter(BoundingBox sourceBoundingBox,
GeometryFactory destGeometryFactory,
double destPixelSize) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Viewport2D.getBoundingBox() |
BoundingBox |
MapPanel.getBoundingBox() |
BoundingBox |
ComponentViewport2D.getBoundingBox(double x,
double y,
double scale)
Get the bounding box for the dimensions of the viewport at the specified
scale, centred at the x, y model coordinates.
|
BoundingBox |
ComponentViewport2D.getBoundingBox(double x1,
double y1,
double x2,
double y2)
Get the bounding box in model units for the pair of coordinates in view
units.
|
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
int pixels) |
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
int x,
int y,
int pixels) |
BoundingBox |
Viewport2D.getBoundingBox(GeometryFactory geometryFactory,
MouseEvent event,
int pixels) |
BoundingBox |
ComponentViewport2D.getBoundingBox(int x,
int y,
double scale)
Get the bounding box for the dimensions of the viewport at the specified
scale, centred at the x, y view coordinates.
|
protected BoundingBox |
ProjectFrame.getDefaultBoundingBox() |
BoundingBox |
ComponentViewport2D.getValidBoundingBox(BoundingBox boundingBox) |
BoundingBox |
Viewport2D.setBoundingBox(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
AffineTransform |
Viewport2D.createModelToScreenTransform(BoundingBox boundingBox,
double viewWidth,
double viewHeight) |
static AffineTransform |
Viewport2D.createScreenToModelTransform(BoundingBox boundingBox,
double viewWidth,
double viewHeight) |
BoundingBox |
ComponentViewport2D.getValidBoundingBox(BoundingBox boundingBox) |
BoundingBox |
Viewport2D.setBoundingBox(BoundingBox boundingBox) |
void |
MapPanel.setBoundingBox(BoundingBox boundingBox) |
protected void |
Viewport2D.setBoundingBoxInternal(BoundingBox boundingBox) |
void |
MapPanel.zoomToBoundingBox(BoundingBox boundingBox)
Zoom to the bounding box with a 5% padding on each side
|
| Constructor and Description |
|---|
ImageViewport(Project project,
int width,
int height,
BoundingBox boundingBox) |
Viewport2D(Project project,
int width,
int height,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
MapTile.getBoundingBox() |
BoundingBox |
LayerGroup.getBoundingBox() |
BoundingBox |
Layer.getBoundingBox() |
BoundingBox |
AbstractLayer.getBoundingBox() |
BoundingBox |
LayerGroup.getBoundingBox(boolean visibleLayersOnly) |
BoundingBox |
Layer.getBoundingBox(boolean visibleLayersOnly) |
BoundingBox |
AbstractLayer.getBoundingBox(boolean visibleLayersOnly) |
BoundingBox |
Project.getInitialBoundingBox() |
BoundingBox |
LayerGroup.getSelectedBoundingBox() |
BoundingBox |
Layer.getSelectedBoundingBox() |
BoundingBox |
AbstractLayer.getSelectedBoundingBox() |
BoundingBox |
Project.getViewBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BoundingBox> |
Project.getZoomBookmarks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.addZoomBookmark(String name,
BoundingBox boundingBox) |
void |
Project.setViewBoundingBox(BoundingBox viewBoundingBox) |
| Constructor and Description |
|---|
MapTile(BoundingBox boundingBox,
int width,
int height,
double resolution) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ArcGisServerRestLayer.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BingLayer.getBoundingBox() |
BoundingBox |
BingClient.getBoundingBox(int zoomLevel,
int tileX,
int tileY) |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
GeoNamesService.getNames(BoundingBox boundingBox) |
List<Record> |
GeoNamesService.getWikipediaArticles(BoundingBox boundingBox) |
| Constructor and Description |
|---|
GeoNamesBoundingBoxLayerWorker(BoundingBoxRecordLayer layer,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
OpenStreetMapLayer.getBoundingBox() |
BoundingBox |
OpenStreetMapClient.getBoundingBox(int zoomLevel,
int tileX,
int tileY) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundingBox> |
OsmOverpassLayer.getTileBoundingBoxes(BoundingBox boundingBox) |
List<BoundingBox> |
OpenStreetMapApiLayer.getTileBoundingBoxes(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayerRecord> |
OsmOverpassLayer.doQuery(BoundingBox boundingBox) |
protected List<LayerRecord> |
OpenStreetMapApiLayer.doQuery(BoundingBox boundingBox) |
List<BoundingBox> |
OsmOverpassLayer.getTileBoundingBoxes(BoundingBox boundingBox) |
List<BoundingBox> |
OpenStreetMapApiLayer.getTileBoundingBoxes(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
GeoReferencedImageLayer.fitToViewport() |
BoundingBox |
GeoReferencedImageLayer.getBoundingBox() |
BoundingBox |
GeoReferencedImageLayer.getBoundingBox(boolean visibleLayersOnly) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeoReferencedImageLayerRenderer.renderDifferentCoordinateSystem(Viewport2D viewport,
BoundingBox boundingBox,
Graphics2D graphics) |
void |
GeoReferencedImageLayer.setBoundingBox(BoundingBox boundingBox) |
Point |
GeoReferencedImageLayer.sourcePixelToTargetPoint(BoundingBox boundingBox,
boolean useTransform,
double... coordinates) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
RecordStoreLayer.getBoundingBox() |
BoundingBox |
ListRecordLayer.getBoundingBox() |
BoundingBox |
BoundingBoxRecordLayer.getBoundingBox() |
BoundingBox |
AbstractRecordLayer.getBoundingBox() |
BoundingBox |
AbstractRecordLayer.getHighlightedBoundingBox() |
BoundingBox |
RecordStoreLayer.getLoadingBoundingBox() |
BoundingBox |
AbstractRecordLayer.getSelectedBoundingBox() |
BoundingBox |
LoadingWorker.getViewportBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRecordLayer.addSelectedRecords(BoundingBox boundingBox) |
protected void |
RecordStoreLayer.clearLoading(BoundingBox loadedBoundingBox) |
protected LoadingWorker |
RecordStoreLayer.createLoadingWorker(BoundingBox boundingBox) |
protected List<LayerRecord> |
RecordStoreLayer.doQuery(BoundingBox boundingBox) |
List<LayerRecord> |
BoundingBoxRecordLayer.doQuery(BoundingBox boundingBox) |
protected List<LayerRecord> |
AbstractRecordLayer.doQuery(BoundingBox boundingBox) |
protected List<LayerRecord> |
RecordStoreLayer.doQueryBackground(BoundingBox boundingBox) |
protected List<LayerRecord> |
AbstractRecordLayer.doQueryBackground(BoundingBox boundingBox) |
protected List<LayerRecord> |
RecordStoreLayer.getRecords(BoundingBox boundingBox) |
protected List<LayerRecord> |
RecordStoreLayer.getRecordsFromRecordStore(BoundingBox boundingBox) |
List<LayerRecord> |
AbstractRecordLayer.getSelectedRecords(BoundingBox boundingBox) |
List<LayerRecord> |
AbstractRecordLayer.query(BoundingBox boundingBox) |
List<LayerRecord> |
AbstractRecordLayer.queryBackground(BoundingBox boundingBox) |
boolean |
AbstractRecordLayer.removeFromIndex(BoundingBox boundingBox,
LayerRecord record) |
void |
AbstractRecordLayer.setBoundingBox(BoundingBox boundingBox) |
protected void |
RecordStoreLayer.setIndexRecords(BoundingBox loadedBoundingBox,
List<LayerRecord> records) |
void |
BoundingBoxRecordLayer.setIndexRecords(BoundingBox boundingBox,
List<LayerRecord> records) |
void |
AbstractRecordLayer.setSelectedRecords(BoundingBox boundingBox) |
void |
RecordStoreLayer.unSelectRecords(BoundingBox boundingBox) |
void |
AbstractRecordLayer.unSelectRecords(BoundingBox boundingBox) |
void |
AbstractRecordLayer.zoomToBoundingBox(BoundingBox boundingBox) |
| Constructor and Description |
|---|
LoadingWorker(RecordStoreLayer layer,
BoundingBox viewportBoundingBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextStyleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord object) |
void |
ScaleMultipleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord object) |
void |
MultipleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord record) |
void |
MarkerStyleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord object) |
void |
GeometryStyleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord record) |
void |
FilterMultipleRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord record) |
void |
AbstractRecordLayerRenderer.renderRecord(Viewport2D viewport,
BoundingBox visibleArea,
AbstractLayer layer,
LayerRecord record) |
| Constructor and Description |
|---|
WikipediaBoundingBoxLayerWorker(BoundingBoxRecordLayer layer,
BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
BoundingBox |
FixedScaleZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
If the coordinate system for the bounding box wasn't specified it will
be set to the coordinate system of the viewport.
The bounding box will be converted to the coordinate system of the
viewport.
|
BoundingBox |
FactorZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
BoundingBox |
HotspotViewport2D.setBoundingBox(BoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
ZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
BoundingBox |
FixedScaleZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
If the coordinate system for the bounding box wasn't specified it will
be set to the coordinate system of the viewport.
The bounding box will be converted to the coordinate system of the
viewport.
|
BoundingBox |
FactorZoomMode.getBoundingBox(ComponentViewport2D viewport,
BoundingBox boundingBox)
Get the best bounding box matching the zoom mode policy
|
protected double |
FixedScaleZoomMode.getScale(ComponentViewport2D viewport,
BoundingBox newBoundingBox) |
BoundingBox |
HotspotViewport2D.setBoundingBox(BoundingBox boundingBox) |
void |
ZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
void |
FixedScaleZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
void |
FactorZoomMode.zoom(ComponentViewport2D viewport,
BoundingBox boundingBox)
Zoom the map so that the specified bounding box is visible.
|
| Modifier and Type | Method and Description |
|---|---|
protected BoundingBox |
AbstractOverlay.getHotspotBoundingBox() |
protected BoundingBox |
AbstractOverlay.getHotspotBoundingBox(MouseEvent event) |
BoundingBox |
EditGeoReferencedImageOverlay.getImageBoundingBox() |
protected BoundingBox |
EditGeoReferencedImageOverlay.getMoveBoundingBox(MouseEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EditGeometryOverlay.addSelectedObjects(List<LayerRecord> objects,
LayerGroup group,
BoundingBox boundingBox) |
void |
SelectRecordsOverlay.addSelectedRecords(BoundingBox boundingBox) |
protected void |
SelectRecordsOverlay.doSelectRecords(InputEvent event,
BoundingBox boundingBox) |
protected CloseLocation |
AbstractOverlay.findCloseLocation(AbstractRecordLayer layer,
LayerRecord record,
Geometry geometry,
BoundingBox boundingBox) |
protected CloseLocation |
AbstractOverlay.findCloseLocation(LayerRecord record,
BoundingBox boundingBox) |
protected CloseLocation |
AbstractOverlay.findCloseVertexLocation(AbstractRecordLayer layer,
LayerRecord record,
Geometry geometry,
BoundingBox boundingBox) |
protected List<LayerRecord> |
EditGeometryOverlay.getSelectedRecords(BoundingBox boundingBox) |
protected boolean |
AbstractOverlay.hasSnapPoint(BoundingBox boundingBox) |
protected boolean |
AbstractOverlay.hasSnapPoint(MouseEvent event,
BoundingBox boundingBox) |
protected boolean |
AbstractOverlay.hasSnapPoint(Point eventPoint,
BoundingBox boundingBox) |
void |
SelectRecordsOverlay.selectRecords(BoundingBox boundingBox) |
void |
EditGeoReferencedImageOverlay.setImageBoundingBox(BoundingBox boundingBox) |
void |
SelectRecordsOverlay.unSelectRecords(BoundingBox boundingBox) |
| Constructor and Description |
|---|
MapPageable(Project map,
BoundingBox boundingBox,
PageFormat pageFormat,
double scale,
int dpi,
double gridSizeMetres) |
MapPrintable(Project map,
int column,
int row,
BoundingBox boundingBox,
Rectangle2D contentRect,
int dpi,
double rulerSizePixels,
double minorDivisions,
double scale) |
PrintViewport2D(Project map,
Graphics2D graphics,
PageFormat pageFormat,
BoundingBox boundingBox,
Rectangle2D contentRect,
int dpi) |
SinglePage(Project project,
BoundingBox boundingBox,
int viewWidth,
int viewHeight) |
| Modifier and Type | Method and Description |
|---|---|
static Shape |
GeometryShapeUtil.toShape(Viewport2D viewport,
BoundingBox boundingBox) |
| Constructor and Description |
|---|
PdfViewport(org.apache.pdfbox.pdmodel.PDDocument document,
org.apache.pdfbox.pdmodel.PDPage page,
Project project,
int width,
int height,
BoundingBox boundingBox) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.