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.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.collection   
org.geotools.data.crs Provides support for the OGC Catalog Specification. 
org.geotools.data.db2   
org.geotools.data.gen   
org.geotools.data.jdbc   
org.geotools.data.memory   
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.geometry.jts   
org.geotools.map List of layers to be rendered. 
org.geotools.renderer Basic interface for rendering of features. 
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.shape   
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.xml.gml   
 

Uses of ReferencedEnvelope in org.geotools.arcsde.data
 

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

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 AbstractFeatureSource.getBounds()
          Retrieve Bounds of all Features.
 ReferencedEnvelope DefaultResourceInfo.getBounds()
           
 ReferencedEnvelope DefaultFeatureResults.getBounds()
          Returns the bounding box of this FeatureResults This implementation will generate the correct results from reader() if the provided FeatureSource does not provide an optimized result via FeatureSource.getBounds( Query ).
 ReferencedEnvelope ResourceInfo.getBounds()
          Bounding box of the resource (in the native CRS), envelope isNull otherwise.
 ReferencedEnvelope FeatureEvent.getBounds()
          Provides access to the area modified (if known).
 ReferencedEnvelope FeatureSource.getBounds()
          Gets the bounding box of this datasource.
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 AbstractFeatureSource.getBounds(Query query)
          Retrieve Bounds of Query results.
 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(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)
          Notify all listeners that have registered interest for notification on this event type.
 void FeatureListenerManager.fireFeaturesChanged(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)
          Notify all listeners that have registered interest for notification on this event type.
 void FeatureListenerManager.fireFeaturesRemoved(String typeName, Transaction transaction, ReferencedEnvelope bounds, boolean commit)
          Notify all listeners that have registered interest for notification on this event type.
protected abstract  void DiffFeatureWriter.fireNotification(int eventType, ReferencedEnvelope bounds)
          Subclass must provide the notification.
 void DefaultResourceInfo.setBounds(ReferencedEnvelope bounds)
           
 

Constructors in org.geotools.data with parameters of type ReferencedEnvelope
BatchFeatureEvent(FeatureSource<? extends FeatureType,? extends Feature> featureSource, ReferencedEnvelope bounds, Filter filter)
           
