Uses of Class
org.geotools.geometry.jts.ReferencedEnvelope

Packages that use ReferencedEnvelope
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.raster.info   
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.featurecache.readers   
org.geotools.caching.grid.spatialindex.store   
org.geotools.caching.spatialindex   
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection   
org.geotools.data.complex This package contains the implementation of a ComplexDataStore
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.gen   
org.geotools.data.jdbc   
org.geotools.data.memory   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.property   
org.geotools.data.shapefile   
org.geotools.data.shapefile.indexed   
org.geotools.data.store   
org.geotools.data.view   
org.geotools.data.wfs   
org.geotools.data.wfs.protocol.wfs   
org.geotools.data.wfs.v1_0_0   
org.geotools.data.wfs.v1_1_0   
org.geotools.data.wms Provides for Web Map Server client access as a Grid Coverage Exchange. 
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections. 
org.geotools.feature.visitor   
org.geotools.filter.function   
org.geotools.geometry.jts   
org.geotools.jdbc   
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
org.geotools.renderer Basic interface for rendering of features. 
org.geotools.renderer.crs   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.shape   
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swing.dialog General dialog classes 
org.geotools.validation Defines the Validation Processor and Support classes. 
org.geotools.validation.attributes Simple Attribute based Validation implementations. 
org.geotools.validation.network   
org.geotools.validation.relate   
org.geotools.wfs   
org.geotools.xml.gml   
 

Uses of ReferencedEnvelope in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that return ReferencedEnvelope
 ReferencedEnvelope ArcSdeFeatureSource.getBounds()
           
 ReferencedEnvelope ArcSdeResourceInfo.getBounds()
           
 ReferencedEnvelope ArcSdeFeatureCollection.getBounds()
           
 ReferencedEnvelope ArcSdeFeatureSource.getBounds(Query query)
           
protected  ReferencedEnvelope ArcSdeFeatureSource.getBounds(Query namedQuery, ISession session)
           
 

Uses of ReferencedEnvelope in org.geotools.arcsde.raster.info
 

Methods in org.geotools.arcsde.raster.info with parameters of type ReferencedEnvelope
 void RasterInfo.addPyramidLevel(int level, ReferencedEnvelope extent, java.awt.Point imgOffset, java.awt.geom.Point2D extOffset, int numTilesWide, int numTilesHigh, java.awt.Dimension imageSize)
          Don't use this method.
 

Uses of ReferencedEnvelope in org.geotools.caching.grid.featurecache
 

Methods in org.geotools.caching.grid.featurecache that return ReferencedEnvelope
 ReferencedEnvelope GridFeatureCache.getBounds()
          Gets the bounds of the cache.
 ReferencedEnvelope GridFeatureCache.getBounds(Query query)
          Gets the bounds of the data that match a given query.
protected static ReferencedEnvelope GridFeatureCache.getFeatureBounds(FeatureSource fs)
          Private function used to get the bounds of a feature collection and convert the IOException to a FeatureCacheException
 

Constructors in org.geotools.caching.grid.featurecache with parameters of type ReferencedEnvelope
GridFeatureCache(FeatureSource fs, ReferencedEnvelope env, int gridsize, int capacity, Storage store)
          Creates a new grid feature cache.
StreamingGridFeatureCache(FeatureSource fs, ReferencedEnvelope env, int indexcapacity, int capacity, Storage store)
           
 

Uses of ReferencedEnvelope in org.geotools.caching.grid.featurecache.readers
 

Methods in org.geotools.caching.grid.featurecache.readers that return ReferencedEnvelope
 ReferencedEnvelope GridCachingFeatureCollection.getBounds()
           
 

Uses of ReferencedEnvelope in org.geotools.caching.grid.spatialindex.store
 

