Uses of Interface
org.geotools.api.geometry.BoundingBox
- 
Packages that use BoundingBox Package Description org.geotools.api.feature Representation a features on a map.org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.spatial org.geotools.api.geometry Root package for geometries.org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io org.geotools.coverage.io.catalog org.geotools.data.duckdb org.geotools.data.gen org.geotools.data.mongodb org.geotools.feature org.geotools.feature.simple org.geotools.filter org.geotools.filter.spatial org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog org.geotools.geojson.geom org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.geometry.jts org.geotools.gml.producer org.geotools.imageio.netcdf org.geotools.jdbc 
- 
- 
Uses of BoundingBox in org.geotools.api.featureMethods in org.geotools.api.feature that return BoundingBox Modifier and Type Method Description BoundingBoxFeature. getBounds()The bounds of this Feature, if available.BoundingBoxGeometryAttribute. getBounds()The bounds of the attribute.Methods in org.geotools.api.feature with parameters of type BoundingBox Modifier and Type Method Description voidGeometryAttribute. setBounds(BoundingBox bounds)Sets the bounds of the geometry.
- 
Uses of BoundingBox in org.geotools.api.filterMethods in org.geotools.api.filter with parameters of type BoundingBox Modifier and Type Method Description BBOXFilterFactory. bbox(Expression geometry, BoundingBox bounds)Checks if the bounding box of the feature's geometry overlaps the indicated bounds.BBOXFilterFactory. bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction)Checks if the bounding box of the feature's geometry overlaps the indicated bounds.
- 
Uses of BoundingBox in org.geotools.api.filter.spatialMethods in org.geotools.api.filter.spatial that return BoundingBox Modifier and Type Method Description BoundingBoxBBOX. getBounds()Return Bounding Box object representing the bounds of the filter @Return Bounds of Filter
- 
Uses of BoundingBox in org.geotools.api.geometrySubinterfaces of BoundingBox in org.geotools.api.geometry Modifier and Type Interface Description interfaceBoundingBox3DRepresents a three-dimensional envelope.Methods in org.geotools.api.geometry that return BoundingBox Modifier and Type Method Description BoundingBoxBoundingBox. toBounds(CoordinateReferenceSystem targetCRS)Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.BoundingBoxBoundingBox3D. toBounds(CoordinateReferenceSystem targetCRS)Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.Methods in org.geotools.api.geometry with parameters of type BoundingBox Modifier and Type Method Description booleanBoundingBox. contains(BoundingBox bounds)Returnstrueif the provided bounds are contained by this bounding box.voidBoundingBox. include(BoundingBox bounds)Includes the provided bounding box, expanding as necessary.booleanBoundingBox. intersects(BoundingBox bounds)Returnstrueif the interior of this bounds intersects the interior of the provided bounds.voidBoundingBox. setBounds(BoundingBox bounds)Sets this bounding box to be the same as the specified box.
- 
Uses of BoundingBox in org.geotools.coverage.gridMethods in org.geotools.coverage.grid with parameters of type BoundingBox Modifier and Type Method Description GridEnvelope2DGridGeometry2D. worldToGrid(BoundingBox envelope)Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.
- 
Uses of BoundingBox in org.geotools.coverage.ioMethods in org.geotools.coverage.io that return BoundingBox Modifier and Type Method Description BoundingBoxSpatialRequestHelper. getCropBBox()BoundingBoxCoverageReadRequest. getGeographicArea()BoundingBoxSpatialRequestHelper. getRequestedBBox()Methods in org.geotools.coverage.io that return types with arguments of type BoundingBox Modifier and Type Method Description abstract Set<? extends BoundingBox>CoverageSource.SpatialDomain. getSpatialElements(boolean overall, ProgressListener listener)The firstBoundingBoxof thisListshould contain the overall bounding for the underlying coverage in its native coordinate reference system.Methods in org.geotools.coverage.io with parameters of type BoundingBox Modifier and Type Method Description voidSpatialRequestHelper. setRequestedBBox(BoundingBox requestedBBox)
- 
Uses of BoundingBox in org.geotools.coverage.io.catalogMethods in org.geotools.coverage.io.catalog that return BoundingBox Modifier and Type Method Description BoundingBoxCoverageSlice. getGranuleBBOX()
- 
Uses of BoundingBox in org.geotools.data.duckdbMethods in org.geotools.data.duckdb with parameters of type BoundingBox Modifier and Type Method Description protected voidDuckDBFilterToSQL. visitLiteralBoundingBox(BoundingBox bounds)
- 
Uses of BoundingBox in org.geotools.data.genMethods in org.geotools.data.gen that return BoundingBox Modifier and Type Method Description BoundingBoxPreGeneralizedSimpleFeature. getBounds()
- 
Uses of BoundingBox in org.geotools.data.mongodbMethods in org.geotools.data.mongodb that return BoundingBox Modifier and Type Method Description BoundingBoxMongoDBObjectFeature. getBounds()
- 
Uses of BoundingBox in org.geotools.featureFields in org.geotools.feature declared as BoundingBox Modifier and Type Field Description protected BoundingBoxGeometryAttributeImpl. boundsbounds, derivedMethods in org.geotools.feature that return BoundingBox Modifier and Type Method Description BoundingBoxDecoratingFeature. getBounds()BoundingBoxFeatureImpl. getBounds()Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with.BoundingBoxGeometryAttributeImpl. getBounds()Returns the non null envelope of this attribute.Methods in org.geotools.feature with parameters of type BoundingBox Modifier and Type Method Description voidGeometryAttributeImpl. setBounds(BoundingBox bbox)Set the bounds for the contained geometry.
- 
Uses of BoundingBox in org.geotools.feature.simpleMethods in org.geotools.feature.simple that return BoundingBox Modifier and Type Method Description BoundingBoxSimpleFeatureImpl. getBounds()
- 
Uses of BoundingBox in org.geotools.filterMethods in org.geotools.filter with parameters of type BoundingBox Modifier and Type Method Description BBOXFilterFactoryImpl. bbox(Expression geometry, BoundingBox bounds)BBOXFilterFactoryImpl. bbox(Expression geometry, BoundingBox bounds, MultiValuedFilter.MatchAction matchAction)
- 
Uses of BoundingBox in org.geotools.filter.spatialMethods in org.geotools.filter.spatial that return BoundingBox Modifier and Type Method Description BoundingBoxBBOXImpl. getBounds()
- 
Uses of BoundingBox in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that return BoundingBox Modifier and Type Method Description BoundingBoxSpatialRequestHelper. getComputedBBox()BoundingBoxSpatialRequestHelper. getComputedBBox(boolean useAlternativeIfAvailable)BoundingBoxSpatialRequestHelper. getCoverageBBox()BoundingBoxGranuleLoader. getCropBBox()BoundingBoxGranuleDescriptor. getGranuleBBOX()Methods in org.geotools.gce.imagemosaic with parameters of type BoundingBox Modifier and Type Method Description protected voidGranuleDescriptor. init(BoundingBox granuleBBOX, URL granuleUrl, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)Constructors in org.geotools.gce.imagemosaic with parameters of type BoundingBox Constructor Description GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider)GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, boolean heterogeneousGranules)GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor)GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules)GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering)GranuleDescriptor(String granuleLocation, BoundingBox granuleBBox, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, MultiLevelROI roiProvider, int maxDecimationFactor, boolean heterogeneousGranules, boolean handleArtifactsFiltering, Hints hints)
- 
Uses of BoundingBox in org.geotools.gce.imagemosaic.catalogMethods in org.geotools.gce.imagemosaic.catalog that return BoundingBox Modifier and Type Method Description abstract BoundingBoxGranuleCatalog. getBounds(String typeName)BoundingBoxGranuleCatalog. getBounds(String typeName, Transaction t)BoundingBoxLockingGranuleCatalog. getBounds(String typeName)BoundingBoxLockingGranuleCatalog. getBounds(String typeName, Transaction t)
- 
Uses of BoundingBox in org.geotools.geojson.geomMethods in org.geotools.geojson.geom with parameters of type BoundingBox Modifier and Type Method Description StringGeometryJSON. toString(BoundingBox bbox)Writes an BoundingBox instance as GeoJSON returning the result as a string.
- 
Uses of BoundingBox in org.geotools.geometryClasses in org.geotools.geometry that implement BoundingBox Modifier and Type Class Description classEnvelope2DArchivedA two-dimensional envelope on top ofRectangle2D.Methods in org.geotools.geometry that return BoundingBox Modifier and Type Method Description BoundingBoxEnvelope2DArchived. toBounds(CoordinateReferenceSystem targetCRS)Methods in org.geotools.geometry with parameters of type BoundingBox Modifier and Type Method Description booleanEnvelope2DArchived. contains(BoundingBox bounds)voidEnvelope2DArchived. include(BoundingBox bounds)booleanEnvelope2DArchived. intersects(BoundingBox bounds)Returnstrueif the interior of this bounds intersects the interior of the provided bounds.voidEnvelope2DArchived. setBounds(BoundingBox bounds)
- 
Uses of BoundingBox in org.geotools.geometry.jtsClasses in org.geotools.geometry.jts that implement BoundingBox Modifier and Type Class Description classReferencedEnvelopeA JTS envelope associated with a coordinate reference system.classReferencedEnvelope3DA 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts that return BoundingBox Modifier and Type Method Description BoundingBoxReferencedEnvelope. toBounds(CoordinateReferenceSystem targetCRS)Returns a new bounding box which contains the transformed shape of this bounding box.BoundingBoxReferencedEnvelope3D. toBounds(CoordinateReferenceSystem targetCRS)Returns a new bounding box which contains the transformed shape of this bounding box.Methods in org.geotools.geometry.jts with parameters of type BoundingBox Modifier and Type Method Description booleanReferencedEnvelope. contains(BoundingBox bbox)Check if provided bbox is contained by this ReferencedEnvelope.protected voidReferencedEnvelope. ensureCompatibleReferenceSystem(BoundingBox bbox)Make sure that the specified bounding box uses the same CRS than this one.static booleanJTS. equals(BoundingBox a, BoundingBox b, double tolerance)BoundingBox equality with target tolerance.voidReferencedEnvelope. include(BoundingBox bbox)Include the provided bounding box, expanding as necessary.voidReferencedEnvelope. init(BoundingBox bounds)Sets this envelope to the specified bounding box.voidReferencedEnvelope3D. init(BoundingBox bounds)Sets this envelope to the specified bounding box.booleanReferencedEnvelope. intersects(BoundingBox bbox)Check if this bounding box intersects the provided bounds.voidReferencedEnvelope. setBounds(BoundingBox bbox)Initialize the bounding box with another bounding box.static PolygonJTS. toGeometry(BoundingBox bbox)Converts aBoundingBoxto a JTS polygon.static PolygonJTS. toGeometry(BoundingBox bbox, GeometryFactory factory)Converts aBoundingBoxto a JTS polygon using the given JTS geometry factory.static PolygonJTS. toGeometry(BoundingBox bbox, GeometryFactory factory, int npoints)Convert the provided bbox to a polygon, sampling a set number of points along each side.Constructors in org.geotools.geometry.jts with parameters of type BoundingBox Constructor Description ReferencedEnvelope(BoundingBox bbox)Creates a new envelope from an existing bounding box.
- 
Uses of BoundingBox in org.geotools.gml.producerMethods in org.geotools.gml.producer with parameters of type BoundingBox Modifier and Type Method Description voidFeatureTransformer.FeatureTranslator. writeBounds(BoundingBox bounds)writes thegml:boundedByelement to output based onfc.getBounds()
- 
Uses of BoundingBox in org.geotools.imageio.netcdfMethods in org.geotools.imageio.netcdf that return types with arguments of type BoundingBox Modifier and Type Method Description Set<? extends BoundingBox>VariableAdapter.UnidataSpatialDomain. getSpatialElements(boolean overall, ProgressListener listener)
- 
Uses of BoundingBox in org.geotools.jdbcMethods in org.geotools.jdbc that return BoundingBox Modifier and Type Method Description BoundingBoxJDBCFeatureReader.ResultSetFeature. getBounds()
 
-