Uses of Class
org.geotools.geometry.jts.ReferencedEnvelope
-
-
Uses of ReferencedEnvelope in org.geotools.api.data
Fields in org.geotools.api.data declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeFeatureEvent. boundsIndicates the bounds in which the modification occurred.Methods in org.geotools.api.data that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFeatureEvent. getBounds()Provides access to the area modified (if known).ReferencedEnvelopeFeatureSource. getBounds()Get the spatial bounds of the feature data.ReferencedEnvelopeFeatureSource. getBounds(Query query)Get the spatial bounds of the features that would be returned by the givenQuery.ReferencedEnvelopeResourceInfo. getBounds()Returns the bounds of the resource, expressed in the native coordinate reference system.Constructors in org.geotools.api.data with parameters of type ReferencedEnvelope Constructor Description BatchFeatureEvent(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 Modifier and Type Method Description ReferencedEnvelopeSampleDataAccessFeatureCollection. getBounds()Not yet implemented.ReferencedEnvelopeSampleDataAccessFeatureSource. getBounds()Not yet implemented.ReferencedEnvelopeSampleDataAccessFeatureSource. getBounds(Query query)Not yet implemented. -
Uses of ReferencedEnvelope in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGridCoverage2D. getEnvelope2D()Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.ReferencedEnvelopeGridGeometry2D. getEnvelope2D()Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.ReferencedEnvelopeGridGeometry2D. gridToWorld(GridEnvelope2D gridEnv)Transforms an represented by a GridEnvelope2D object from grid to world coordinates.ReferencedEnvelopeGridGeometry2D. reduce(Bounds bounds)Reduces the specified bounds to a two-dimensional ReferencedEnvelope.Methods in org.geotools.coverage.grid with parameters of type ReferencedEnvelope Modifier and Type Method Description GridEnvelope2DGridGeometry2D. 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 ReferencedEnvelope Constructor Description GridEnvelope2D(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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGranuleSource. getBounds(Query q)Get the spatial bounds of the granules that would be returned by the givenQuery.ReferencedEnvelopeRenamingGranuleSource. getBounds(Query q)Methods in org.geotools.coverage.grid.io with parameters of type ReferencedEnvelope Modifier and Type Method Description double[]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 ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeCoverageReadRequest. geographicAreaThe 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeSpatialRequestHelper.CoverageProperties. getBbox()ReferencedEnvelopeSpatialRequestHelper.CoverageProperties. getGeographicBBox()Methods in org.geotools.coverage.io with parameters of type ReferencedEnvelope Modifier and Type Method Description voidSpatialRequestHelper.CoverageProperties. setBbox(ReferencedEnvelope bbox)voidCoverageReadRequest. setDomainSubset(Rectangle rasterArea, ReferencedEnvelope worldArea)voidSpatialRequestHelper.CoverageProperties. setGeographicBBox(ReferencedEnvelope geographicBBox) -
Uses of ReferencedEnvelope in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeCoverageSlicesCatalog. getBounds(String typeName)ReferencedEnvelopeCoverageSlicesCatalogSource. getBounds(Query q) -
Uses of ReferencedEnvelope in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type ReferencedEnvelope Modifier and Type Method Description static GeneralBoundsUtilities. 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 GeneralBoundsUtilities. 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 ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeCoverageUtilities. 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 ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeDataTestCase. buildingBoundsprotected ReferencedEnvelopeDataTestCase. invalidGeomBoundsprotected ReferencedEnvelopeDataTestCase. lakeBoundsprotected ReferencedEnvelopeDataTestCase. rd12Boundsprotected ReferencedEnvelopeDataTestCase. riverBoundsprotected ReferencedEnvelopeDataTestCase. roadBoundsMethods in org.geotools.data that return ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeDataUtilities. bounds(FeatureCollection<? extends FeatureType,? extends Feature> collection)Manually calculates the bounds of a feature collection usingFeatureCollection.features().static ReferencedEnvelopeDataUtilities. bounds(FeatureIterator<?> iterator)Manually calculate the bounds from the provided FeatureIteator.ReferencedEnvelopeDefaultFeatureResults. getBounds()Returns the bounding box of this FeatureResultsReferencedEnvelopeDefaultResourceInfo. getBounds()Methods in org.geotools.data with parameters of type ReferencedEnvelope Modifier and Type Method Description voidFeatureListenerManager. fireFeaturesAdded(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)Notify all listeners that have registered interest for notification on this event type.voidFeatureListenerManager. fireFeaturesChanged(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)Notify all listeners that have registered interest for notification on this event type.voidFeatureListenerManager. fireFeaturesRemoved(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)Notify all listeners that have registered interest for notification on this event type.protected abstract voidDiffFeatureWriter. fireNotification(int eventType, ReferencedEnvelope bounds)Subclass must provide the notification.voidDefaultResourceInfo. setBounds(ReferencedEnvelope bounds) -
Uses of ReferencedEnvelope in org.geotools.data.collection
Fields in org.geotools.data.collection declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeListFeatureCollection. boundsCached boundsMethods in org.geotools.data.collection that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeListFeatureCollection. calculateBounds()Calculate bounds from featuresReferencedEnvelopeCollectionFeatureSource. getBounds()ReferencedEnvelopeCollectionFeatureSource. getBounds(Query query)ReferencedEnvelopeListFeatureCollection. getBounds()ReferencedEnvelopeSpatialIndexFeatureCollection. getBounds()ReferencedEnvelopeSpatialIndexFeatureSource. getBounds()ReferencedEnvelopeSpatialIndexFeatureSource. getBounds(Query query)ReferencedEnvelopeTreeSetFeatureCollection. 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 ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeAppSchemaDataAccess. getBounds(Query query)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.ReferencedEnvelopeMappingFeatureCollection. getBounds()Stolen fromReprojectFeatureResults.ReferencedEnvelopeMappingFeatureSource. getBounds()ReferencedEnvelopeMappingFeatureSource. getBounds(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.crs
Methods in org.geotools.data.crs that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeForceCoordinateSystemFeatureResults. getBounds()ReferencedEnvelopeReprojectFeatureResults. getBounds()This method computes reprojected bounds the hard way, but computing them feature by feature. -
Uses of ReferencedEnvelope in org.geotools.data.csv
Methods in org.geotools.data.csv that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeCSVFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeCSVFeatureStore. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.db2
Methods in org.geotools.data.db2 that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>DB2SQLDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx)Since DB2 V10.List<ReferencedEnvelope>DB2SQLDialectBasic. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx)List<ReferencedEnvelope>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 Modifier and Type Method Description ReferencedEnvelopeDirectoryFeatureSource. getBounds()ReferencedEnvelopeDirectoryFeatureSource. getBounds(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeDuckDBDialect. optimizedBounds(SimpleFeatureType featureType, Connection cx)Methods in org.geotools.data.duckdb that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>DuckDBDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.gen
Methods in org.geotools.data.gen that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopePreGeneralizedFeatureCollection. getBounds()ReferencedEnvelopePreGeneralizedFeatureSource. getBounds()ReferencedEnvelopePreGeneralizedFeatureSource. getBounds(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.geojson
Methods in org.geotools.data.geojson with parameters of type ReferencedEnvelope Modifier and Type Method Description voidGeoJSONWriter. setBounds(ReferencedEnvelope bbox) -
Uses of ReferencedEnvelope in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGeoJSONDataStore. getBbox()protected ReferencedEnvelopeGeoJSONFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeGeoJSONFeatureStore. getBoundsInternal(Query query)Methods in org.geotools.data.geojson.store with parameters of type ReferencedEnvelope Modifier and Type Method Description voidGeoJSONDataStore. setBbox(ReferencedEnvelope bbox) -
Uses of ReferencedEnvelope in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGeoparquetDatasetMetadata. getBounds()Methods in org.geotools.data.geoparquet that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>GeoParquetDialect. 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 ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeGraticuleFeatureSource. getBoundsInternal(Query query)Constructors in org.geotools.data.graticule with parameters of type ReferencedEnvelope Constructor Description GraticuleDataStore(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 ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>HanaDialect. 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 ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>InformixDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.memory
Methods in org.geotools.data.memory that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeMemoryFeatureCollection. getBounds()Calculates the bounds of the features without caching.protected ReferencedEnvelopeMemoryFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeMemoryFeatureStore. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeMongoFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeMongoFeatureStore. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.ogr
Methods in org.geotools.data.ogr that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeOGR. toEnvelope(Object extent, CoordinateReferenceSystem crs) -
Uses of ReferencedEnvelope in org.geotools.data.ogr.jni
Methods in org.geotools.data.ogr.jni that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeJniOGR. 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 ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>OracleDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx)List<ReferencedEnvelope>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 ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>PostGISDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.property
Methods in org.geotools.data.property that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopePropertyFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopePropertyFeatureStore. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.sqlserver
Methods in org.geotools.data.sqlserver that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>SQLServerDialect. 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 ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeContentState. boundscached bounds of featuresMethods in org.geotools.data.store that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeContentFeatureCollection. getBounds()ReferencedEnvelopeContentFeatureSource. getBounds()Returns the bounds of the entire feature source.ReferencedEnvelopeContentFeatureSource. getBounds(Query query)Returns the bounds of the results of the specified query against the feature source.ReferencedEnvelopeContentState. getBounds()The cached spatial extent.abstract ReferencedEnvelopeDataFeatureCollection. getBounds()ReferencedEnvelopeEmptyFeatureCollection. getBounds()ReferencedEnvelopeFilteringFeatureCollection. getBounds()ReferencedEnvelopeMaxFeaturesFeatureCollection. getBounds()ReferencedEnvelopeReprojectingFeatureCollection. getBounds()This method computes reprojected bounds the hard way, but computing them feature by feature.protected abstract ReferencedEnvelopeContentFeatureSource. getBoundsInternal(Query query)Calculates the bounds of a specified query.Methods in org.geotools.data.store with parameters of type ReferencedEnvelope Modifier and Type Method Description voidContentState. fireFeatureUpdated(FeatureSource<?,?> source, Feature feature, ReferencedEnvelope before)Creates a FeatureEvent indicating that the provided feature has been changed.voidContentState. 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 ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>TeradataDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx) -
Uses of ReferencedEnvelope in org.geotools.data.transform
Methods in org.geotools.data.transform that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeTransformFeatureSource. getBounds()ReferencedEnvelopeTransformFeatureSource. getBounds(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.view
Methods in org.geotools.data.view that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeDefaultView. getBounds()Retrieves the total extent of this FeatureSource.ReferencedEnvelopeDefaultView. getBounds(Query query)Retrive the extent of the Query. -
Uses of ReferencedEnvelope in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeVPFCovFeatureSource. getBoundsInternal(Query query)Implementation that generates the total bounds (many file formats record this information in the header)protected ReferencedEnvelopeVPFLibFeatureSource. 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 ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeVPFFileFeatureSource. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWFSDiff. 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 Modifier and Type Method Description ReferencedEnvelopeWFSContentComplexFeatureSource. getBounds()ReferencedEnvelopeWFSContentComplexFeatureSource. getBounds(Query query) -
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWFSClient. getBounds(QName typeName, CoordinateReferenceSystem targetCrs)ReferencedEnvelopeFeatureTypeInfo. getWGS84BoundingBox() -
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal.v1_x
Methods in org.geotools.data.wfs.internal.v1_x that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFeatureTypeInfoImpl. getBounds()ReferencedEnvelopeFeatureTypeInfoImpl. getWGS84BoundingBox() -
Uses of ReferencedEnvelope in org.geotools.data.wfs.internal.v2_0
Methods in org.geotools.data.wfs.internal.v2_0 that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFeatureTypeInfoImpl. getBounds()ReferencedEnvelopeFeatureTypeInfoImpl. getWGS84BoundingBox() -
Uses of ReferencedEnvelope in org.geotools.feature
Methods in org.geotools.feature that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeDefaultFeatureCollection. getBounds()Gets the bounding box for the features in this feature collection.ReferencedEnvelopeFeatureCollection. getBounds()Get the total bounds of this collection which is calculated by doing a union of the bounds of each feature inside of it -
Uses of ReferencedEnvelope in org.geotools.feature.collection
Methods in org.geotools.feature.collection that return ReferencedEnvelope Modifier and Type Method Description abstract ReferencedEnvelopeAbstractFeatureCollection. getBounds()Subclasses need to override this.ReferencedEnvelopeAdaptorFeatureCollection. getBounds()Subclasses need to override this.ReferencedEnvelopeBaseFeatureCollection. getBounds()Full collection traversal to obtain bounds of FeatureCollection.ReferencedEnvelopeDecoratingFeatureCollection. getBounds()ReferencedEnvelopeDecoratingSimpleFeatureCollection. getBounds()ReferencedEnvelopeFilteringSimpleFeatureCollection. getBounds()ReferencedEnvelopeMaxSimpleFeatureCollection. getBounds()ReferencedEnvelopeSubFeatureCollection. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeBoundsVisitor. getBounds()ReferencedEnvelopeBoundsVisitor.BoundsResult. getValue()Constructors in org.geotools.feature.visitor with parameters of type ReferencedEnvelope Constructor Description BoundsResult(ReferencedEnvelope bbox) -
Uses of ReferencedEnvelope in org.geotools.filter.function
Methods in org.geotools.filter.function that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFilterFunction_buffer. invert(ReferencedEnvelope renderingEnvelope)Returns an expanded rendering envelope if the buffering size is not using feature attributes.ReferencedEnvelopeFilterFunction_isometric. invert(ReferencedEnvelope renderingEnvelope)Returns an translated rendering envelope if the offsets are not using feature attributes.ReferencedEnvelopeFilterFunction_offset. invert(ReferencedEnvelope renderingEnvelope)Returns an translated rendering envelope if the offsets are not using feature attributes.ReferencedEnvelopeGeometryTransformation. invert(ReferencedEnvelope renderingEnvelope)Returns a query envelope given a certainMethods in org.geotools.filter.function with parameters of type ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFilterFunction_buffer. invert(ReferencedEnvelope renderingEnvelope)Returns an expanded rendering envelope if the buffering size is not using feature attributes.ReferencedEnvelopeFilterFunction_isometric. invert(ReferencedEnvelope renderingEnvelope)Returns an translated rendering envelope if the offsets are not using feature attributes.ReferencedEnvelopeFilterFunction_offset. invert(ReferencedEnvelope renderingEnvelope)Returns an translated rendering envelope if the offsets are not using feature attributes.ReferencedEnvelopeGeometryTransformation. 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 ReferencedEnvelope Constructor Description FixBBOXFilterVisitor(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 ReferencedEnvelope Constructor Description JGrassRegion(ReferencedEnvelope envelope2D)Creates a new instance ofJGrassRegionfrom anEnvelope2D. -
Uses of ReferencedEnvelope in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeRasterLayerRequest. computeCoverageBoundingBox(RasterManager rasterManager)ReferencedEnvelopeSpatialRequestHelper.CoverageProperties. getBbox()ReferencedEnvelopeUtils.BBOXFilterExtractor. getBBox()ReferencedEnvelopeSpatialRequestHelper.CoverageProperties. getComputedBBox()ReferencedEnvelopeMosaicConfigurationBean. getEnvelope()ReferencedEnvelopeSpatialRequestHelper.CoverageProperties. getGeographicBBox()ReferencedEnvelopeRasterLayerResponse. getMosaicBBox()ReferencedEnvelopeRasterLayerRequest. getRequestedBounds()static ReferencedEnvelopeUtils. parseEnvelope(String bboxString)Parses a bbox in the form of MIX,MINY MAXX,MAXYstatic ReferencedEnvelopeUtils. reprojectEnvelope(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope)Methods in org.geotools.gce.imagemosaic with parameters of type ReferencedEnvelope Modifier and Type Method Description RasterManagerRasterManager. 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.GranuleLoadingResultGranuleDescriptor. 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 ReferencedEnvelopeUtils. reprojectEnvelope(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope)static GeometryUtils. reprojectEnvelopeToGeometry(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope)Reprojects an envelope using theProjectionHandlermachinery.voidSpatialRequestHelper.CoverageProperties. setBBox(ReferencedEnvelope bbox)voidSpatialRequestHelper.CoverageProperties. setComputedBBox(ReferencedEnvelope computedBBox)voidMosaicConfigurationBean. setEnvelope(ReferencedEnvelope envelope)voidSpatialRequestHelper.CoverageProperties. setGeographicBBox(ReferencedEnvelope geographicBBox)Constructors in org.geotools.gce.imagemosaic with parameters of type ReferencedEnvelope Constructor Description GranuleLoader(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 Modifier and Type Method Description ReferencedEnvelopeGranuleCatalogSource. getBounds(Query q) -
Uses of ReferencedEnvelope in org.geotools.gce.imagemosaic.egr
Methods in org.geotools.gce.imagemosaic.egr with parameters of type ReferencedEnvelope Modifier and Type Method Description static AffineTransformRendererUtilities. 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.jts Modifier and Type Class Description classReferencedEnvelope3DA 3D envelope associated with a coordinate reference system.Fields in org.geotools.geometry.jts declared as ReferencedEnvelope Modifier and Type Field Description static ReferencedEnvelopeReferencedEnvelope. EVERYTHINGA ReferencedEnvelope containing "everything"Methods in org.geotools.geometry.jts that return ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeJTS. bounds(Geometry geometry, CoordinateReferenceSystem crs)Replacement for geometry.getEnvelopeInternal() that returns ReferencedEnvelope or ReferencedEnvelope3D as appropriate for the provided CRS.static ReferencedEnvelopeReferencedEnvelope. create(Rectangle2D rectangle, CoordinateReferenceSystem crs)Utility method to create a ReferencedEnvelope from a Java2D Rectangle class, supporting empty rectangles.static ReferencedEnvelopeReferencedEnvelope. create(Bounds bounds)Utility method to create a ReferencedEnvelope from an opengis Envelope class, supporting 2d as well as 3d envelopes (returning the right class).static ReferencedEnvelopeReferencedEnvelope. create(Bounds env, CoordinateReferenceSystem crs)Utility method to create a ReferencedEnvelope from providedBounds.static ReferencedEnvelopeReferencedEnvelope. create(CoordinateReferenceSystem crs)Factory method to create the correct ReferencedEnvelope implementation for the provided CoordinateReferenceSystem.static ReferencedEnvelopeReferencedEnvelope. create(ReferencedEnvelope original)Factory method to create the correct ReferencedEnvelope.static ReferencedEnvelopeReferencedEnvelope. 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).ReferencedEnvelopeReferencedEnvelope. intersection(Envelope env)Check if this bounding box intersects the provided bounds.static ReferencedEnvelopeReferencedEnvelope. rect(double x, double y, double width, double height)Construct 2D WGS84 referenced envelope using rectangle conventions using width and height.static ReferencedEnvelopeReferencedEnvelope. rect(double x, double y, double width, double height, CoordinateReferenceSystem crs)Construct referenced envelope using rectangle conventions using width and height.static ReferencedEnvelopeReferencedEnvelope. rect(Rectangle2D rectangle)Construct 2D WGS84 referenced envelope using rectangle conventions using width and height.static ReferencedEnvelopeReferencedEnvelope. rect(Rectangle2D rectangle, CoordinateReferenceSystem crs)Construct referenced envelope using rectangle conventions using width and height.static ReferencedEnvelopeReferencedEnvelope. reference(Bounds env)Cast to a ReferencedEnvelope (used to ensure that an Envelope if a ReferencedEnvelope).static ReferencedEnvelopeReferencedEnvelope. reference(ReferencedEnvelope e)Utility method to ensure that an BoundingBox in a ReferencedEnvelope.static ReferencedEnvelopeReferencedEnvelope. reference(Envelope e)Cast to a ReferencedEnvelope (used to ensure that an Envelope is a ReferencedEnvelope).static ReferencedEnvelopeJTS. 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 ReferencedEnvelopeJTS. toGeographic(ReferencedEnvelope envelope)Transforms the envelope toDefaultGeographicCRS.WGS84.ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelopeReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.static ReferencedEnvelopeJTS. 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 ReferencedEnvelope Modifier and Type Method Description booleanReferencedEnvelope. contains(ReferencedEnvelope bounds)Check if provided bounds are contained by this ReferencedEnvelope.static ReferencedEnvelopeReferencedEnvelope. create(ReferencedEnvelope original)Factory method to create the correct ReferencedEnvelope.static ReferencedEnvelopeReferencedEnvelope. reference(ReferencedEnvelope e)Utility method to ensure that an BoundingBox in a ReferencedEnvelope.static ReferencedEnvelopeJTS. toGeographic(ReferencedEnvelope envelope)Transforms the envelope toDefaultGeographicCRS.WGS84.static PolygonJTS. toGeometry(ReferencedEnvelope bbox)Converts aReferencedEnvelopeto a JTS polygon.static ReferencedEnvelopeJTS. transformTo2D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints)Transform from 3D down to 2D.static ReferencedEnvelope3DJTS. 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 ReferencedEnvelope Constructor Description ReferencedEnvelope(ReferencedEnvelope envelope)Creates a new envelope from an existing envelope. -
Uses of ReferencedEnvelope in org.geotools.geopkg
Fields in org.geotools.geopkg declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeEntry. boundsMethods in org.geotools.geopkg that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeEntry. getBounds()ReferencedEnvelopeTileEntry. getTileMatrixSetBounds()Returns the tile matrix set bounds.Methods in org.geotools.geopkg that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>GeoPkgDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx)Methods in org.geotools.geopkg with parameters of type ReferencedEnvelope Modifier and Type Method Description voidEntry. setBounds(ReferencedEnvelope bounds)voidTileEntry. setTileMatrixSetBounds(ReferencedEnvelope tileMatrixSetBounds) -
Uses of ReferencedEnvelope in org.geotools.gml2.bindings
Methods in org.geotools.gml2.bindings with parameters of type ReferencedEnvelope Modifier and Type Method Description static IntegerGML2EncodingUtils. getEnvelopeDimension(ReferencedEnvelope e, Configuration configuration) -
Uses of ReferencedEnvelope in org.geotools.grid
Fields in org.geotools.grid declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopePolygonBuilder. gridBoundsMethods in org.geotools.grid that return ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeEnvelopes. 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.ReferencedEnvelopeGridElement. getBounds()Gets the bounds of this grid element.Methods in org.geotools.grid with parameters of type ReferencedEnvelope Modifier and Type Method Description static SimpleFeatureSourceGrids. createHexagonalGrid(ReferencedEnvelope bounds, double sideLen)Creates a vector grid of hexagonal elements.static SimpleFeatureSourceGrids. createHexagonalGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing)Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSourceGrids. createHexagonalGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder)Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSourceLines. createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs)Creates a grid of ortho-lines.static SimpleFeatureSourceLines. createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing)Creates a grid of ortho-lines.static SimpleFeatureSourceLines. createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing, GridFeatureBuilder lineFeatureBuilder)Creates a grid of ortho-lines.static SimpleFeatureSourceGrids. createOvalGrid(ReferencedEnvelope bounds, double sideLen)Creates a vector grid of oval elements.static SimpleFeatureSourceGrids. createOvalGrid(ReferencedEnvelope bounds, double sideLen, GridFeatureBuilder builder)Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSourceGrids. createSquareGrid(ReferencedEnvelope bounds, double sideLen)Creates a vector grid of square elements.static SimpleFeatureSourceGrids. createSquareGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing)Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSourceGrids. createSquareGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder)Creates a vector grid of square elements represented by 'densified' polygons.static ReferencedEnvelopeEnvelopes. 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 Constructor Description PolygonBuilder(ReferencedEnvelope gridBounds) -
Uses of ReferencedEnvelope in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeHexagonImpl. getBounds()Gets the bounds of this grid element.Methods in org.geotools.grid.hexagon with parameters of type ReferencedEnvelope Modifier and Type Method Description static SimpleFeatureSourceHexagons. 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 SimpleFeatureSourceHexagons. 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 ReferencedEnvelope Constructor Description HexagonBuilder(ReferencedEnvelope gridBounds, double sideLen, HexagonOrientation orientation) -
Uses of ReferencedEnvelope in org.geotools.grid.oblong
Methods in org.geotools.grid.oblong that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeOblongImpl. getBounds()Gets the bounds of this grid element.Methods in org.geotools.grid.oblong with parameters of type ReferencedEnvelope Modifier and Type Method Description static SimpleFeatureSourceOblongs. 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 SimpleFeatureSourceOblongs. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeOrthoLine. getBounds()Gets the bounds of this grid element.Constructors in org.geotools.grid.ortholine with parameters of type ReferencedEnvelope Constructor Description OrthoLine(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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeOvalImpl. getBounds()Gets the bounds of this grid element.Methods in org.geotools.grid.oval with parameters of type ReferencedEnvelope Modifier and Type Method Description static SimpleFeatureSourceOvals. 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 SimpleFeatureSourceOvals. 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 ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeImageUtilities. getReferencedEnvelopeFromGeographicBoundingBox(GeographicBoundingBox geographicBBox)Builds aReferencedEnvelopefrom aGeographicBoundingBox.static ReferencedEnvelopeImageUtilities. getWGS84ReferencedEnvelope(GeneralBounds coverageEnvelope)Builds aReferencedEnvelopein WGS84 from aGeneralBounds. -
Uses of ReferencedEnvelope in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeVariableAdapter.UnidataSpatialDomain. getReferencedEnvelope()Methods in org.geotools.imageio.netcdf with parameters of type ReferencedEnvelope Modifier and Type Method Description voidVariableAdapter.UnidataSpatialDomain. setReferencedEnvelope(ReferencedEnvelope referencedEnvelope) -
Uses of ReferencedEnvelope in org.geotools.jdbc
Fields in org.geotools.jdbc declared as ReferencedEnvelope Modifier and Type Field Description protected static ReferencedEnvelopeJDBCDataStore. EMPTY_ENVELOPEThe envelope returned when bounds is called against a geometryless feature typeMethods in org.geotools.jdbc that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeJDBCDataStore. getBounds(SimpleFeatureType featureType, Query query, Connection cx)Returns the bounds of the features for a particular feature type / table.protected ReferencedEnvelopeJDBCFeatureSource. getBoundsInternal(Query query)protected ReferencedEnvelopeJDBCFeatureStore. getBoundsInternal(Query query)Methods in org.geotools.jdbc that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>SQLDialect. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeFeatureLayer. getBounds()ReferencedEnvelopeGridCoverageLayer. getBounds()Layer bounds generated from the grid coverage.ReferencedEnvelopeGridReaderLayer. getBounds()abstract ReferencedEnvelopeLayer. getBounds()The bounds of the Layer content (if known).ReferencedEnvelopeMapViewport. getBounds()Gets the display area in world coordinates.ReferencedEnvelopeMessageDirectLayer. getBounds()Does not contribute a bounding box to the map.ReferencedEnvelopeMapContent. getMaxBounds()Get the bounding box of all the layers in this Map.ReferencedEnvelopeMapBoundsEvent. getNewAreaOfInterest()Get the new area of interestReferencedEnvelopeMapBoundsEvent. getOldAreaOfInterest()Get the old area of interestMethods in org.geotools.map with parameters of type ReferencedEnvelope Modifier and Type Method Description protected voidMapViewport. fireMapBoundsListenerMapBoundsChanged(MapBoundsEvent.Type type, ReferencedEnvelope oldBounds, ReferencedEnvelope newBounds)Notifies MapBoundsListeners about a change to the bounds or crs.voidMapViewport. setBounds(ReferencedEnvelope requestedBounds)Sets the display area in world coordinates.Constructors in org.geotools.map with parameters of type ReferencedEnvelope Constructor Description MapBoundsEvent(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 ReferencedEnvelope Modifier and Type Field Description static ReferencedEnvelopeMBTilesFile. WORLD_ENVELOPEMethods in org.geotools.mbtiles that return ReferencedEnvelope Modifier and Type Method Description protected static ReferencedEnvelopeMBTilesFile. toEnvelope(MBTilesTileLocation tile)protected ReferencedEnvelopeMBTilesFile. 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 Modifier and Type Field Description protected ReferencedEnvelopeMBTilesReader. bounds -
Uses of ReferencedEnvelope in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWebMapServer.LayerInfo. getBounds() -
Uses of ReferencedEnvelope in org.geotools.ows.wms.map
Methods in org.geotools.ows.wms.map that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWMSLayer. getBounds()Methods in org.geotools.ows.wms.map with parameters of type ReferencedEnvelope Modifier and Type Method Description InputStreamWMSLayer. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWMTSTileService. getBounds()static ReferencedEnvelopeWMTSTileFactory. getExtentFromTileName(WMTSTileIdentifier tileIdentifier, TileService service)protected ReferencedEnvelopeWMTSTileService. getReqExtentInTileCrs(ReferencedEnvelope requestedExtent)Methods in org.geotools.ows.wmts.client with parameters of type ReferencedEnvelope Modifier and Type Method Description Set<Tile>WMTSTileService. findTilesInExtent(ReferencedEnvelope requestedExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles)protected ReferencedEnvelopeWMTSTileService. getReqExtentInTileCrs(ReferencedEnvelope requestedExtent) -
Uses of ReferencedEnvelope in org.geotools.ows.wmts.map
Methods in org.geotools.ows.wmts.map that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWMTSMapLayer. getBounds()Methods in org.geotools.ows.wmts.map with parameters of type ReferencedEnvelope Modifier and Type Method Description protected voidWMTSCoverageReader. 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 ReferencedEnvelope Modifier and Type Method Description voidAbstractGetTileRequest. setRequestedBBox(ReferencedEnvelope requestedBBox)voidGetTileRequest. setRequestedBBox(ReferencedEnvelope bbox) -
Uses of ReferencedEnvelope in org.geotools.process.raster
Methods in org.geotools.process.raster with parameters of type ReferencedEnvelope Modifier and Type Method Description static GridCoverage2DCoverageUtilities. crop(GridCoverage2D coverage, ReferencedEnvelope geometryEnvelope)Crops a given grid coverage to the specified geometry envelope using a coverage crop operation.GridCoverage2DAreaGridProcess. execute(ReferencedEnvelope bounds, int width, int height) -
Uses of ReferencedEnvelope in org.geotools.process.vector
Methods in org.geotools.process.vector that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeBoundsProcess. execute(FeatureCollection features)abstract ReferencedEnvelopeProcessingCollection. getBounds()The bounds of features in the output.Methods in org.geotools.process.vector with parameters of type ReferencedEnvelope Modifier and Type Method Description static SimpleFeatureCollectionProcessTestUtilities. createPoints(Coordinate[] pts, ReferencedEnvelope bounds)GridCoverage2DBarnesSurfaceProcess. 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)SimpleFeatureCollectionGraticuleLabelPointProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement)SimpleFeatureCollectionGridProcess. execute(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode)GridCoverage2DHeatmapProcess. execute(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor)SimpleFeatureCollectionPointStackerProcess. execute(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor)SimpleFeatureCollectionRectangularClipProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)QueryHeatmapProcess. 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 ReferencedEnvelope Modifier and Type Method Description voidGTRenderer. paint(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea)Renders features based on the map layers and their styles as specified in the map context usingsetContext.voidGTRenderer. 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 ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeProjectionHandler. renderingEnvelopeprotected ReferencedEnvelopeProjectionHandler. validAreaBoundsMethods in org.geotools.renderer.crs that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeProjectionHandler. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).ReferencedEnvelopeProjectionHandler. getRenderingEnvelope()Returns the current rendering envelopeReferencedEnvelopeProjectionHandler. 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 ReferencedEnvelopeProjectionHandler. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)Methods in org.geotools.renderer.crs that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>ProjectionHandler. 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 ReferencedEnvelope Modifier and Type Method Description ProjectionHandlerAzimulthalEquidistantProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerConicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerGeosProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerHomolosineHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerLambertAzimuthalEqualAreaHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerOrthographicProjectionHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCRS, boolean wrap, int wrapLimit)ProjectionHandlerPlateCarreeHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerPolarStereographicHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerProjectionHandlerFactory. 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 ProjectionHandlerProjectionHandlerFinder. getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap)Returns a projection handler for the specified rendering area, or null if not foundstatic ProjectionHandlerProjectionHandlerFinder. getHandler(ReferencedEnvelope renderingArea, CoordinateReferenceSystem sourceCrs, boolean wrap, Map<String,Object> projectionParameters)Returns a projection handler for the specified rendering area, or null if not foundProjectionHandlerTransverseMercatorHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ProjectionHandlerWorldVanDerGrintenIHandlerFactory. getHandler(ReferencedEnvelope renderingEnvelope, CoordinateReferenceSystem sourceCrs, boolean wrap, int maxWraps)ReferencedEnvelopeProjectionHandler. 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 ReferencedEnvelopeProjectionHandler. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)Method parameters in org.geotools.renderer.crs with type arguments of type ReferencedEnvelope Modifier and Type Method Description protected voidProjectionHandler. mergeEnvelopes(List<ReferencedEnvelope> envelopes)protected voidProjectionHandler. reprojectEnvelopes(CoordinateReferenceSystem queryCRS, List<ReferencedEnvelope> envelopes)Constructors in org.geotools.renderer.crs with parameters of type ReferencedEnvelope Constructor Description ProjectionHandler(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 ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeRendererUtilities. createMapEnvelope(Rectangle paintArea, AffineTransform worldToScreen, CoordinateReferenceSystem crs)Creates the map's bounding box in real world coordinatesReferencedEnvelopeIndexedFeatureResults. getBounds()protected ReferencedEnvelopeStreamingRenderer. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem crs)Methods in org.geotools.renderer.lite with parameters of type ReferencedEnvelope Modifier and Type Method Description static doubleRendererUtilities. calculateOGCScale(ReferencedEnvelope envelope, int imageWidth, Map hints)This method performs the computation using the methods suggested by the OGC SLD specification, page 26.static doubleRendererUtilities. calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, double DPI)Find the scale denominator of the map.static doubleRendererUtilities. calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, Map<?,?> hints)First searches the hints for the scale denominator hint otherwise calls#calculateScale(org.geotools.util.SoftValueHashMap.Reference, int, int, double).voidStreamingRenderer. paint(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea)Renders features based on the map layers and their styles as specified in the map context usingsetContext.voidStreamingRenderer. 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 ReferencedEnvelopeStreamingRenderer. transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem crs)static AffineTransformRendererUtilities. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGridCoverageReaderHelper. getReadEnvelope()Constructors in org.geotools.renderer.lite.gridcoverage2d with parameters of type ReferencedEnvelope Constructor Description GridCoverageReaderHelper(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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeCollection. getBounds()Gets a singleReferencedEnveloperepresenting 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 ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeSTACFeatureSource. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.swing
Fields in org.geotools.swing declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeAbstractMapPane. fullExtentprotected ReferencedEnvelopeAbstractMapPane. pendingDisplayAreaMethods in org.geotools.swing that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeAbstractMapPane. getDisplayArea()Gets the current display area in world coordinates.ReferencedEnvelopeMapPane. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeMapMouseEvent. getEnvelopeByPixels(double widthPixels)Gets an envelope of specified width (in pixels) which is centred on the mouse position.ReferencedEnvelopeMapMouseEvent. 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 ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeTileService. createSafeEnvelopeInWGS84(ReferencedEnvelope _mapExtent)abstract ReferencedEnvelopeTileService. getBounds()Returns the bounds for the complete TileServiceReferencedEnvelopeTile. getExtent()Methods in org.geotools.tile with parameters of type ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeTileService. createSafeEnvelopeInWGS84(ReferencedEnvelope _mapExtent)Set<Tile>TileService. findTilesInExtent(ReferencedEnvelope _mapExtent, double scaleFactor, boolean recommendedZoomLevel, int maxNumberOfTiles)Constructors in org.geotools.tile with parameters of type ReferencedEnvelope Constructor Description Tile(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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeWebMercatorTileService. getBounds()static ReferencedEnvelopeWebMercatorTileFactory. getExtentFromTileName(TileIdentifier tileName)ReferencedEnvelopeScaleZoomLevelMatcher. getMapExtentTileCrs()static ReferencedEnvelopeScaleZoomLevelMatcher. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation)Re-Projects the given envelope to destinationCRS using transformation.ReferencedEnvelopeScaleZoomLevelMatcher. projectMapToTileCrs(ReferencedEnvelope boundsInMapCrs)ReferencedEnvelopeScaleZoomLevelMatcher. projectTileToMapCrs(ReferencedEnvelope boundsInTileCrs)Methods in org.geotools.tile.impl with parameters of type ReferencedEnvelope Modifier and Type Method Description static ScaleZoomLevelMatcherScaleZoomLevelMatcher. createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale)static ReferencedEnvelopeScaleZoomLevelMatcher. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation)Re-Projects the given envelope to destinationCRS using transformation.ReferencedEnvelopeScaleZoomLevelMatcher. projectMapToTileCrs(ReferencedEnvelope boundsInMapCrs)ReferencedEnvelopeScaleZoomLevelMatcher. projectTileToMapCrs(ReferencedEnvelope boundsInTileCrs)Constructors in org.geotools.tile.impl with parameters of type ReferencedEnvelope Constructor Description ScaleZoomLevelMatcher(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 ReferencedEnvelope Modifier and Type Method Description static ReferencedEnvelopeBingTileUtil. 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 ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeTileLayer. getBounds()Methods in org.geotools.tile.util with parameters of type ReferencedEnvelope Modifier and Type Method Description protected voidAsyncTileLayer. localRenderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)protected voidAsyncTileLayer. renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform)protected voidTileLayer. renderTiles(Collection<Tile> tiles, Graphics2D g2d, ReferencedEnvelope viewportExtent, AffineTransform worldToImageTransform) -
Uses of ReferencedEnvelope in org.geotools.tpk
Fields in org.geotools.tpk declared as ReferencedEnvelope Modifier and Type Field Description protected ReferencedEnvelopeTPKReader. boundsprotected static ReferencedEnvelopeTPKReader. WORLD_ENVELOPE -
Uses of ReferencedEnvelope in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic that return ReferencedEnvelope Modifier and Type Method Description protected ReferencedEnvelopeVectorMosaicFeatureSource. getBoundsInternal(Query query) -
Uses of ReferencedEnvelope in org.geotools.wfs
Methods in org.geotools.wfs that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeCompositeFeatureCollection. getBounds() -
Uses of ReferencedEnvelope in org.geotools.xml.gml
Methods in org.geotools.xml.gml that return ReferencedEnvelope Modifier and Type Method Description ReferencedEnvelopeGMLFeatureCollection. getBounds() -
Uses of ReferencedEnvelope in org.h2gis.geotools
Methods in org.h2gis.geotools that return types with arguments of type ReferencedEnvelope Modifier and Type Method Description List<ReferencedEnvelope>H2GISDialect. getOptimizedBounds(String schema, SimpleFeatureType featureType, Connection cx)
-