Methods in org.geotools.caching.grid.spatialindex.store that return ReferencedEnvelope
 ReferencedEnvelope BufferedDiskStorage.getBounds()
          gets the bounds of the store
 ReferencedEnvelope DiskStorage.getBounds()
          Get the bounds of data in the store.
 ReferencedEnvelope MemoryStorage.getBounds()
           
 

Methods in org.geotools.caching.grid.spatialindex.store with parameters of type ReferencedEnvelope
 void BufferedDiskStorage.setBounds(ReferencedEnvelope bounds)
          Sets the bounds of the data store.
 void DiskStorage.setBounds(ReferencedEnvelope bounds)
          Sets the bounds of the store
 void MemoryStorage.setBounds(ReferencedEnvelope bounds)
           
 

Uses of ReferencedEnvelope in org.geotools.caching.spatialindex
 

Methods in org.geotools.caching.spatialindex that return ReferencedEnvelope
 ReferencedEnvelope Storage.getBounds()
          Gets the bounds of the cached data.
 

Methods in org.geotools.caching.spatialindex with parameters of type ReferencedEnvelope
 void Storage.setBounds(ReferencedEnvelope bounds)
          Sets the bounds of the data in the cache.
 

Uses of ReferencedEnvelope in org.geotools.data
 

Fields in org.geotools.data declared as ReferencedEnvelope
protected  ReferencedEnvelope FeatureEvent.bounds
          Indicates the bounds in which the modification occurred.
protected  ReferencedEnvelope DataTestCase.lakeBounds
           
protected  ReferencedEnvelope DataTestCase.rd12Bounds
           
protected  ReferencedEnvelope DataTestCase.riverBounds
           
protected  ReferencedEnvelope DataTestCase.roadBounds
           
 

Methods in org.geotools.data that return ReferencedEnvelope
 ReferencedEnvelope SampleDataAccessFeatureSource.getBounds()
          Not yet implemented.
 ReferencedEnvelope SampleDataAccessFeatureCollection.getBounds()
          Not yet implemented.
 ReferencedEnvelope CachingFeatureSource.getBounds()
           
 ReferencedEnvelope AbstractFeatureSource.getBounds()
          Retrieve Bounds of all Features.
 ReferencedEnvelope DefaultResourceInfo.getBounds()
           
 ReferencedEnvelope DefaultFeatureResults.getBounds()
          Returns the bounding box of this FeatureResults
 ReferencedEnvelope FeatureEvent.getBounds()
          Provides access to the area modified (if known).
 ReferencedEnvelope FeatureSource.getBounds()
          Gets the bounding box of this datasource.
 ReferencedEnvelope ResourceInfo.getBounds()
          Bounding box of the resource (in the native CRS), envelope isNull otherwise.
 ReferencedEnvelope SampleDataAccessFeatureSource.getBounds(Query query)
          Not yet implemented.
 ReferencedEnvelope CachingFeatureSource.getBounds(Query query)
           
 ReferencedEnvelope AbstractFeatureSource.getBounds(Query query)
          Retrieve Bounds of Query results.
protected  ReferencedEnvelope AbstractDataStore.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.
 ReferencedEnvelope FeatureSource.getBounds(Query query)
          Gets the bounding box of the features that would be returned by this query.
 

Methods in org.geotools.data with parameters of type ReferencedEnvelope
 void FeatureListenerManager.fireFeaturesAdded(java.lang.String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)
          Notify all listeners that have registered interest for notification on this event type.
 void FeatureListenerManager.fireFeaturesChanged(java.lang.String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)
          Notify all listeners that have registered interest for notification on this event type.
 void FeatureListenerManager.fireFeaturesRemoved(java.lang.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)
           
 

Constructors in org.geotools.data with parameters of type ReferencedEnvelope
BatchFeatureEvent(FeatureSource<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> featureSource, ReferencedEnvelope bounds, org.opengis.filter.Filter filter)
           
FeatureEvent(java.lang.Object source, FeatureEvent.Type type, ReferencedEnvelope bounds, org.opengis.filter.Filter filter)
          Constructs a new FeatureEvent.
 

