Uses of Class
org.geotools.geometry.jts.ReferencedEnvelope
Packages that use ReferencedEnvelope
Package
Description
Defines the DataStore API via which all data is imported or exported.
GridCoverage2D implementation.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
GRASS input/output drivers
A set of helper classes for image handling in the Geotools implementation;
Do not use!
List of layers to be rendered.
Provides for Web Map Server client access as a Grid Coverage Exchange.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
Basic interface for rendering of features.
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Simple Swing widgets for map display.
Mouse events and listener classes to work with both window and map positions.
-
Uses of ReferencedEnvelope in org.geotools.api.data
Fields in org.geotools.api.data declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
FeatureEvent.bounds
Indicates the bounds in which the modification occurred.Methods in org.geotools.api.data that return ReferencedEnvelopeModifier and TypeMethodDescriptionFeatureEvent.getBounds()
Provides access to the area modified (if known).FeatureSource.getBounds()
Get the spatial bounds of the feature data.Get the spatial bounds of the features that would be returned by the givenQuery
.ResourceInfo.getBounds()
Returns the bounds of the resource, expressed in the native coordinate reference system.Constructors in org.geotools.api.data with parameters of type ReferencedEnvelopeModifierConstructorDescriptionBatchFeatureEvent
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, ReferencedEnvelope bounds, Filter filter) FeatureEvent
(Object source, FeatureEvent.Type type, ReferencedEnvelope bounds) Constructs a new FeatureEvent.FeatureEvent
(Object source, FeatureEvent.Type type, ReferencedEnvelope bounds, Filter filter) Constructs a new FeatureEvent. -
Uses of ReferencedEnvelope in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return ReferencedEnvelopeModifier and TypeMethodDescriptionGridCoverage2D.getEnvelope2D()
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.GridGeometry2D.getEnvelope2D()
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.final ReferencedEnvelope
GridGeometry2D.gridToWorld
(GridEnvelope2D gridEnv) Transforms an represented by a GridEnvelope2D object from grid to world coordinates.Reduces the specified bounds to a two-dimensional ReferencedEnvelope.Methods in org.geotools.coverage.grid with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionfinal GridEnvelope2D
GridGeometry2D.worldToGrid
(ReferencedEnvelope envelope) Transforms a rectangle represented by an ReferencedEnvelope (or BoundingBox) from world to grid coordinates.Constructors in org.geotools.coverage.grid with parameters of type ReferencedEnvelopeModifierConstructorDescriptionGridEnvelope2D
(ReferencedEnvelope envelope, PixelInCell anchor) Casts the specified envelope into a grid envelope.GridEnvelope2D
(ReferencedEnvelope envelope, PixelInCell anchor, boolean isHighIncluded) Casts the specified envelope into a grid envelope. -
Uses of ReferencedEnvelope in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return ReferencedEnvelopeModifier and TypeMethodDescriptionGet the spatial bounds of the granules that would be returned by the givenQuery
.Methods in org.geotools.coverage.grid.io with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptiondouble[]
ReadResolutionCalculator.computeRequestedResolution
(ReferencedEnvelope readBounds) Computes the requested resolution which is going to be used for selecting overviews and or deciding decimation factors on the target coverage. -
Uses of ReferencedEnvelope in org.geotools.coverage.io
Fields in org.geotools.coverage.io declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
CoverageReadRequest.geographicArea
The requested area in geographic coordinates, which means the area in destination world space which we want to get data for.Methods in org.geotools.coverage.io that return ReferencedEnvelopeModifier and TypeMethodDescriptionSpatialRequestHelper.CoverageProperties.getBbox()
SpatialRequestHelper.CoverageProperties.getGeographicBBox()
Methods in org.geotools.coverage.io with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
SpatialRequestHelper.CoverageProperties.setBbox
(ReferencedEnvelope bbox) void
CoverageReadRequest.setDomainSubset
(Rectangle rasterArea, ReferencedEnvelope worldArea) void
SpatialRequestHelper.CoverageProperties.setGeographicBBox
(ReferencedEnvelope geographicBBox) -
Uses of ReferencedEnvelope in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return ReferencedEnvelopeModifier and TypeMethodDescription -
Uses of ReferencedEnvelope in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic GeneralBounds
Utilities.evaluateRequestedParams
(GridEnvelope originalGridRange, ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, MathTransform originalGridToWorld, GeneralBounds requestedEnvelope, Rectangle sourceRegion, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Evaluates the requested envelope and builds a new adjusted version of it fitting this coverage envelope.static GeneralBounds
Utilities.getIntersection
(ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds requestedEnvelope2D, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Returns the intersection between the base envelope and the requested envelope. -
Uses of ReferencedEnvelope in org.geotools.coverage.util
Methods in org.geotools.coverage.util that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
CoverageUtilities.getEnvelope2D
(Coverage coverage) Returns a two-dimensional envelope for the given coverage. -
Uses of ReferencedEnvelope in org.geotools.data
Fields in org.geotools.data declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
DataTestCase.buildingBounds
protected ReferencedEnvelope
DataTestCase.invalidGeomBounds
protected ReferencedEnvelope
DataTestCase.lakeBounds
protected ReferencedEnvelope
DataTestCase.rd12Bounds
protected ReferencedEnvelope
DataTestCase.riverBounds
protected ReferencedEnvelope
DataTestCase.roadBounds
Methods in org.geotools.data that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
DataUtilities.bounds
(FeatureCollection<? extends FeatureType, ? extends Feature> collection) Manually calculates the bounds of a feature collection usingFeatureCollection.features()
.static ReferencedEnvelope
DataUtilities.bounds
(FeatureIterator<?> iterator) Manually calculate the bounds from the provided FeatureIteator.DefaultFeatureResults.getBounds()
Returns the bounding box of this FeatureResultsDefaultResourceInfo.getBounds()
Methods in org.geotools.data with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
FeatureListenerManager.fireFeaturesAdded
(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit) Notify all listeners that have registered interest for notification on this event type.void
FeatureListenerManager.fireFeaturesChanged
(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit) Notify all listeners that have registered interest for notification on this event type.void
FeatureListenerManager.fireFeaturesRemoved
(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit) Notify all listeners that have registered interest for notification on this event type.protected abstract void
DiffFeatureWriter.fireNotification
(int eventType, ReferencedEnvelope bounds) Subclass must provide the notification.void
DefaultResourceInfo.setBounds
(ReferencedEnvelope bounds) -
Uses of ReferencedEnvelope in org.geotools.data.collection
Fields in org.geotools.data.collection declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
ListFeatureCollection.bounds
Cached boundsMethods in org.geotools.data.collection that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
ListFeatureCollection.calculateBounds()
Calculate bounds from featuresCollectionFeatureSource.getBounds()
ListFeatureCollection.getBounds()
SpatialIndexFeatureCollection.getBounds()
SpatialIndexFeatureSource.getBounds()
TreeSetFeatureCollection.getBounds()
Gets the bounding box for the features in this feature collection. -
Uses of ReferencedEnvelope in org.geotools.data.complex
Methods in org.geotools.data.complex that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
Computes the bounds of the features for the specified feature type that satisfy the query provided that there is a fast way to get that result.MappingFeatureCollection.getBounds()
Stolen fromReprojectFeatureResults
.MappingFeatureSource.getBounds()
-
Uses of ReferencedEnvelope in org.geotools.data.crs
Methods in org.geotools.data.crs that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.csv
Methods in org.geotools.data.csv that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
CSVFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
CSVFeatureStore.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.db2
Methods in org.geotools.data.db2 that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionDB2SQLDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) Since DB2 V10.DB2SQLDialectBasic.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) DB2SQLDialectPrepared.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.directory
Methods in org.geotools.data.directory that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
DuckDBDialect.optimizedBounds
(SimpleFeatureType featureType, Connection cx) Methods in org.geotools.data.duckdb that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionDuckDBDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.gen
Methods in org.geotools.data.gen that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.geojson
Methods in org.geotools.data.geojson with parameters of type ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ReferencedEnvelopeModifier and TypeMethodDescriptionGeoJSONDataStore.getBbox()
protected ReferencedEnvelope
GeoJSONFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
GeoJSONFeatureStore.getBoundsInternal
(Query query) Methods in org.geotools.data.geojson.store with parameters of type ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return ReferencedEnvelopeMethods in org.geotools.data.geoparquet that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionGeoParquetDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) Returns optimized bounds for a feature type by using GeoParquet metadata. -
Uses of ReferencedEnvelope in org.geotools.data.graticule
Methods in org.geotools.data.graticule that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
GraticuleFeatureSource.getBoundsInternal
(Query query) Constructors in org.geotools.data.graticule with parameters of type ReferencedEnvelopeModifierConstructorDescriptionGraticuleDataStore
(ReferencedEnvelope env, List<Double> steps) GraticuleFeatureSource
(ContentEntry entry, List<Double> steps, ReferencedEnvelope bounds) -
Uses of ReferencedEnvelope in org.geotools.data.hana
Methods in org.geotools.data.hana that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionHanaDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.informix
Methods in org.geotools.data.informix that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionInformixDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.memory
Methods in org.geotools.data.memory that return ReferencedEnvelopeModifier and TypeMethodDescriptionMemoryFeatureCollection.getBounds()
Calculates the bounds of the features without caching.protected ReferencedEnvelope
MemoryFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
MemoryFeatureStore.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
MongoFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
MongoFeatureStore.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.ogr
Methods in org.geotools.data.ogr that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.ogr.jni
Methods in org.geotools.data.ogr.jni that return ReferencedEnvelopeModifier and TypeMethodDescriptionJniOGR.toEnvelope
(Object extent, CoordinateReferenceSystem crs) -
Uses of ReferencedEnvelope in org.geotools.data.oracle
Methods in org.geotools.data.oracle that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionOracleDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) OracleDialect.getOptimizedBoundsSDO_TUNE
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.postgis
Methods in org.geotools.data.postgis that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionPostGISDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.property
Methods in org.geotools.data.property that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
PropertyFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
PropertyFeatureStore.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.sqlserver
Methods in org.geotools.data.sqlserver that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionSQLServerDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) Returns the optimized bounds for the geometry columns of the given feature type. -
Uses of ReferencedEnvelope in org.geotools.data.store
Fields in org.geotools.data.store declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
ContentState.bounds
cached bounds of featuresMethods in org.geotools.data.store that return ReferencedEnvelopeModifier and TypeMethodDescriptionContentFeatureCollection.getBounds()
final ReferencedEnvelope
ContentFeatureSource.getBounds()
Returns the bounds of the entire feature source.final ReferencedEnvelope
Returns the bounds of the results of the specified query against the feature source.final ReferencedEnvelope
ContentState.getBounds()
The cached spatial extent.abstract ReferencedEnvelope
DataFeatureCollection.getBounds()
EmptyFeatureCollection.getBounds()
FilteringFeatureCollection.getBounds()
MaxFeaturesFeatureCollection.getBounds()
ReprojectingFeatureCollection.getBounds()
This method computes reprojected bounds the hard way, but computing them feature by feature.protected abstract ReferencedEnvelope
ContentFeatureSource.getBoundsInternal
(Query query) Calculates the bounds of a specified query.Methods in org.geotools.data.store with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
ContentState.fireFeatureUpdated
(FeatureSource<?, ?> source, Feature feature, ReferencedEnvelope before) Creates a FeatureEvent indicating that the provided feature has been changed.final void
ContentState.setBounds
(ReferencedEnvelope bounds) Sets the cached spatial extent. -
Uses of ReferencedEnvelope in org.geotools.data.teradata
Methods in org.geotools.data.teradata that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionTeradataDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.transform
Methods in org.geotools.data.transform that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.view
Methods in org.geotools.data.view that return ReferencedEnvelopeModifier and TypeMethodDescriptionDefaultView.getBounds()
Retrieves the total extent of this FeatureSource.Retrive the extent of the Query. -
Uses of ReferencedEnvelope in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
VPFCovFeatureSource.getBoundsInternal
(Query query) Implementation that generates the total bounds (many file formats record this information in the header)protected ReferencedEnvelope
VPFLibFeatureSource.getBoundsInternal
(Query query) Implementation that generates the total bounds (many file formats record this information in the header) -
Uses of ReferencedEnvelope in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
VPFFileFeatureSource.getBoundsInternal
(Query query) Implementation that generates the total bounds (many file formats record this information in the header) -
Uses of ReferencedEnvelope in org.geotools.data.wfs
Methods in org.geotools.data.wfs that return ReferencedEnvelopeModifier and TypeMethodDescriptionWFSDiff.batchModify
(Name[] properties, Object[] values, Filter filter, FeatureReader<SimpleFeatureType, SimpleFeature> oldFeatures, ContentState contentState) -
Uses of ReferencedEnvelope in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return ReferencedEnvelopeModifier and TypeMethodDescriptionWFSClient.getBounds
(QName typeName, CoordinateReferenceSystem targetCrs) FeatureTypeInfo.getWGS84BoundingBox()
-
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return ReferencedEnvelopeModifier and TypeMethodDescriptionFeatureTypeInfoImpl.getBounds()
FeatureTypeInfoImpl.getWGS84BoundingBox()
-
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return ReferencedEnvelopeModifier and TypeMethodDescriptionFeatureTypeInfoImpl.getBounds()
FeatureTypeInfoImpl.getWGS84BoundingBox()
-
Uses of ReferencedEnvelope in org.geotools.feature
Methods in org.geotools.feature that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.feature.collection
Methods in org.geotools.feature.collection that return ReferencedEnvelopeModifier and TypeMethodDescriptionabstract ReferencedEnvelope
AbstractFeatureCollection.getBounds()
Subclasses need to override this.AdaptorFeatureCollection.getBounds()
Subclasses need to override this.BaseFeatureCollection.getBounds()
Full collection traversal to obtain bounds of FeatureCollection.DecoratingFeatureCollection.getBounds()
DecoratingSimpleFeatureCollection.getBounds()
FilteringSimpleFeatureCollection.getBounds()
MaxSimpleFeatureCollection.getBounds()
SubFeatureCollection.getBounds()
Calculates the bounds of the features without caching. -
Uses of ReferencedEnvelope in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor that return ReferencedEnvelopeModifier and TypeMethodDescriptionBoundsVisitor.getBounds()
BoundsVisitor.BoundsResult.getValue()
Constructors in org.geotools.feature.visitor with parameters of type ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.filter.function
Methods in org.geotools.filter.function that return ReferencedEnvelopeModifier and TypeMethodDescriptionFilterFunction_buffer.invert
(ReferencedEnvelope renderingEnvelope) Returns an expanded rendering envelope if the buffering size is not using feature attributes.FilterFunction_isometric.invert
(ReferencedEnvelope renderingEnvelope) Returns an translated rendering envelope if the offsets are not using feature attributes.FilterFunction_offset.invert
(ReferencedEnvelope renderingEnvelope) Returns an translated rendering envelope if the offsets are not using feature attributes.GeometryTransformation.invert
(ReferencedEnvelope renderingEnvelope) Returns a query envelope given a certainMethods in org.geotools.filter.function with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionFilterFunction_buffer.invert
(ReferencedEnvelope renderingEnvelope) Returns an expanded rendering envelope if the buffering size is not using feature attributes.FilterFunction_isometric.invert
(ReferencedEnvelope renderingEnvelope) Returns an translated rendering envelope if the offsets are not using feature attributes.FilterFunction_offset.invert
(ReferencedEnvelope renderingEnvelope) Returns an translated rendering envelope if the offsets are not using feature attributes.GeometryTransformation.invert
(ReferencedEnvelope renderingEnvelope) Returns a query envelope given a certain -
Uses of ReferencedEnvelope in org.geotools.filter.visitor
Constructors in org.geotools.filter.visitor with parameters of type ReferencedEnvelopeModifierConstructorDescriptionFixBBOXFilterVisitor
(ReferencedEnvelope maxbbox) Visitor used to "clean up" any BBOX expressions. -
Uses of ReferencedEnvelope in org.geotools.gce.grassraster
Constructors in org.geotools.gce.grassraster with parameters of type ReferencedEnvelopeModifierConstructorDescriptionJGrassRegion
(ReferencedEnvelope envelope2D) Creates a new instance ofJGrassRegion
from anEnvelope2D
. -
Uses of ReferencedEnvelope in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
RasterLayerRequest.computeCoverageBoundingBox
(RasterManager rasterManager) SpatialRequestHelper.CoverageProperties.getBbox()
Utils.BBOXFilterExtractor.getBBox()
SpatialRequestHelper.CoverageProperties.getComputedBBox()
MosaicConfigurationBean.getEnvelope()
SpatialRequestHelper.CoverageProperties.getGeographicBBox()
RasterLayerResponse.getMosaicBBox()
RasterLayerRequest.getRequestedBounds()
static ReferencedEnvelope
Utils.parseEnvelope
(String bboxString) Parses a bbox in the form of MIX,MINY MAXX,MAXYstatic ReferencedEnvelope
Utils.reprojectEnvelope
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) Methods in org.geotools.gce.imagemosaic with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionRasterManager.getForGranuleCRS
(RasterLayerRequest request, GranuleDescriptor templateDescriptor, ReferencedEnvelope requestBounds, ReferencedEnvelope requestBoundsQuery) Builds a RasterManager for the sub mosaic of a given template granule, and within a given search boundsGranuleDescriptor.loadRaster
(ImageReadParam imageReadParameters, int index, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, RasterLayerRequest request, Hints hints) Load a specified a raster as a portion of the granule describe by thisGranuleDescriptor
.static ReferencedEnvelope
Utils.reprojectEnvelope
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) static Geometry
Utils.reprojectEnvelopeToGeometry
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) Reprojects an envelope using theProjectionHandler
machinery.void
SpatialRequestHelper.CoverageProperties.setBBox
(ReferencedEnvelope bbox) void
SpatialRequestHelper.CoverageProperties.setComputedBBox
(ReferencedEnvelope computedBBox) void
MosaicConfigurationBean.setEnvelope
(ReferencedEnvelope envelope) void
SpatialRequestHelper.CoverageProperties.setGeographicBBox
(ReferencedEnvelope geographicBBox) Constructors in org.geotools.gce.imagemosaic with parameters of type ReferencedEnvelopeModifierConstructorDescriptionGranuleLoader
(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) -
Uses of ReferencedEnvelope in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.gce.imagemosaic.egr
Methods in org.geotools.gce.imagemosaic.egr with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic AffineTransform
RendererUtilities.worldToScreenTransform
(ReferencedEnvelope mapExtent, Rectangle paintArea) Sets up the affine transform -
Uses of ReferencedEnvelope in org.geotools.geometry.jts
Subclasses of ReferencedEnvelope in org.geotools.geometry.jtsModifier and TypeClassDescriptionclass
A 3D envelope associated with a coordinate reference system.Fields in org.geotools.geometry.jts declared as ReferencedEnvelopeModifier and TypeFieldDescriptionstatic ReferencedEnvelope
ReferencedEnvelope.EVERYTHING
A ReferencedEnvelope containing "everything"Methods in org.geotools.geometry.jts that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
JTS.bounds
(Geometry geometry, CoordinateReferenceSystem crs) Replacement for geometry.getEnvelopeInternal() that returns ReferencedEnvelope or ReferencedEnvelope3D as appropriate for the provided CRS.static ReferencedEnvelope
ReferencedEnvelope.create
(Rectangle2D rectangle, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope from a Java2D Rectangle class, supporting empty rectangles.static ReferencedEnvelope
Utility method to create a ReferencedEnvelope from an opengis Envelope class, supporting 2d as well as 3d envelopes (returning the right class).static ReferencedEnvelope
ReferencedEnvelope.create
(Bounds env, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope from providedBounds
.static ReferencedEnvelope
ReferencedEnvelope.create
(CoordinateReferenceSystem crs) Factory method to create the correct ReferencedEnvelope implementation for the provided CoordinateReferenceSystem.static ReferencedEnvelope
ReferencedEnvelope.create
(ReferencedEnvelope original) Factory method to create the correct ReferencedEnvelope.static ReferencedEnvelope
ReferencedEnvelope.envelope
(Envelope env, CoordinateReferenceSystem crs) Utility method to create a ReferencedEnvelope a plain JTS Envelope class, supporting 2d as well as 3d envelopes (returning the right class).ReferencedEnvelope.intersection
(Envelope env) Check if this bounding box intersects the provided bounds.static ReferencedEnvelope
ReferencedEnvelope.rect
(double x, double y, double width, double height) Construct 2D WGS84 referenced envelope using rectangle conventions using width and height.static ReferencedEnvelope
ReferencedEnvelope.rect
(double x, double y, double width, double height, CoordinateReferenceSystem crs) Construct referenced envelope using rectangle conventions using width and height.static ReferencedEnvelope
ReferencedEnvelope.rect
(Rectangle2D rectangle) Construct 2D WGS84 referenced envelope using rectangle conventions using width and height.static ReferencedEnvelope
ReferencedEnvelope.rect
(Rectangle2D rectangle, CoordinateReferenceSystem crs) Construct referenced envelope using rectangle conventions using width and height.static ReferencedEnvelope
Cast to a ReferencedEnvelope (used to ensure that an Envelope if a ReferencedEnvelope).static ReferencedEnvelope
ReferencedEnvelope.reference
(ReferencedEnvelope e) Utility method to ensure that an BoundingBox in a ReferencedEnvelope.static ReferencedEnvelope
Cast to a ReferencedEnvelope (used to ensure that an Envelope is a ReferencedEnvelope).static ReferencedEnvelope
JTS.toEnvelope
(Geometry geom) Create a ReferencedEnvelope from the provided geometry, we will do our best to guess the CoordinateReferenceSystem making use of getUserData() and getSRID() as needed.static ReferencedEnvelope
JTS.toGeographic
(ReferencedEnvelope envelope) Transforms the envelope toDefaultGeographicCRS.WGS84
.ReferencedEnvelope.transform
(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope.transform
(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelope3D.transform
(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope3D.transform
(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.static ReferencedEnvelope
JTS.transformTo2D
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from 3D down to 2D.Methods in org.geotools.geometry.jts with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionboolean
ReferencedEnvelope.contains
(ReferencedEnvelope bounds) Check if provided bounds are contained by this ReferencedEnvelope.static ReferencedEnvelope
ReferencedEnvelope.create
(ReferencedEnvelope original) Factory method to create the correct ReferencedEnvelope.static ReferencedEnvelope
ReferencedEnvelope.reference
(ReferencedEnvelope e) Utility method to ensure that an BoundingBox in a ReferencedEnvelope.static ReferencedEnvelope
JTS.toGeographic
(ReferencedEnvelope envelope) Transforms the envelope toDefaultGeographicCRS.WGS84
.static Polygon
JTS.toGeometry
(ReferencedEnvelope bbox) Converts aReferencedEnvelope
to a JTS polygon.static ReferencedEnvelope
JTS.transformTo2D
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from 3D down to 2D.static ReferencedEnvelope3D
JTS.transformTo3D
(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from D up to 3D.Constructors in org.geotools.geometry.jts with parameters of type ReferencedEnvelopeModifierConstructorDescriptionReferencedEnvelope
(ReferencedEnvelope envelope) Creates a new envelope from an existing envelope. -
Uses of ReferencedEnvelope in org.geotools.geopkg
Fields in org.geotools.geopkg declared as ReferencedEnvelopeMethods in org.geotools.geopkg that return ReferencedEnvelopeModifier and TypeMethodDescriptionEntry.getBounds()
TileEntry.getTileMatrixSetBounds()
Returns the tile matrix set bounds.Methods in org.geotools.geopkg that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionGeoPkgDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) Methods in org.geotools.geopkg with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
Entry.setBounds
(ReferencedEnvelope bounds) void
TileEntry.setTileMatrixSetBounds
(ReferencedEnvelope tileMatrixSetBounds) -
Uses of ReferencedEnvelope in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic Integer
GML2EncodingUtils.getEnvelopeDimension
(ReferencedEnvelope e, Configuration configuration) -
Uses of ReferencedEnvelope in org.geotools.grid
Fields in org.geotools.grid declared as ReferencedEnvelopeMethods in org.geotools.grid that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
Envelopes.expandToInclude
(ReferencedEnvelope srcEnv, double resolution) Include the provided envelope, expanding as necessary and rounding the bounding coordinates such that they are multiples of the specified resolution.GridElement.getBounds()
Gets the bounds of this grid element.Methods in org.geotools.grid with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of hexagonal elements.static SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs) Creates a grid of ortho-lines.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing) Creates a grid of ortho-lines.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing, GridFeatureBuilder lineFeatureBuilder) Creates a grid of ortho-lines.static SimpleFeatureSource
Grids.createOvalGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of oval elements.static SimpleFeatureSource
Grids.createOvalGrid
(ReferencedEnvelope bounds, double sideLen, GridFeatureBuilder builder) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of square elements.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder) Creates a vector grid of square elements represented by 'densified' polygons.static ReferencedEnvelope
Envelopes.expandToInclude
(ReferencedEnvelope srcEnv, double resolution) Include the provided envelope, expanding as necessary and rounding the bounding coordinates such that they are multiples of the specified resolution.Constructors in org.geotools.grid with parameters of type ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon that return ReferencedEnvelopeMethods in org.geotools.grid.hexagon with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Hexagons.createGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, HexagonOrientation orientation, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Hexagons.createGrid
(ReferencedEnvelope bounds, double sideLen, HexagonOrientation orientation, GridFeatureBuilder gridBuilder) Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by simple (ie. undensified) polygons.Constructors in org.geotools.grid.hexagon with parameters of type ReferencedEnvelopeModifierConstructorDescriptionHexagonBuilder
(ReferencedEnvelope gridBounds, double sideLen, HexagonOrientation orientation) -
Uses of ReferencedEnvelope in org.geotools.grid.oblong
Methods in org.geotools.grid.oblong that return ReferencedEnvelopeMethods in org.geotools.grid.oblong with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Oblongs.createGrid
(ReferencedEnvelope bounds, double width, double height, double vertexSpacing, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Oblongs.createGrid
(ReferencedEnvelope bounds, double width, double height, GridFeatureBuilder gridBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by simple (ie. -
Uses of ReferencedEnvelope in org.geotools.grid.ortholine
Methods in org.geotools.grid.ortholine that return ReferencedEnvelopeConstructors in org.geotools.grid.ortholine with parameters of type ReferencedEnvelopeModifierConstructorDescriptionOrthoLine
(ReferencedEnvelope gridBounds, LineOrientation orientation, double ordinate, int level) Creates a new ortho-line element.OrthoLineBuilder
(ReferencedEnvelope gridBounds) Creates a new builder for the specified envelope. -
Uses of ReferencedEnvelope in org.geotools.grid.oval
Methods in org.geotools.grid.oval that return ReferencedEnvelopeMethods in org.geotools.grid.oval with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Ovals.createGrid
(ReferencedEnvelope bounds, double width, double height, double vertexSpacing, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Ovals.createGrid
(ReferencedEnvelope bounds, double width, double height, GridFeatureBuilder gridBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by simple (ie. -
Uses of ReferencedEnvelope in org.geotools.image.util
Methods in org.geotools.image.util that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
ImageUtilities.getReferencedEnvelopeFromGeographicBoundingBox
(GeographicBoundingBox geographicBBox) Builds aReferencedEnvelope
from aGeographicBoundingBox
.static ReferencedEnvelope
ImageUtilities.getWGS84ReferencedEnvelope
(GeneralBounds coverageEnvelope) Builds aReferencedEnvelope
in WGS84 from aGeneralBounds
. -
Uses of ReferencedEnvelope in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return ReferencedEnvelopeMethods in org.geotools.imageio.netcdf with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
VariableAdapter.UnidataSpatialDomain.setReferencedEnvelope
(ReferencedEnvelope referencedEnvelope) -
Uses of ReferencedEnvelope in org.geotools.jdbc
Fields in org.geotools.jdbc declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected static final ReferencedEnvelope
JDBCDataStore.EMPTY_ENVELOPE
The envelope returned when bounds is called against a geometryless feature typeMethods in org.geotools.jdbc that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
JDBCDataStore.getBounds
(SimpleFeatureType featureType, Query query, Connection cx) Returns the bounds of the features for a particular feature type / table.protected ReferencedEnvelope
JDBCFeatureSource.getBoundsInternal
(Query query) protected ReferencedEnvelope
JDBCFeatureStore.getBoundsInternal
(Query query) Methods in org.geotools.jdbc that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionSQLDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx) Returns the bounds of all geometry columns in the layer using any approach that proves to be faster than the plain bounds aggregation (e.g., better than the "plain select extent(geom) from table" on PostGIS), or null if none exists or the fast method has not been enabled (e.g., if the fast method is just an estimate of the bounds you probably want the user to enable it manually) -
Uses of ReferencedEnvelope in org.geotools.map
Methods in org.geotools.map that return ReferencedEnvelopeModifier and TypeMethodDescriptionFeatureLayer.getBounds()
GridCoverageLayer.getBounds()
Layer bounds generated from the grid coverage.GridReaderLayer.getBounds()
abstract ReferencedEnvelope
Layer.getBounds()
The bounds of the Layer content (if known).MapViewport.getBounds()
Gets the display area in world coordinates.MessageDirectLayer.getBounds()
Does not contribute a bounding box to the map.MapContent.getMaxBounds()
Get the bounding box of all the layers in this Map.MapBoundsEvent.getNewAreaOfInterest()
Get the new area of interestMapBoundsEvent.getOldAreaOfInterest()
Get the old area of interestMethods in org.geotools.map with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionprotected void
MapViewport.fireMapBoundsListenerMapBoundsChanged
(MapBoundsEvent.Type type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Notifies MapBoundsListeners about a change to the bounds or crs.void
MapViewport.setBounds
(ReferencedEnvelope requestedBounds) Sets the display area in world coordinates.Constructors in org.geotools.map with parameters of type ReferencedEnvelopeModifierConstructorDescriptionMapBoundsEvent
(MapContent source, int type, ReferencedEnvelope oldAreaOfInterest, ReferencedEnvelope newAreaOfInterest) Creates a new instance of BoundsEventMapBoundsEvent
(MapViewport source, EnumSet<MapBoundsEvent.Type> type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Creates a new instance of BoundsEvent.MapBoundsEvent
(MapViewport source, MapBoundsEvent.Type type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds) Creates a new instance of BoundsEvent.MapViewport
(ReferencedEnvelope bounds) Creates a new view port with the specified display area in world coordinates.MapViewport
(ReferencedEnvelope bounds, boolean matchAspectRatio) Creates a new viewport with the specified world bounds. -
Uses of ReferencedEnvelope in org.geotools.mbtiles
Fields in org.geotools.mbtiles declared as ReferencedEnvelopeMethods in org.geotools.mbtiles that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected static ReferencedEnvelope
MBTilesFile.toEnvelope
(MBTilesTileLocation tile) protected ReferencedEnvelope
MBTilesFile.toEnvelope
(RectangleLong rect, long zoom) Converts the tile locations into a real world one -
Uses of ReferencedEnvelope in org.geotools.mbtiles.mosaic
Fields in org.geotools.mbtiles.mosaic declared as ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return ReferencedEnvelopeMethods in org.geotools.ows.wms.map with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionWMSLayer.getFeatureInfo
(ReferencedEnvelope bbox, int width, int height, int x, int y, String infoFormat, int featureCount) Allows to run a standalone GetFeatureInfo request, without the need to have previously run a GetMap request on this layer. -
Uses of ReferencedEnvelope in org.geotools.ows.wmts.client
Methods in org.geotools.ows.wmts.client that return ReferencedEnvelopeModifier and TypeMethodDescriptionWMTSTileService.getBounds()
static ReferencedEnvelope
WMTSTileFactory.getExtentFromTileName
(WMTSTileIdentifier tileIdentifier, TileService service) protected ReferencedEnvelope
WMTSTileService.getReqExtentInTileCrs
(ReferencedEnvelope requestedExtent) Methods in org.geotools.ows.wmts.client with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionWMTSTileService.findTilesInExtent
(ReferencedEnvelope requestedExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles) protected ReferencedEnvelope
WMTSTileService.getReqExtentInTileCrs
(ReferencedEnvelope requestedExtent) -
Uses of ReferencedEnvelope in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map that return ReferencedEnvelopeMethods in org.geotools.ows.wmts.map with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionprotected void
WMTSCoverageReader.renderTiles
(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) -
Uses of ReferencedEnvelope in org.geotools.ows.wmts.request
Methods in org.geotools.ows.wmts.request with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
AbstractGetTileRequest.setRequestedBBox
(ReferencedEnvelope requestedBBox) void
GetTileRequest.setRequestedBBox
(ReferencedEnvelope bbox) -
Uses of ReferencedEnvelope in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic GridCoverage2D
CoverageUtilities.crop
(GridCoverage2D coverage, ReferencedEnvelope geometryEnvelope) Crops a given grid coverage to the specified geometry envelope using a coverage crop operation.AreaGridProcess.execute
(ReferencedEnvelope bounds, int width, int height) -
Uses of ReferencedEnvelope in org.geotools.process.vector
Methods in org.geotools.process.vector that return ReferencedEnvelopeModifier and TypeMethodDescriptionBoundsProcess.execute
(FeatureCollection features) abstract ReferencedEnvelope
ProcessingCollection.getBounds()
The bounds of features in the output.Methods in org.geotools.process.vector with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
ProcessTestUtilities.createPoints
(Coordinate[] pts, ReferencedEnvelope bounds) BarnesSurfaceProcess.execute
(SimpleFeatureCollection obsFeatures, String valueAttr, Integer argDataLimit, Double argScale, Double argConvergence, Integer argPasses, Integer argMinObsCount, Double argMaxObsDistance, Double argNoDataValue, Integer argPixelsPerCell, Double argQueryBuffer, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, ProgressListener monitor) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) HeatmapProcess.invertQuery
(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering. -
Uses of ReferencedEnvelope in org.geotools.renderer
Methods in org.geotools.renderer with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionvoid
GTRenderer.paint
(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea) Renders features based on the map layers and their styles as specified in the map context usingsetContext
.void
GTRenderer.paint
(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea, AffineTransform worldToScreen) Renders features based on the map layers and their styles as specified in the map context usingsetContext
. -
Uses of ReferencedEnvelope in org.geotools.renderer.crs
Fields in org.geotools.renderer.crs declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
ProjectionHandler.renderingEnvelope
protected final ReferencedEnvelope
ProjectionHandler.validAreaBounds
Methods in org.geotools.renderer.crs that return ReferencedEnvelopeModifier and TypeMethodDescriptionProjectionHandler.getProjectedEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).ProjectionHandler.getRenderingEnvelope()
Returns the current rendering envelopeProjectionHandler.getValidAreaBounds()
Returns the area where the transformation from source to target is valid, expressed in the source coordinate reference system, or null if there is no limitprotected ReferencedEnvelope
ProjectionHandler.transformEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Methods in org.geotools.renderer.crs that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionProjectionHandler.getQueryEnvelopes()
Returns a set of envelopes that will be used to query the data given the specified rendering envelope and the current query envelopeprotected List<ReferencedEnvelope>
ProjectionHandler.getSourceEnvelopes
(ReferencedEnvelope renderingEnvelope) Methods in org.geotools.renderer.crs with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionAzimulthalEquidistantProjectionHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) ConicHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeographicHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) GeosProjectionHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) HomolosineHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) LambertAzimuthalEqualAreaHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) MercatorHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) OrthographicProjectionHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) PolarStereographicHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) ProjectionHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit) Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create onestatic ProjectionHandler
ProjectionHandlerFinder.getHandler
(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap) Returns a projection handler for the specified rendering area, or null if not foundstatic ProjectionHandler
ProjectionHandlerFinder.getHandler
(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap, Map<String, Object> projectionParameters) Returns a projection handler for the specified rendering area, or null if not foundTransverseMercatorHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) WorldVanDerGrintenIHandlerFactory.getHandler
(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps) ProjectionHandler.getProjectedEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).protected List<ReferencedEnvelope>
ProjectionHandler.getSourceEnvelopes
(ReferencedEnvelope renderingEnvelope) protected ReferencedEnvelope
ProjectionHandler.transformEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Method parameters in org.geotools.renderer.crs with type arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionprotected void
ProjectionHandler.mergeEnvelopes
(List<ReferencedEnvelope> envelopes) protected void
ProjectionHandler.reprojectEnvelopes
(CoordinateReferenceSystem queryCRS, List<ReferencedEnvelope> envelopes) Constructors in org.geotools.renderer.crs with parameters of type ReferencedEnvelopeModifierConstructorDescriptionProjectionHandler
(CoordinateReferenceSystem sourceCRS, Envelope validAreaBounds, ReferencedEnvelope renderingEnvelope) Initializes a projection handlerProjectionHandler
(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope) Initializes a projection handlerProjectionHandler
(CoordinateReferenceSystem sourceCRS, Geometry validArea, ReferencedEnvelope renderingEnvelope, boolean keepGeometry) Initializes a projection handlerWrappingProjectionHandler
(ReferencedEnvelope renderingEnvelope, ReferencedEnvelope validArea, CoordinateReferenceSystem sourceCrs, double centralMeridian, int maxWraps) Provides the strategy with the area we want to render and its CRS (the SPI lookup will do this step) -
Uses of ReferencedEnvelope in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
RendererUtilities.createMapEnvelope
(Rectangle paintArea, AffineTransform worldToScreen, CoordinateReferenceSystem crs) Creates the map's bounding box in real world coordinatesIndexedFeatureResults.getBounds()
protected ReferencedEnvelope
StreamingRenderer.transformEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem crs) Methods in org.geotools.renderer.lite with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic double
RendererUtilities.calculateOGCScale
(ReferencedEnvelope envelope, int imageWidth, Map hints) This method performs the computation using the methods suggested by the OGC SLD specification, page 26.static double
RendererUtilities.calculateScale
(ReferencedEnvelope envelope, int imageWidth, int imageHeight, double DPI) Find the scale denominator of the map.static double
RendererUtilities.calculateScale
(ReferencedEnvelope envelope, int imageWidth, int imageHeight, Map<?, ?> hints) First searches the hints for the scale denominator hint otherwise callsRendererUtilities.calculateScale(org.geotools.util.SoftValueHashMap.Reference, int, int, double)
.void
StreamingRenderer.paint
(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea) Renders features based on the map layers and their styles as specified in the map context usingsetContext
.void
StreamingRenderer.paint
(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea, AffineTransform worldToScreen) Renders features based on the map layers and their styles as specified in the map context usingsetContext
.protected ReferencedEnvelope
StreamingRenderer.transformEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem crs) static AffineTransform
RendererUtilities.worldToScreenTransform
(ReferencedEnvelope mapExtent, Rectangle paintArea) Sets up the affine transform -
Uses of ReferencedEnvelope in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return ReferencedEnvelopeConstructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type ReferencedEnvelopeModifierConstructorDescriptionGridCoverageReaderHelper
(GridCoverage2DReader reader, Rectangle mapRasterArea, ReferencedEnvelope mapExtent, Interpolation interpolation) GridCoverageReaderHelper
(GridCoverage2DReader reader, Rectangle mapRasterArea, ReferencedEnvelope mapExtent, Interpolation interpolation, Hints hints) -
Uses of ReferencedEnvelope in org.geotools.stac.client
Methods in org.geotools.stac.client that return ReferencedEnvelopeModifier and TypeMethodDescriptionCollection.getBounds()
Gets a singleReferencedEnvelope
representing the full bounds of the collection, or null if they are not found. -
Uses of ReferencedEnvelope in org.geotools.stac.store
Methods in org.geotools.stac.store that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
STACFeatureSource.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.swing
Fields in org.geotools.swing declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
AbstractMapPane.fullExtent
protected ReferencedEnvelope
AbstractMapPane.pendingDisplayArea
Methods in org.geotools.swing that return ReferencedEnvelopeModifier and TypeMethodDescriptionAbstractMapPane.getDisplayArea()
Gets the current display area in world coordinates.MapPane.getDisplayArea()
Gets the current display area in world coordinates. -
Uses of ReferencedEnvelope in org.geotools.swing.event
Methods in org.geotools.swing.event that return ReferencedEnvelopeModifier and TypeMethodDescriptionMapMouseEvent.getEnvelopeByPixels
(double widthPixels) Gets an envelope of specified width (in pixels) which is centred on the mouse position.MapMouseEvent.getEnvelopeByWorld
(double widthWorld) Gets an envelope of specified width (in world distance units) which is centred on the mouse position. -
Uses of ReferencedEnvelope in org.geotools.tile
Methods in org.geotools.tile that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic final ReferencedEnvelope
TileService.createSafeEnvelopeInWGS84
(ReferencedEnvelope _mapExtent) abstract ReferencedEnvelope
TileService.getBounds()
Returns the bounds for the complete TileServiceTile.getExtent()
Methods in org.geotools.tile with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic final ReferencedEnvelope
TileService.createSafeEnvelopeInWGS84
(ReferencedEnvelope _mapExtent) TileService.findTilesInExtent
(ReferencedEnvelope _mapExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles) Constructors in org.geotools.tile with parameters of type ReferencedEnvelopeModifierConstructorDescriptionTile
(TileIdentifier tileId, ReferencedEnvelope env, int tileSize) Creates a tile for the identity given by tileId.Tile
(TileIdentifier tileId, ReferencedEnvelope env, int tileSize, TileService service) Creates a new tile. -
Uses of ReferencedEnvelope in org.geotools.tile.impl
Methods in org.geotools.tile.impl that return ReferencedEnvelopeModifier and TypeMethodDescriptionWebMercatorTileService.getBounds()
static ReferencedEnvelope
WebMercatorTileFactory.getExtentFromTileName
(TileIdentifier tileName) ScaleZoomLevelMatcher.getMapExtentTileCrs()
static ReferencedEnvelope
ScaleZoomLevelMatcher.getProjectedEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation) Re-Projects the given envelope to destinationCRS using transformation.ScaleZoomLevelMatcher.projectMapToTileCrs
(ReferencedEnvelope boundsInMapCrs) ScaleZoomLevelMatcher.projectTileToMapCrs
(ReferencedEnvelope boundsInTileCrs) Methods in org.geotools.tile.impl with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ScaleZoomLevelMatcher
ScaleZoomLevelMatcher.createMatcher
(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale) static ReferencedEnvelope
ScaleZoomLevelMatcher.getProjectedEnvelope
(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation) Re-Projects the given envelope to destinationCRS using transformation.ScaleZoomLevelMatcher.projectMapToTileCrs
(ReferencedEnvelope boundsInMapCrs) ScaleZoomLevelMatcher.projectTileToMapCrs
(ReferencedEnvelope boundsInTileCrs) Constructors in org.geotools.tile.impl with parameters of type ReferencedEnvelopeModifierConstructorDescriptionScaleZoomLevelMatcher
(CoordinateReferenceSystem crsMap, CoordinateReferenceSystem crsTiles, MathTransform transformMapToTileCrs, MathTransform transformTileCrsToMap, ReferencedEnvelope mapExtentTileCrs, ReferencedEnvelope mapExtentMapCrs, double scale) -
Uses of ReferencedEnvelope in org.geotools.tile.impl.bing
Methods in org.geotools.tile.impl.bing that return ReferencedEnvelopeModifier and TypeMethodDescriptionstatic ReferencedEnvelope
BingTileUtil.getTileBoundingBox
(double lon, double lat, int zoomLevel) Calculates the extent of a tile, given the coordinates and a zoom level -
Uses of ReferencedEnvelope in org.geotools.tile.util
Methods in org.geotools.tile.util that return ReferencedEnvelopeMethods in org.geotools.tile.util with parameters of type ReferencedEnvelopeModifier and TypeMethodDescriptionprotected void
AsyncTileLayer.localRenderTiles
(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) protected void
AsyncTileLayer.renderTiles
(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) protected void
TileLayer.renderTiles
(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) -
Uses of ReferencedEnvelope in org.geotools.tpk
Fields in org.geotools.tpk declared as ReferencedEnvelopeModifier and TypeFieldDescriptionprotected ReferencedEnvelope
TPKReader.bounds
protected static final ReferencedEnvelope
TPKReader.WORLD_ENVELOPE
-
Uses of ReferencedEnvelope in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return ReferencedEnvelopeModifier and TypeMethodDescriptionprotected ReferencedEnvelope
VectorMosaicFeatureSource.getBoundsInternal
(Query query) -
Uses of ReferencedEnvelope in org.geotools.wfs
Methods in org.geotools.wfs that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return ReferencedEnvelope -
Uses of ReferencedEnvelope in org.h2gis.geotools
Methods in org.h2gis.geotools that return types with arguments of type ReferencedEnvelopeModifier and TypeMethodDescriptionH2GISDialect.getOptimizedBounds
(String schema, SimpleFeatureType featureType, Connection cx)