FeatureEvent(Object source, FeatureEvent.Type type, ReferencedEnvelope bounds, 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.crs
 

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

Uses of ReferencedEnvelope in org.geotools.data.db2
 

Methods in org.geotools.data.db2 that return ReferencedEnvelope
 ReferencedEnvelope DB2FeatureSource.getBounds(Query query)
          Gets the bounds of the feature using the specified query.
 ReferencedEnvelope DB2FeatureStore.getBounds(Query query)
          Gets the bounds of the feature using the specified query.
 

Uses of ReferencedEnvelope in org.geotools.data.gen
 

Methods in org.geotools.data.gen that return ReferencedEnvelope
 ReferencedEnvelope PreGeneralizedFeatureCollection.getBounds()
           
 ReferencedEnvelope PreGeneralizedFeatureSource.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()
          Retrieve Bounds of all Features.
 ReferencedEnvelope JDBCFeatureSource.getBounds(Query query)
          Retrieve Bounds of Query results.
 

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

Uses of ReferencedEnvelope in org.geotools.data.memory
 

Methods in org.geotools.data.memory that return ReferencedEnvelope
protected  ReferencedEnvelope MemoryDataStore.getBounds(Query query)
           
 

Uses of ReferencedEnvelope in org.geotools.data.postgis
 

Methods in org.geotools.data.postgis that return ReferencedEnvelope
protected  ReferencedEnvelope PostgisFeatureStore.bounds(Query query)
           
 ReferencedEnvelope PostgisFeatureStore.getBounds()
           
 ReferencedEnvelope PostgisFeatureStore.getBounds(Query query)
          Retrieve Bounds of Query results.
protected  ReferencedEnvelope PostgisFeatureStore.getEnvelope(Connection conn, String geomName, SQLBuilder sqlBuilder, 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
 ReferencedEnvelope ShapefileURLResourceInfo.getBounds()
           
 ReferencedEnvelope ShapefileFileResourceInfo.getBounds()
           
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 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 ContentState.getBounds()
          The cached spatial extent.
 ReferencedEnvelope ContentFeatureSource.getBounds()
          Returns the bounds of the entire feature source.
 ReferencedEnvelope ContentFeatureCollection.getBounds()
           
 ReferencedEnvelope MaxFeaturesFeatureCollection.getBounds()
           
 ReferencedEnvelope ReprojectingFeatureCollection.getBounds()
          This method computes reprojected bounds the hard way, but computing them feature by feature.
abstract  ReferencedEnvelope DataFeatureCollection.getBounds()
           
 ReferencedEnvelope FilteringFeatureCollection.getBounds()
           
 ReferencedEnvelope EmptyFeatureCollection.getBounds()
           
 ReferencedEnvelope AbstractFeatureSource2.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, 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(String typeName)
           
 ReferencedEnvelope WFSDataStore.getFeatureTypeWGS84Bounds(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(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()
           
 ReferencedEnvelope WFSFeatureSource.getBounds(Query query)
           
protected  ReferencedEnvelope WFS_1_0_0_DataStore.getBounds(Query query)
           
 ReferencedEnvelope WFS_1_0_0_DataStore.getFeatureTypeBounds(String typeName)
           
 ReferencedEnvelope WFS_1_0_0_DataStore.getFeatureTypeWGS84Bounds(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 WFSFeatureSource.getBounds(Query query)
           
 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 WFS_1_1_0_DataStore.getFeatureTypeBounds(String typeName)
           
 ReferencedEnvelope WFS_1_1_0_DataStore.getFeatureTypeWGS84Bounds(String typeName)
           
 ReferencedEnvelope WFS_1_1_0_Protocol.getFeatureTypeWGS84Bounds(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 DefaultFeature.getBounds()
          Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with.
 ReferencedEnvelope Feature.getBounds()
          Deprecated. Get the total bounds of this feature which is calculated by doing a union of the bounds of each geometry this feature is associated with.
 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 DecoratingFeatureCollection.getBounds()
           
 ReferencedEnvelope AdaptorFeatureCollection.getBounds()
          Subclasses need to override this.
 

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(BoundingBox e)
          Utility method to ensure that an BoundingBox in a ReferencedEnvelope.
static ReferencedEnvelope ReferencedEnvelope.reference(Envelope e)
          Utility method to ensure that an Envelope if a ReferencedEnvelope.
static ReferencedEnvelope JTS.toEnvelope(Geometry geom)
          Create a ReferencedEnvelope from the provided geometry, we will do our best to guess the CoordinateReferenceSystem making use of getUserData() and getSRID() as needed.
 ReferencedEnvelope ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS, boolean lenient)
          Transforms the referenced envelope to the specified coordinate reference system.
 ReferencedEnvelope ReferencedEnvelope.transform(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.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 MapLayer.getBounds()
          find out the bounds of the layer
 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
 void MapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
          Set a new area of interest and trigger an BoundingBoxEvent.
 void DefaultMapContext.setAreaOfInterest(ReferencedEnvelope areaOfInterest)
          Set a new area of interest and trigger an BoundingBoxEvent.
 

Uses of ReferencedEnvelope in org.geotools.renderer
 

Methods in org.geotools.renderer with parameters of type ReferencedEnvelope
 void GTRenderer.paint(Graphics2D graphics, 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(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea, 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.lite
 

Methods in org.geotools.renderer.lite that return ReferencedEnvelope
static ReferencedEnvelope RendererUtilities.createMapEnvelope(Rectangle paintArea, AffineTransform worldToScreen, 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, Map hints)
          This method performs the computation using the methods suggested by the OGC SLD specification, page 26.
static double RendererUtilities.calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, double DPI)
          Find the scale denominator of the map.
static double RendererUtilities.calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, Map hints)
          First searches the hints for the scale denominator hint otherwise calls RendererUtilities.calculateScale(Envelope, CoordinateReferenceSystem, int, int, double).
 void StreamingRenderer.paint(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
 void StreamingRenderer.paint(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea, AffineTransform worldToScreen)
          Renders features based on the map layers and their styles as specified in the map context using setContext.
static AffineTransform RendererUtilities.worldToScreenTransform(ReferencedEnvelope mapExtent, 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(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope mapArea)
           
 void ShapefileRenderer.paint(Graphics2D graphics, Rectangle paintArea, ReferencedEnvelope envelope, AffineTransform transform)
           
 

Uses of ReferencedEnvelope in org.geotools.validation
 

Methods in org.geotools.validation with parameters of type ReferencedEnvelope
 void Validator.integrityValidation(Map<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(Set<Name> typeRefs, Map stores, ReferencedEnvelope envelope, ValidationResults results)
          runIntegrityTests Performs a lookup on the FeatureTypeInfo name to determine what IntegrityTests need to be performed.
 boolean IntegrityValidation.validate(Map layers, ReferencedEnvelope envelope, ValidationResults results)
          Used to check features against this validation rule.
 boolean DefaultIntegrityValidation.validate(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(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(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(Map layers, ReferencedEnvelope envelope, ValidationResults results)
           
 boolean OverlapsIntegrity.validate(Map layers, ReferencedEnvelope envelope, ValidationResults results)
           
 

Uses of ReferencedEnvelope in org.geotools.xml.gml
 

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



Copyright © 1996-2009 Geotools. All Rights Reserved.