Uses of ReferencedEnvelope in org.geotools.data.collection
 

Methods in org.geotools.data.collection that return ReferencedEnvelope
protected  ReferencedEnvelope CollectionDataStore.getBounds(Query query)
           
protected  ReferencedEnvelope CollectionDataStore.getBoundsInternal(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.complex
 

Methods in org.geotools.data.complex that return ReferencedEnvelope
 ReferencedEnvelope MappingFeatureCollection.getBounds()
          Stolen from ReprojectFeatureResults.
protected  ReferencedEnvelope AppSchemaDataAccess.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.
 

Uses of ReferencedEnvelope in org.geotools.data.crs
 

Methods in org.geotools.data.crs that return ReferencedEnvelope
 ReferencedEnvelope ForceCoordinateSystemFeatureResults.getBounds()
           
 ReferencedEnvelope ReprojectFeatureResults.getBounds()
          This method computes reprojected bounds the hard way, but computing them feature by feature.
 

Uses of ReferencedEnvelope in org.geotools.data.gen
 

Methods in org.geotools.data.gen that return ReferencedEnvelope
 ReferencedEnvelope PreGeneralizedFeatureSource.getBounds()
           
 ReferencedEnvelope PreGeneralizedFeatureCollection.getBounds()
           
 ReferencedEnvelope PreGeneralizedFeatureSource.getBounds(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that return ReferencedEnvelope
 ReferencedEnvelope JDBCFeatureSource.getBounds()
          Deprecated. Retrieve Bounds of all Features.
 ReferencedEnvelope JDBCFeatureSource.getBounds(Query query)
          Deprecated. Retrieve Bounds of Query results.
 

Methods in org.geotools.data.jdbc with parameters of type ReferencedEnvelope
 void QueryData.fireChangeRemoved(ReferencedEnvelope bounds, boolean isCommit)
          Deprecated. Call after deleteCurrentRow()
 void QueryData.fireFeaturesAdded(ReferencedEnvelope bounds, boolean isCommit)
          Deprecated. Call after doUpdate
 void QueryData.fireFeaturesChanged(ReferencedEnvelope bounds, boolean isCommit)
          Deprecated. Call after updateRow
 

Uses of ReferencedEnvelope in org.geotools.data.memory
 

Methods in org.geotools.data.memory that return ReferencedEnvelope
 ReferencedEnvelope MemoryFeatureCollection.getBounds()
          Calculates the bounds of the features without caching.
protected  ReferencedEnvelope MemoryDataStore.getBounds(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.oracle
 

Methods in org.geotools.data.oracle that return ReferencedEnvelope
protected  ReferencedEnvelope OracleDataStore.bounds(Query query)
          This is (unfortunately) a copy and paste from PostgisFeatureStore, I simply did not know a better place to put this...
 ReferencedEnvelope OracleFeatureLocking.getBounds()
           
 ReferencedEnvelope OracleFeatureSource.getBounds()
           
 ReferencedEnvelope OracleFeatureStore.getBounds()
           
 ReferencedEnvelope OracleFeatureLocking.getBounds(Query query)
          Retrieve Bounds of Query results.
 ReferencedEnvelope OracleFeatureSource.getBounds(Query query)
          Retrieve Bounds of Query results.
 ReferencedEnvelope OracleFeatureStore.getBounds(Query query)
          Retrieve Bounds of Query results.
 

Uses of ReferencedEnvelope in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that return ReferencedEnvelope
protected  ReferencedEnvelope PostgisFeatureStore.bounds(Query query)
           
 ReferencedEnvelope WrappingPostgisFeatureSource.getBounds()
           
 ReferencedEnvelope VersionedPostgisFeatureStore.getBounds()
           
 ReferencedEnvelope PostgisFeatureStore.getBounds()
           
 ReferencedEnvelope WrappingPostgisFeatureSource.getBounds(Query query)
           
 ReferencedEnvelope VersionedPostgisFeatureStore.getBounds(Query query)
           
 ReferencedEnvelope PostgisFeatureStore.getBounds(Query query)
          Retrieve Bounds of Query results.
protected  ReferencedEnvelope PostgisFeatureStore.getEnvelope(java.sql.Connection conn, java.lang.String geomName, SQLBuilder sqlBuilder, org.opengis.filter.Filter filter)
           
 

Uses of ReferencedEnvelope in org.geotools.data.property
 

Methods in org.geotools.data.property that return ReferencedEnvelope
 ReferencedEnvelope PropertyFeatureSource.getBounds()
           
 

Uses of ReferencedEnvelope in org.geotools.data.shapefile
 

Methods in org.geotools.data.shapefile that return ReferencedEnvelope
protected  ReferencedEnvelope ShapefileDataStore.getBounds()
          Gets the bounding box of the file represented by this data store as a whole (that is, off all of the features in the shapefile)
 ReferencedEnvelope ShapefileFileResourceInfo.getBounds()
           
 ReferencedEnvelope ShapefileURLResourceInfo.getBounds()
           
 ReferencedEnvelope ShapefileFeatureStore.getBounds(Query query)
           
protected  ReferencedEnvelope ShapefileDataStore.getBounds(Query query)
           
 ReferencedEnvelope ShapefileFeatureLocking.getBounds(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.shapefile.indexed
 

Methods in org.geotools.data.shapefile.indexed that return ReferencedEnvelope
protected  ReferencedEnvelope IndexedShapefileDataStore.getBounds(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.store
 

Fields in org.geotools.data.store declared as ReferencedEnvelope
protected  ReferencedEnvelope ContentState.bounds
          cached bounds of features
 

Methods in org.geotools.data.store that return ReferencedEnvelope
 ReferencedEnvelope ContentFeatureSource.getBounds()
          Returns the bounds of the entire feature source.
 ReferencedEnvelope ContentState.getBounds()
          The cached spatial extent.
 ReferencedEnvelope ContentFeatureCollection.getBounds()
           
abstract  ReferencedEnvelope DataFeatureCollection.getBounds()
           
 ReferencedEnvelope ReprojectingFeatureCollection.getBounds()
          This method computes reprojected bounds the hard way, but computing them feature by feature.
 ReferencedEnvelope AbstractFeatureSource2.getBounds()
           
 ReferencedEnvelope FilteringFeatureCollection.getBounds()
           
 ReferencedEnvelope MaxFeaturesFeatureCollection.getBounds()
           
 ReferencedEnvelope EmptyFeatureCollection.getBounds()
           
 ReferencedEnvelope ContentFeatureSource.getBounds(Query query)
          Returns the bounds of the results of the specified query against the feature source.
 ReferencedEnvelope AbstractFeatureSource2.getBounds(Query query)
           
protected abstract  ReferencedEnvelope ContentFeatureSource.getBoundsInternal(Query query)
          Calculates the bounds of a specified query.
 

Methods in org.geotools.data.store with parameters of type ReferencedEnvelope
 void ContentState.fireFeatureUpdated(FeatureSource<?,?> source, org.opengis.feature.Feature feature, ReferencedEnvelope before)
           
 void ContentState.setBounds(ReferencedEnvelope bounds)
          Sets the cached spatial extent.
 

Uses of ReferencedEnvelope in org.geotools.data.view
 

Methods in org.geotools.data.view that return ReferencedEnvelope
 ReferencedEnvelope DefaultView.getBounds()
          Retrieves the total extent of this FeatureSource.
 ReferencedEnvelope DefaultView.getBounds(Query query)
          Retrive the extent of the Query.
 

Uses of ReferencedEnvelope in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs that return ReferencedEnvelope
 ReferencedEnvelope WFSDataStore.getFeatureTypeBounds(java.lang.String typeName)
           
 ReferencedEnvelope WFSDataStore.getFeatureTypeWGS84Bounds(java.lang.String typeName)
           
 

Uses of ReferencedEnvelope in org.geotools.data.wfs.protocol.wfs
 

Methods in org.geotools.data.wfs.protocol.wfs that return ReferencedEnvelope
 ReferencedEnvelope WFSProtocol.getFeatureTypeWGS84Bounds(java.lang.String typeName)
          Returns the lat lon envelope of the given feature type as declared in the corresponding FeatureType element in the capabilities document.
 

Uses of ReferencedEnvelope in org.geotools.data.wfs.v1_0_0
 

Methods in org.geotools.data.wfs.v1_0_0 that return ReferencedEnvelope
 ReferencedEnvelope WFSFeatureSource.getBounds()
           
 ReferencedEnvelope WFSFeatureSource.WFSFeatureResults.getBounds()
           
protected  ReferencedEnvelope WFS_1_0_0_DataStore.getBounds(Query query)
           
 ReferencedEnvelope WFSFeatureSource.getBounds(Query query)
           
 ReferencedEnvelope WFS_1_0_0_DataStore.getFeatureTypeBounds(java.lang.String typeName)
           
 ReferencedEnvelope WFS_1_0_0_DataStore.getFeatureTypeWGS84Bounds(java.lang.String typeName)
           
 

Uses of ReferencedEnvelope in org.geotools.data.wfs.v1_1_0
 

Methods in org.geotools.data.wfs.v1_1_0 that return ReferencedEnvelope
 ReferencedEnvelope WFSFeatureSource.getBounds()
           
 ReferencedEnvelope WFS_1_1_0_DataStore.getBounds(Query query)
          Only returns the bounds of the query (ie, the bounds of the whole feature type) if the query has no filter set, otherwise the bounds may be too expensive to acquire.
 ReferencedEnvelope WFSFeatureSource.getBounds(Query query)
           
 ReferencedEnvelope WFS_1_1_0_DataStore.getFeatureTypeBounds(java.lang.String typeName)
           
 ReferencedEnvelope WFS_1_1_0_DataStore.getFeatureTypeWGS84Bounds(java.lang.String typeName)
           
 ReferencedEnvelope WFS_1_1_0_Protocol.getFeatureTypeWGS84Bounds(java.lang.String typeName)
           
 

Uses of ReferencedEnvelope in org.geotools.data.wms
 

Methods in org.geotools.data.wms that return ReferencedEnvelope
 ReferencedEnvelope WebMapServer.LayerInfo.getBounds()
           
 

Uses of ReferencedEnvelope in org.geotools.feature
 

Methods in org.geotools.feature that return ReferencedEnvelope
 ReferencedEnvelope DefaultFeatureCollection.getBounds()
          Gets the bounding box for the features in this feature collection.
 ReferencedEnvelope FeatureCollection.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
 ReferencedEnvelope AbstractFeatureCollection.getBounds()
          Subclasses need to override this.
 ReferencedEnvelope SubFeatureCollection.getBounds()
          Calculates the bounds of the features without caching.
 ReferencedEnvelope DecoratingFeatureCollection.getBounds()
           
 ReferencedEnvelope AdaptorFeatureCollection.getBounds()
          Subclasses need to override this.
 

Uses of ReferencedEnvelope in org.geotools.feature.visitor
 

Methods in org.geotools.feature.visitor that return ReferencedEnvelope
 ReferencedEnvelope BoundsVisitor.getBounds()
           
 ReferencedEnvelope BoundsVisitor.BoundsResult.getValue()
           
 

Constructors in org.geotools.feature.visitor with parameters of type ReferencedEnvelope
BoundsVisitor.BoundsResult(ReferencedEnvelope bbox)
           
 

Uses of ReferencedEnvelope in org.geotools.filter.function
 

Methods in org.geotools.filter.function that return ReferencedEnvelope
 ReferencedEnvelope FilterFunction_buffer.invert(ReferencedEnvelope renderingEnvelope)
          Returns an expanded rendering envelope if the buffering size is not using feature attributes.
 ReferencedEnvelope GeometryTransformation.invert(ReferencedEnvelope renderingEnvelope)
          Returns a query envelope given a certain
 ReferencedEnvelope FilterFunction_offset.invert(ReferencedEnvelope renderingEnvelope)
          Returns an translated rendering envelope if the offsets are not using feature attributes.
 ReferencedEnvelope FilterFunction_isometric.invert(ReferencedEnvelope renderingEnvelope)
          Returns an translated rendering envelope if the offsets are not using feature attributes.
 

Methods in org.geotools.filter.function with parameters of type ReferencedEnvelope
 ReferencedEnvelope FilterFunction_buffer.invert(ReferencedEnvelope renderingEnvelope)
          Returns an expanded rendering envelope if the buffering size is not using feature attributes.
 ReferencedEnvelope GeometryTransformation.invert(ReferencedEnvelope renderingEnvelope)
          Returns a query envelope given a certain
 ReferencedEnvelope FilterFunction_offset.invert(ReferencedEnvelope renderingEnvelope)
          Returns an translated rendering envelope if the offsets are not using feature attributes.
 ReferencedEnvelope FilterFunction_isometric.invert(ReferencedEnvelope renderingEnvelope)
          Returns an translated rendering envelope if the offsets are not using feature attributes.
 

Uses of ReferencedEnvelope in org.geotools.geometry.jts
 

Fields in org.geotools.geometry.jts declared as ReferencedEnvelope
static ReferencedEnvelope ReferencedEnvelope.EVERYTHING
          A ReferencedEnvelope containing "everything"
 

Methods in org.geotools.geometry.jts that return ReferencedEnvelope
static ReferencedEnvelope ReferencedEnvelope.reference(org.opengis.geometry.BoundingBox e)
          Utility method to ensure that an BoundingBox in a ReferencedEnvelope.
static ReferencedEnvelope ReferencedEnvelope.reference(com.vividsolutions.jts.geom.Envelope e)
          Utility method to ensure that an Envelope if a ReferencedEnvelope.
static ReferencedEnvelope JTS.toEnvelope(com.vividsolutions.jts.geom.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.
 ReferencedEnvelope ReferencedEnvelope.transform(org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, boolean lenient)
          Transforms the referenced envelope to the specified coordinate reference system.
 ReferencedEnvelope ReferencedEnvelope.transform(org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)
          Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.
 

Constructors in org.geotools.geometry.jts with parameters of type ReferencedEnvelope
ReferencedEnvelope(ReferencedEnvelope envelope)
          Creates a new envelope from an existing envelope.
 

Uses of ReferencedEnvelope in org.geotools.jdbc
 

Fields in org.geotools.jdbc declared as ReferencedEnvelope
protected static ReferencedEnvelope JDBCDataStore.EMPTY_ENVELOPE
          The envelope returned when bounds is called against a geometryless feature type
 

Methods in org.geotools.jdbc that return ReferencedEnvelope
protected  ReferencedEnvelope JDBCDataStore.getBounds(org.opengis.feature.simple.SimpleFeatureType featureType, Query query, java.sql.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)
           
 

Uses of ReferencedEnvelope in org.geotools.map
 

Methods in org.geotools.map that return ReferencedEnvelope
 ReferencedEnvelope MapContext.getAreaOfInterest()
          Gets the current area of interest.
 ReferencedEnvelope DefaultMapContext.getAreaOfInterest()
          Gets the current area of interest.
 ReferencedEnvelope WMSMapLayer.getBounds()
           
 ReferencedEnvelope MapLayer.getBounds()
          find out the bounds of the layer
 ReferencedEnvelope FeatureSourceMapLayer.getBounds()
           
 ReferencedEnvelope DefaultMapLayer.getBounds()
           
 ReferencedEnvelope MapContext.getLayerBounds()
          Get the bounding box of all the layers in this MapContext.
 ReferencedEnvelope DefaultMapContext.getLayerBounds()
          Get the bounding box of all the layers in this MapContext.
 

Methods in org.geotools.map with parameters of type ReferencedEnvelope
 java.io.InputStream WMSMapLayer.getFeatureInfo(ReferencedEnvelope bbox, int width, int height, int x, int y, java.lang.String infoFormat, int featureCount)
          Allows to run a standalone GetFeatureInfo request, without the need to have previously run a GetMap request on this layer.
 void MapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
          Set the area of interest.
 void DefaultMapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
          Set the area of interest.
 

Uses of ReferencedEnvelope in org.geotools.map.event
 

Methods in org.geotools.map.event that return ReferencedEnvelope
 ReferencedEnvelope MapBoundsEvent.getNewAreaOfInterest()
          Get the new area of interest
 ReferencedEnvelope MapBoundsEvent.getOldAreaOfInterest()
          Get the old area of interest
 

Constructors in org.geotools.map.event with parameters of type ReferencedEnvelope
MapBoundsEvent(MapContext source, int type, ReferencedEnvelope oldAreaOfInterest, ReferencedEnvelope newAreaOfInterest)
          Creates a new instance of BoundsEvent
 

Uses of ReferencedEnvelope in org.geotools.renderer
 

Methods in org.geotools.renderer with parameters of type ReferencedEnvelope
 void GTRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope mapArea)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
 void GTRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope mapArea, java.awt.geom.AffineTransform worldToScreen)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
 

Uses of ReferencedEnvelope in org.geotools.renderer.crs
 

Methods in org.geotools.renderer.crs that return types with arguments of type ReferencedEnvelope
 java.util.List<ReferencedEnvelope> ProjectionHandler.getQueryEnvelopes(org.opengis.referencing.crs.CoordinateReferenceSystem queryCRS)
          Returns a set of envelopes that will be used to query the data given the specified rendering envelope and the current query envelope
 

Methods in org.geotools.renderer.crs with parameters of type ReferencedEnvelope
 ProjectionHandler MercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope)
           
 ProjectionHandler ProjectionHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope)
          Returns an handler capable of dealing with the specified envelope, or null if this factory cannot create one
 ProjectionHandler PolarStereographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope)
           
static ProjectionHandler ProjectionHandlerFinder.getHandler(ReferencedEnvelope renderingArea)
          Returns a projection handler for the specified rendering area, or null if not found
 ProjectionHandler GeographicHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope)
           
 ProjectionHandler TransverseMercatorHandlerFactory.getHandler(ReferencedEnvelope renderingEnvelope)
           
 

Constructors in org.geotools.renderer.crs with parameters of type ReferencedEnvelope
ProjectionHandler(ReferencedEnvelope renderingEnvelope, ReferencedEnvelope validArea)
           
WrappingProjectionHandler(ReferencedEnvelope renderingEnvelope, ReferencedEnvelope validArea, double centralMeridian)
          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
static ReferencedEnvelope RendererUtilities.createMapEnvelope(java.awt.Rectangle paintArea, java.awt.geom.AffineTransform worldToScreen, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Creates the map's bounding box in real world coordinates

NOTE It is worth to note that here we do not take into account the half a pixel translation stated by ogc for coverages bounds.

 ReferencedEnvelope IndexedFeatureResults.getBounds()
           
 

Methods in org.geotools.renderer.lite with parameters of type ReferencedEnvelope
static double RendererUtilities.calculateOGCScale(ReferencedEnvelope envelope, int imageWidth, java.util.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, java.util.Map hints)
          First searches the hints for the scale denominator hint otherwise calls RendererUtilities.calculateScale(Envelope, CoordinateReferenceSystem, int, int, double).
 void StreamingRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope mapArea)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
 void StreamingRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope mapArea, java.awt.geom.AffineTransform worldToScreen)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
static java.awt.geom.AffineTransform RendererUtilities.worldToScreenTransform(ReferencedEnvelope mapExtent, java.awt.Rectangle paintArea)
          Sets up the affine transform

NOTE It is worth to note that here we do not take into account the half a pixel translation stated by ogc for coverages bounds.

 

Uses of ReferencedEnvelope in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type ReferencedEnvelope
 void ShapefileRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope mapArea)
           
 void ShapefileRenderer.paint(java.awt.Graphics2D graphics, java.awt.Rectangle paintArea, ReferencedEnvelope envelope, java.awt.geom.AffineTransform transform)
           
 

Uses of ReferencedEnvelope in org.geotools.swing
 

Methods in org.geotools.swing that return ReferencedEnvelope
 ReferencedEnvelope JMapPane.getDisplayArea()
          Return a (copy of) the currently displayed map area.
 

Methods in org.geotools.swing with parameters of type ReferencedEnvelope
protected  void JMapPane.afterImageMove(ReferencedEnvelope env, java.awt.Rectangle paintArea)
          Called after the base image has been dragged.
 boolean RenderingExecutor.submit(ReferencedEnvelope envelope, java.awt.Rectangle paintArea, java.awt.Graphics2D graphics)
          Submit a new rendering task.
 

Uses of ReferencedEnvelope in org.geotools.swing.dialog
 

Constructors in org.geotools.swing.dialog with parameters of type ReferencedEnvelope
JMapImageDialog(ReferencedEnvelope mapBounds)
          Creates a new dialog
 

Uses of ReferencedEnvelope in org.geotools.validation
 

Methods in org.geotools.validation with parameters of type ReferencedEnvelope
 void Validator.integrityValidation(java.util.Map<org.opengis.feature.type.Name,FeatureSource<?,?>> featureStores, ReferencedEnvelope bBox, ValidationResults results)
          Integrity validation will iterate over all data stores passed in through the stores map and run the tests associated with each store.
 void ValidationProcessor.runIntegrityTests(java.util.Set<org.opengis.feature.type.Name> typeRefs, java.util.Map stores, ReferencedEnvelope envelope, ValidationResults results)
          runIntegrityTests
 boolean IntegrityValidation.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
          Used to check features against this validation rule.
 boolean DefaultIntegrityValidation.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
          Check FeatureType for ...
 

Uses of ReferencedEnvelope in org.geotools.validation.attributes
 

Methods in org.geotools.validation.attributes with parameters of type ReferencedEnvelope
 boolean UniqueFIDValidation.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
          Override validate.
 

Uses of ReferencedEnvelope in org.geotools.validation.network
 

Methods in org.geotools.validation.network with parameters of type ReferencedEnvelope
 boolean OrphanNodeValidation.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
          Check FeatureType for ...
 

Uses of ReferencedEnvelope in org.geotools.validation.relate
 

Fields in org.geotools.validation.relate declared as ReferencedEnvelope
protected  ReferencedEnvelope SpatialTestCase.lineBounds
           
 

Methods in org.geotools.validation.relate with parameters of type ReferencedEnvelope
 boolean CrossesIntegrity.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
           
 boolean OverlapsIntegrity.validate(java.util.Map layers, ReferencedEnvelope envelope, ValidationResults results)
           
 

Uses of ReferencedEnvelope in org.geotools.wfs
 

Methods in org.geotools.wfs that return ReferencedEnvelope
 ReferencedEnvelope CompositeFeatureCollection.getBounds()
           
 

Uses of ReferencedEnvelope in org.geotools.xml.gml
 

Methods in org.geotools.xml.gml that return ReferencedEnvelope
 ReferencedEnvelope GMLFeatureCollection.getBounds()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.