deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Interface
org.deegree.model.spatialschema.Envelope

Packages that use Envelope
org.deegree.framework.concurrent   
org.deegree.framework.util   
org.deegree.graphics   
org.deegree.graphics.displayelements   
org.deegree.graphics.transformation   
org.deegree.io.databaseloader   
org.deegree.io.datastore.sql.postgis   
org.deegree.io.ecwapi   
org.deegree.io.geotiff   
org.deegree.io.imgapi   
org.deegree.io.oraclegeoraster   
org.deegree.io.quadtree   
org.deegree.io.shpapi   
org.deegree.io.shpapi.shape_new   
org.deegree.model.coverage   
org.deegree.model.coverage.grid   
org.deegree.model.coverage.grid.oracle   
org.deegree.model.coverage.grid.postgres   
org.deegree.model.crs   
org.deegree.model.feature   
org.deegree.model.filterencoding   
org.deegree.model.spatialschema   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.getobservation   
org.deegree.ogcwebservices.sos.om   
org.deegree.ogcwebservices.wcs.configuration   
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcs.getcoverage   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.operation   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.capabilities   
org.deegree.ogcwebservices.wms.operation   
org.deegree.ogcwebservices.wps.execute   
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.j3d   
org.deegree.ogcwebservices.wpvs.operation   
org.deegree.ogcwebservices.wpvs.utils   
org.deegree.owscommon   
org.deegree.portal.context   
org.deegree.portal.portlet.modules.actions   
org.deegree.portal.portlet.portlets   
org.deegree.portal.standard.context.control   
org.deegree.portal.standard.csw.configuration   
org.deegree.portal.standard.csw.control   
org.deegree.portal.standard.csw.model   
org.deegree.portal.standard.wms.control   
org.deegree.tools.raster   
org.deegree.tools.wms   
 

Uses of Envelope in org.deegree.framework.concurrent
 

Constructors in org.deegree.framework.concurrent with parameters of type Envelope
DoDatabaseQueryTask(DatabaseDataSource datasource, Envelope envelope)
          Uses the sql template from the data source.
DoDatabaseQueryTask(DatabaseDataSource datasource, Envelope envelope, String sql)
          Uses the given sql template
DoDatabaseQueryTask(DatabaseDataSource datasource, Envelope envelope, String sql, Map<String,String> dimProps, GetMap request)
           
 

Uses of Envelope in org.deegree.framework.util
 

Methods in org.deegree.framework.util that return Envelope
static Envelope MapUtils.ensureAspectRatio(Envelope bbox, double mapWith, double mapHeight)
          This method ensures the bbox is resized (shrunk) to match the aspect ratio defined by mapHeight/mapWidth
static Envelope MapUtils.scaleEnvelope(Envelope currentEnvelope, double currentScale, double requestedScale)
          The method calculates a new Envelope from the requestedBarValue It will either zoom in or zoom out of the actualBBOX depending on the ratio of the requestedBarValue to the actualBarValue
 

Methods in org.deegree.framework.util with parameters of type Envelope
static double MapUtils.calcScale(int mapWidth, int mapHeight, Envelope bbox, CoordinateSystem crs, double pixelSize)
          calculates the map scale (denominator) as defined in the OGC SLD 1.0.0 specification
static double MapUtils.calcScaleWMS111(int mapWidth, int mapHeight, Envelope bbox, CoordinateSystem crs)
           
static double MapUtils.calcScaleWMS130(int mapWidth, int mapHeight, Envelope bbox, CoordinateSystem crs)
           
static Envelope MapUtils.ensureAspectRatio(Envelope bbox, double mapWith, double mapHeight)
          This method ensures the bbox is resized (shrunk) to match the aspect ratio defined by mapHeight/mapWidth
static Envelope MapUtils.scaleEnvelope(Envelope currentEnvelope, double currentScale, double requestedScale)
          The method calculates a new Envelope from the requestedBarValue It will either zoom in or zoom out of the actualBBOX depending on the ratio of the requestedBarValue to the actualBarValue
 

Uses of Envelope in org.deegree.graphics
 

Fields in org.deegree.graphics declared as Envelope
protected  Envelope AbstractLayer.boundingbox
          bbox of the layer
 

Methods in org.deegree.graphics that return Envelope
 Envelope MapView.getBoundingBox()
          returns the BoundingBox (Envelope) of the MapView.
 Envelope AbstractLayer.getBoundingBox()
          returns the BoundingBox (Envelope) of Layer.
 Envelope OWSRasterLayer.getBoundingBox()
           
 Envelope Layer.getBoundingBox()
          returns the BoundingBox (Envelope) of Layer.
 Envelope LazyRasterLayer.getBoundingBox()
           
 

Methods in org.deegree.graphics with parameters of type Envelope
static MapView MapFactory.createMapView(String name, Envelope boundingbox, CoordinateSystem crs, Theme[] themes, double pixelsize)
          creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Themes.
 GridCoverage LazyRasterLayer.getRaster(Envelope envelope, double resolution)
           
 GridCoverage OWSRasterLayer.getRaster(Envelope envelope, double w, double h)
           
 BufferedImage BlurImage.renderUserRealm(BufferedImage image, Envelope bbox, Geometry geom)
          Render the surface geometry the user is allowed to see.
 String[] Selector.select(Envelope boundingbox)
          selects all features (display elements) that are located within the submitted bounding box.
 void MapView.setBoundingBox(Envelope boundingbox)
           
 

Constructors in org.deegree.graphics with parameters of type Envelope
MapView(String name, Envelope boundingbox, CoordinateSystem crs, double pixelsize)
           
MapView(String name, Envelope boundingbox, double pixelsize)
           
 

Uses of Envelope in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements that return Envelope
 Envelope ScaledFeature.getBoundedBy()
           
protected  Envelope GeometryDisplayElement.growEnvelope(Envelope env, float percent)
          Returns a new Envelope for the given envelope that has a border of percent * (with | height) on all sides around it (the longer side is used to determine the border size).
 

Methods in org.deegree.graphics.displayelements with parameters of type Envelope
protected  Envelope GeometryDisplayElement.growEnvelope(Envelope env, float percent)
          Returns a new Envelope for the given envelope that has a border of percent * (with | height) on all sides around it (the longer side is used to determine the border size).
 

Uses of Envelope in org.deegree.graphics.transformation
 

Methods in org.deegree.graphics.transformation that return Envelope
 Envelope GeoTransform.getDestRect()
           
 Envelope WorldToScreenTransform.getDestRect()
           
 Envelope GeoTransform.getSourceRect()
           
 Envelope WorldToScreenTransform.getSourceRect()
           
 

Methods in org.deegree.graphics.transformation with parameters of type Envelope
 void GeoTransform.setDestRect(Envelope rect)
           
 void WorldToScreenTransform.setDestRect(Envelope rect)
          sets the destination rectangle.
 void GeoTransform.setSourceRect(Envelope rect)
           
 void WorldToScreenTransform.setSourceRect(Envelope rect)
          sets the source rectangle
 

Constructors in org.deegree.graphics.transformation with parameters of type Envelope
WorldToScreenTransform(Envelope sourceRect, Envelope destRect)
          constructor initialices the transformation rectangle using the submitted source- and destination rectangle.
 

Uses of Envelope in org.deegree.io.databaseloader
 

Methods in org.deegree.io.databaseloader with parameters of type Envelope
static FeatureCollection PostgisDataLoader.load(DatabaseDataSource datasource, Envelope envelope)
           
static FeatureCollection OracleDataLoader.load(DatabaseDataSource datasource, Envelope envelope)
           
static FeatureCollection MySQLDataLoader.load(DatabaseDataSource datasource, Envelope envelope)
           
static FeatureCollection PostgisDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql)
           
static FeatureCollection OracleDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql)
           
static FeatureCollection MySQLDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql)
           
static FeatureCollection PostgisDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql, String extraClauses)
           
static FeatureCollection OracleDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql, String extraClauses)
           
static FeatureCollection MySQLDataLoader.load(DatabaseDataSource datasource, Envelope envelope, String sql, String extraClauses)
           
 

Uses of Envelope in org.deegree.io.datastore.sql.postgis
 

Methods in org.deegree.io.datastore.sql.postgis with parameters of type Envelope
static org.postgis.PGboxbase PGgeometryAdapter.export(Envelope envelope)
          Converts a deegree Envelope instance to a corresponding PostGIS PGboxbase object.
 

Uses of Envelope in org.deegree.io.ecwapi
 

Methods in org.deegree.io.ecwapi with parameters of type Envelope
 BufferedImage ECWReader.getBufferedImage(Envelope env, int width, int height)
          read part from ECW-file which falls within env and return this part as BufferedImage with dimenions width and height
 

Uses of Envelope in org.deegree.io.geotiff
 

Methods in org.deegree.io.geotiff that return Envelope
 Envelope GeoTiffReader.getBoundingBox()
           
 

Constructors in org.deegree.io.geotiff with parameters of type Envelope
GeoTiffWriter(BufferedImage image, Envelope envelope, double resx, double resy, CoordinateSystem crs)
          creates an GeoTiffWriter instance from an java.awt.image.
GeoTiffWriter(BufferedImage image, Envelope envelope, double resx, double resy, CoordinateSystem crs, double offset, double scaleFactor)
          creates an GeoTiffWriter instance from an java.awt.image.
 

Uses of Envelope in org.deegree.io.imgapi
 

Methods in org.deegree.io.imgapi with parameters of type Envelope
 float[][] IMGReader.read(Envelope bbox)
          reads a rectangular subset from the image
 

Constructors in org.deegree.io.imgapi with parameters of type Envelope
IMGReader(String fileName, int width, int height, Envelope bbox, int type)
          Creates a new instance of IMGReader
 

Uses of Envelope in org.deegree.io.oraclegeoraster
 

Methods in org.deegree.io.oraclegeoraster with parameters of type Envelope
static RenderedImage GeoRasterReader.exportRaster(Connection connection, Envelope envelope, String rasterRDT, String rasterTable, String geoRasterCol, String identification, int level, float width, float height)
           
static RenderedImage GeoRasterReader.exportRaster(GeoRasterDescription grDesc, Envelope envelope, float width, float height)
           
 

Uses of Envelope in org.deegree.io.quadtree
 

Fields in org.deegree.io.quadtree declared as Envelope
protected  Envelope DBQuadtreeManager.envelope
           
 

Methods in org.deegree.io.quadtree that return Envelope
 Envelope MemPointNode.getEnvelope()
           
 Envelope DBNode.getEnvelope()
           
 Envelope DBQuadtree.getRootBoundingBox()
           
 Envelope MemPointQuadtree.getRootBoundingBox()
           
 Envelope Quadtree.getRootBoundingBox()
          returns the bounding box covered by the quadtrees root node
 

Methods in org.deegree.io.quadtree with parameters of type Envelope
 boolean Node.delete(T item, Envelope itemsEnvelope)
          deletes a specific item from the tree (not the item itself will be deleted, just its reference will be.
 boolean MemPointNode.delete(T item, Envelope env)
          Deletes the item from the quadtree.
 boolean DBNode.delete(T itemKey, Envelope itemEnv)
           
 void Node.deleteRange(Envelope envelope)
          deletes all references of items whose envelope intersects with the passed one (
 void DBQuadtree.deleteRange(Envelope envelope)
           
 void MemPointQuadtree.deleteRange(Envelope envelope)
          Deletes all items intersecting the envelope.
 void MemPointNode.deleteRange(Envelope envelope)
          Deletes all items intersecting the envelope.
 void DBNode.deleteRange(Envelope envelope)
           
 void Quadtree.deleteRange(Envelope envelope)
          deletes all references of items whose envelope intersects with the passed one (
 boolean Node.insert(T item, Envelope itemEnv)
          inserts a new item into the quadtree
 void DBQuadtree.insert(T item, Envelope envelope)
          inserts a new item into a quadtree
 void MemPointQuadtree.insert(T item, Envelope envelope)
          Inserts the item with the envelope into the quadtree.
 boolean MemPointNode.insert(T item, Envelope itemEnv)
          Inserts the item into the quadtree.
 boolean DBNode.insert(T itemKey, Envelope itemEnv)
           
 void Quadtree.insert(T itemKey, Envelope envelope)
          inserts a new item into the quadtree
 List<T> DBQuadtree.query(Envelope envelope)
           
 List<T> MemPointQuadtree.query(Envelope envelope)
          Searches for all items intersecting with the envelope.
 List Quadtree.query(Envelope envelope)
          returns a List containing all items whose envelope intersects with the passed one
 List<T> Node.query(Envelope searchEnv, List<T> visitor, int level)
          returns a List containing all items whose envelope intersects with the passed one
 List<T> MemPointNode.query(Envelope searchEnv, List<T> visitor, int level)
          Searches for all items intersecting the search envelope.
 List<T> DBNode.query(Envelope searchEnv, List<T> visitor, int currentLevel)
           
 void DBQuadtreeManager.setRootEnvelope(Envelope envelope)
          before importing a shape a user may set an envelope for the quadtree to bee created that is different from the one of the shape by calling this method.
 boolean Node.update(T item, Envelope newBBox)
          Updates the spatial reference of the given item.
 void DBQuadtree.update(T item, Envelope newBBox)
          updates the envelope of an item
 void MemPointQuadtree.update(T item, Envelope newBBox)
           
 boolean MemPointNode.update(T item, Envelope newBBox)
           
 boolean DBNode.update(T itemKey, Envelope newBBox)
           
 void Quadtree.update(T itemKey, Envelope newBBox)
          updates spacial index of the specified item in the quadtree.
 

Constructors in org.deegree.io.quadtree with parameters of type Envelope
DBNode(String id, Envelope env, DBQuadtree<T> qt, String indexTable, JDBCConnection jdbc, int level, DBQuadtree.SupportedVersions version)
           
MemPointNode(Quadtree owner, Envelope env, int lvl)
          Constructs a new node with the given envelope, object, location and level.
MemPointQuadtree(Envelope region)
          Creates a new instance with the specified region.
MemPointQuadtree(Envelope region, double accuracyX, double accuracyY)
          Creates a new instance with the specified region.
 

Uses of Envelope in org.deegree.io.shpapi
 

Methods in org.deegree.io.shpapi that return Envelope
 Envelope ShapeFile.getFileMBR()
          returns the minimum bounding rectangle of all geometries
within the shape-file
 Envelope ShapeFile.getMBRByRecNo(int recNo)
          returns the minimum bound rectangle of RecNo'th Geometrie
 

Methods in org.deegree.io.shpapi with parameters of type Envelope
 int[] ShapeFile.getGeoNumbersByRect(Envelope r)
          returns a ArrayList that contains all geomeries of the shape file
which mbr's are completly or partly within the rectangle r
only Points, MultiPoints, PolyLines and Polygons are handled
 

Uses of Envelope in org.deegree.io.shpapi.shape_new
 

Constructors in org.deegree.io.shpapi.shape_new with parameters of type Envelope
ShapeEnvelope(Envelope env)
          Construct one from deegree Envelope.
 

Uses of Envelope in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return Envelope
 Envelope AbstractCoverage.getEnvelope()
          The bounding box for the coverage domain in coordinate reference system coordinates.
 Envelope Coverage.getEnvelope()
          The bounding box for the coverage domain in coordinate reference system coordinates.
 

Constructors in org.deegree.model.coverage with parameters of type Envelope
AbstractCoverage(CoverageOffering coverageOffering, Envelope env)
           
AbstractCoverage(CoverageOffering coverageOffering, Envelope env, Coverage[] sources)
           
AbstractCoverage(CoverageOffering coverageOffering, Envelope env, Coverage[] sources, CoordinateSystem crs)
           
 

Uses of Envelope in org.deegree.model.coverage.grid
 

Fields in org.deegree.model.coverage.grid declared as Envelope
protected  Envelope AbstractGridCoverageReader.envelope
           
 

Methods in org.deegree.model.coverage.grid that return Envelope
 Envelope WorldFile.getEnvelope()
          returns the envelope described by a word file.
 Envelope WorldFile.getEnvelope(WorldFile.TYPE envType)
          returns the envelope described by a word file
 Envelope Grid.getGridEnvelope()
          returns the envelope of the grid
 

Methods in org.deegree.model.coverage.grid with parameters of type Envelope
protected  LonLatEnvelope AbstractGridCoverageReader.calcLonLatEnvelope(Envelope env, String sourceCRS)
          transforms the passed Envelope to a LonLatEnvelope If the passed source CRS isn't equal to "EPSG:4326" the Envelope will be transformed to "EPSG:4326" first.
 GridCoverageReader GCReaderAccess.createGridCoverageReader(Object descriptor, CoverageOffering description, Envelope envelope, Format format)
           
 File[] DatabaseIndexAccess.getFiles(DatabaseIndexedGCMetadata dbigcmd, Envelope envelope, CoordinateSystem crs)
           
 GridCoverageReader GridCoverageExchange.getReader(InputStream source, CoverageOffering description, Envelope envelope, Format format)
          This method is a deegree specific enhancement of the GridCoverageExchange class/interface as defined by GeoAPI.
 GridCoverageReader GridCoverageExchange.getReader(Object[] resources, CoverageOffering description, Envelope envelope, Format format)
          This method is a deegree specific enhancement of the GridCoverageExchange class/interface as defined by GeoAPI.
 GridCoverageReader GridCoverageExchange.getReader(Object resource, CoverageOffering description, Envelope envelope, Format format)
          This method is a deegree specific enhancement of the GridCoverageExchange class/interface as defined by GeoAPI.
protected  BufferedImage AbstractGridCoverage.paintImage(BufferedImage targetImg, Envelope targetEnv, BufferedImage sourceImg, Envelope sourceEnv)
           
protected  BufferedImage AbstractGridCoverage.paintImage(BufferedImage targetImg, float[][] data, Envelope targetEnv, BufferedImage sourceImg, Envelope sourceEnv)
          renders a source image onto the correct position of a target image according to threir geographic extends (Envelopes).
 void Grid.setGridEnvelope(Envelope gridEnvelope)
          sets the envelope of the grid
 

Constructors in org.deegree.model.coverage.grid with parameters of type Envelope
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope)
           
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope, boolean isEditable)
           
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope, CoordinateSystem crs, boolean isEditable)
           
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope, Coverage[] sources)
           
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope, Coverage[] sources, boolean isEditable)
           
AbstractGridCoverage(CoverageOffering coverageOffering, Envelope envelope, Coverage[] sources, CoordinateSystem crs, boolean isEditable)
           
AbstractGridCoverageReader(Object source, CoverageOffering description, Envelope envelope, Format format)
           
ByteGridCoverage(CoverageOffering coverageOffering, Envelope envelope, boolean isEditable, byte[][][] data)
           
ByteGridCoverage(CoverageOffering coverageOffering, Envelope envelope, byte[][][] data)
           
ByteGridCoverage(CoverageOffering coverageOffering, Envelope envelope, ByteGridCoverage[] sources)
           
CompoundGridCoverageReader(File[] source, CoverageOffering description, Envelope envelope, Format format)
           
FloatGridCoverage(CoverageOffering coverageOffering, Envelope envelope, boolean isEditable, float[][][] data)
           
FloatGridCoverage(CoverageOffering coverageOffering, Envelope envelope, float[][][] data)
           
FloatGridCoverage(CoverageOffering coverageOffering, Envelope envelope, FloatGridCoverage[] sources)
           
GeoTIFFGridCoverageReader(File source, CoverageOffering description, Envelope envelope, Format format)
           
GeoTIFFGridCoverageReader(InputStream source, CoverageOffering description, Envelope envelope, Format format)
           
Grid(Envelope gridEnvelope, String[] axisNames)
           
ImageGridCoverage(CoverageOffering coverageOffering, Envelope envelope, boolean isEditable, BufferedImage image)
           
ImageGridCoverage(CoverageOffering coverageOffering, Envelope envelope, BufferedImage image)
           
ImageGridCoverage(CoverageOffering coverageOffering, Envelope envelope, CoordinateSystem crs, boolean isEditable, BufferedImage image)
           
ImageGridCoverage(CoverageOffering coverageOffering, Envelope envelope, ImageGridCoverage[] sources)
           
ImageGridCoverageReader(File source, CoverageOffering description, Envelope envelope, Format format)
           
ImageGridCoverageReader(InputStream source, CoverageOffering description, Envelope envelope, Format format)
           
RawDataReader(InputStream source, CoverageOffering description, Envelope envelope, Format format)
           
ShortGridCoverage(CoverageOffering coverageOffering, Envelope envelope, boolean isEditable, short[][][] data)
           
ShortGridCoverage(CoverageOffering coverageOffering, Envelope envelope, short[][][] data)
           
ShortGridCoverage(CoverageOffering coverageOffering, Envelope envelope, ShortGridCoverage[] sources)
           
WorldFile(double resx, double resy, double rotation1, double rotation2, Envelope envelope)
          Create a new WorldFile with an envelope that spans from the center of the corner pixels.
WorldFile(double resx, double resy, double rotation1, double rotation2, Envelope envelope, WorldFile.TYPE type)
          Create a new WorldFile with an envelope.
 

Uses of Envelope in org.deegree.model.coverage.grid.oracle
 

Methods in org.deegree.model.coverage.grid.oracle with parameters of type Envelope
 GridCoverageReader GeoRasterReaderAccess.createGridCoverageReader(Object descriptor, CoverageOffering description, Envelope envelope, Format format)
          Creates a OracleGeoRasterGridCoverageReader instance from the given parameters.
 File[] OracleDatabaseIndexAccess.getFiles(DatabaseIndexedGCMetadata dbigcmd, Envelope envelope, CoordinateSystem crs)
           
 

Constructors in org.deegree.model.coverage.grid.oracle with parameters of type Envelope
OracleGeoRasterGridCoverageReader(GeoRasterDescription grDesc, CoverageOffering description, Envelope envelope, Format format)
           
 

Uses of Envelope in org.deegree.model.coverage.grid.postgres
 

Methods in org.deegree.model.coverage.grid.postgres with parameters of type Envelope
 File[] PGDatabaseIndexAccess.getFiles(DatabaseIndexedGCMetadata dbigcmd, Envelope envelope, CoordinateSystem crs)
           
 

Uses of Envelope in org.deegree.model.crs
 

Methods in org.deegree.model.crs that return Envelope
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 

Methods in org.deegree.model.crs with parameters of type Envelope
 GridCoverage GeoTransformer.transform(AbstractGridCoverage coverage, Envelope targetBBOX, int dstWidth, int dstHeight, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          transforms a GridCoverage into another coordinate reference system.
 BufferedImage GeoTransformer.transform(BufferedImage img, Envelope sourceBBOX, Envelope targetBBOX, int dstWidth, int dstHeight, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          transforms an image into another coordinate reference system.
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 

Uses of Envelope in org.deegree.model.feature
 

Fields in org.deegree.model.feature declared as Envelope
protected  Envelope AbstractFeature.envelope
           
 

Methods in org.deegree.model.feature that return Envelope
 Envelope Feature.getBoundedBy()
          Returns the envelope / bounding box of the feature.
 Envelope AbstractFeature.getBoundedBy()
          Returns the envelope / boundingbox of the feature.
 Envelope DefaultFeatureCollection.getBoundedBy()
           
 Envelope FeatureTupleCollection.getBoundedBy()
           
 

Uses of Envelope in org.deegree.model.filterencoding
 

Methods in org.deegree.model.filterencoding that return Envelope
static Envelope FilterTools.firstBBOX(ComplexFilter filter)
          Traverses the Filter -tree and returns the first BBOX-Operation that is found.
 

Uses of Envelope in org.deegree.model.spatialschema
 

Classes in org.deegree.model.spatialschema that implement Envelope
 class EnvelopeImpl
          a boundingbox as child of a Polygon isn't part of the iso19107 spec but it simplifies the geometry handling ------------------------------------------------------------
 

Fields in org.deegree.model.spatialschema declared as Envelope
protected  Envelope GeometryImpl.envelope
           
 

Methods in org.deegree.model.spatialschema that return Envelope
static Envelope GeometryFactory.createEnvelope(double minx, double miny, double maxx, double maxy, CoordinateSystem crs)
          creates a Envelope object out from two corner coordinates
static Envelope GeometryFactory.createEnvelope(Position min, Position max, CoordinateSystem crs)
          creates a Envelope object out from two corner coordinates
static Envelope GeometryFactory.createEnvelope(String bbox, CoordinateSystem crs)
          creates an Envelope from a comma seperated String; e.g.: 10,34,15,48
 Envelope Envelope.createIntersection(Envelope bb)
          returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope EnvelopeImpl.createIntersection(Envelope bb)
          returns a new Envelope object representing the intersection of this Envelope with the specified Envelope. * Note: If there is no intersection at all Envelope will be null.
 Envelope Envelope.getBuffer(double b)
          creates a new envelope
 Envelope EnvelopeImpl.getBuffer(double b)
           
 Envelope GenericSurface.getEnvelope()
           
 Envelope SurfacePatchImpl.getEnvelope()
           
 Envelope GeometryImpl.getEnvelope()
          returns the bounding box / envelope of a geometry
 Envelope Geometry.getEnvelope()
           
 Envelope Envelope.merge(Envelope envelope)
          merges two Envelops and returns the minimum envelope containing both.
 Envelope EnvelopeImpl.merge(Envelope envelope)
           
 Envelope Envelope.translate(double x, double y)
          translate a envelope in the direction defined by the two passed values and retiurns the resulting envelope
 Envelope EnvelopeImpl.translate(double x, double y)
          translate a envelope in the direction defined by the two passed values and retiurns the resulting envelope
static Envelope GMLGeometryAdapter.wrapBox(Element element)
          Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrapBox(Element,String) instead
static Envelope GMLGeometryAdapter.wrapBox(Element element, String srsName)
          Returns an instance of Envelope created from the passed gml:Box or gml:Envelope element.
 

Methods in org.deegree.model.spatialschema with parameters of type Envelope
 boolean Envelope.contains(Envelope bb)
          returns true if all positions of the submitted bounding box are within this bounding box
 boolean EnvelopeImpl.contains(Envelope bb)
          returns true if all points of the submitted bounding box are within this bounding box
 Envelope Envelope.createIntersection(Envelope bb)
          returns a new Envelope object representing the intersection of this Envelope with the specified Envelope.
 Envelope EnvelopeImpl.createIntersection(Envelope bb)
          returns a new Envelope object representing the intersection of this Envelope with the specified Envelope. * Note: If there is no intersection at all Envelope will be null.
static Surface GeometryFactory.createSurface(Envelope bbox, CoordinateSystem crs)
          Creates a Surface from a Envelope.
 void Envelope.expandToContain(Envelope other)
          ensures that the passed Envepole is contained within this.Envelope
 void EnvelopeImpl.expandToContain(Envelope other)
          ensures that the passed Envepole is contained within this.Envelope
static StringBuffer WKTAdapter.export(Envelope envelope)
          exports an Envelope as a BOX3D WKT string.
static StringBuffer GMLGeometryAdapter.exportAsBox(Envelope envelope)
          creates a GML representation from the passed Envelope.
static StringBuffer GMLGeometryAdapter.exportAsEnvelope(Envelope envelope)
          creates a GML representation from the passed Envelope.
 boolean Envelope.intersects(Envelope bb)
          returns true if this envelope intersects the submitted envelope
 boolean EnvelopeImpl.intersects(Envelope bb)
          returns true if this envelope and the submitted intersects
 Envelope Envelope.merge(Envelope envelope)
          merges two Envelops and returns the minimum envelope containing both.
 Envelope EnvelopeImpl.merge(Envelope envelope)
           
static boolean GMLGeometryAdapter.swap(Envelope env)
           
 

Uses of Envelope in org.deegree.ogcbase
 

Methods in org.deegree.ogcbase that return Envelope
static Envelope GMLDocument.parseEnvelope(Element element)
          creates a Envelope from the passed element.
 

Methods in org.deegree.ogcbase with parameters of type Envelope
protected static void XMLFactory.appendEnvelope(Element xmlNode, Envelope envelope)
          Appends an XML/GML Envelope -element to the passed Element.
 

Uses of Envelope in org.deegree.ogcwebservices
 

Constructors in org.deegree.ogcwebservices with parameters of type Envelope
LonLatEnvelope(Envelope envelope)
           
 

Uses of Envelope in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos with parameters of type Envelope
static Document WFSRequestGenerator.createBBoxWFSRequest(Envelope bbox, QualifiedName featureTypeName, QualifiedName coordPropertyName)
           
 

Uses of Envelope in org.deegree.ogcwebservices.sos.getobservation
 

Methods in org.deegree.ogcwebservices.sos.getobservation that return Envelope
 Envelope GetObservationRequest.getBBox()
           
 

Methods in org.deegree.ogcwebservices.sos.getobservation with parameters of type Envelope
static void GetObservationRequest.create(String id, String version, String[] sensorId, String[] platformId, Object[] time, Envelope boundingBox, Query query, String outputFormat)
           
 

Uses of Envelope in org.deegree.ogcwebservices.sos.om
 

Methods in org.deegree.ogcwebservices.sos.om that return Envelope
 Envelope ObservationArray.getBoundedBy()
           
 

Constructors in org.deegree.ogcwebservices.sos.om with parameters of type Envelope
ObservationArray(Observation[] observations, Envelope boundedBy, String using)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wcs.configuration
 

Methods in org.deegree.ogcwebservices.wcs.configuration that return Envelope
 Envelope File.getEnvelope()
           
 Envelope Directory.getEnvelope()
           
 

Methods in org.deegree.ogcwebservices.wcs.configuration with parameters of type Envelope
 Directory[] DirectoryResolution.getDirectories(Envelope envelope)
          returns the Directories of a Resolution that intersects with the passed Envelope
 void File.setEnvelope(Envelope envelope)
           
 void Directory.setEnvelope(Envelope envelope)
           
 

Constructors in org.deegree.ogcwebservices.wcs.configuration with parameters of type Envelope
Directory(String name, Envelope envelope, CoordinateSystem crs)
           
Directory(String name, Envelope envelope, CoordinateSystem crs, String[] fileExtensions)
           
File(CoordinateSystem crs, String name, Envelope envelope)
           
GridDirectory(String name, Envelope envelope, CoordinateSystem crs, double tileWidth, double tileHeight)
          file extentions will be empty. this will cause that all files in the directory will be recognized
GridDirectory(String name, Envelope envelope, CoordinateSystem crs, String[] fileExtensions, double tileWidth, double tileHeight)
           
GridFile(CoordinateSystem crs, String name, Envelope envelope, int width, int height)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wcs.describecoverage
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage that return Envelope
 Envelope[] SpatialDomain.getEnvelops()
           
 

Methods in org.deegree.ogcwebservices.wcs.describecoverage with parameters of type Envelope
 void SpatialDomain.setEnvelops(Envelope[] envelops)
           
 

Constructors in org.deegree.ogcwebservices.wcs.describecoverage with parameters of type Envelope
SpatialDomain(Envelope[] envelops)
           
SpatialDomain(Envelope[] envelops, Object[] grid)
           
SpatialDomain(Envelope[] envelops, Surface[] surface)
           
SpatialDomain(Envelope[] envelops, Surface[] surface, Object[] grid)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wcs.getcoverage
 

Methods in org.deegree.ogcwebservices.wcs.getcoverage that return Envelope
 Envelope SpatialSubset.getEnvelope()
           
 

Constructors in org.deegree.ogcwebservices.wcs.getcoverage with parameters of type Envelope
SpatialSubset(Envelope envelope, Object grid)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type Envelope
static void XMLFactory.appendWgs84BoundingBox(Element root, Envelope envelope)
          Appends the XML representation of the given Envelope (as an ows:WGS84BoundingBoxType element) to the passed Element.
 

Uses of Envelope in org.deegree.ogcwebservices.wfs.capabilities
 

Methods in org.deegree.ogcwebservices.wfs.capabilities that return Envelope
 Envelope[] WFSFeatureType.getWgs84BoundingBoxes()
           
 

Methods in org.deegree.ogcwebservices.wfs.capabilities with parameters of type Envelope
 void WFSFeatureType.setWgs84BoundingBoxes(Envelope[] wgs84BoundingBoxes)
           
 

Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type Envelope
WFSFeatureType(QualifiedName name, String title, String abstract_, Keywords[] keywords, URI defaultSrs, URI[] otherSrs, Operation[] operations, FormatType[] outputFormats, Envelope[] wgs84BoundingBoxes, MetadataURL[] metadataUrls)
          Creates a new instance of WFSFeatureType from the given parameters.
 

Uses of Envelope in org.deegree.ogcwebservices.wmps
 

Methods in org.deegree.ogcwebservices.wmps with parameters of type Envelope
protected static void XMLFactory.appendLatLonBoundingBox(Element root, Envelope llBox)
          Append lat-lon bounding box.
 

Uses of Envelope in org.deegree.ogcwebservices.wmps.capabilities
 

Methods in org.deegree.ogcwebservices.wmps.capabilities that return Envelope
protected  Envelope WMPSCapabilitiesDocument.parseLatLonBoundingBox(Element llBox)
          Parse Lat Lon Bounding Box
 

Uses of Envelope in org.deegree.ogcwebservices.wmps.operation
 

Methods in org.deegree.ogcwebservices.wmps.operation that return Envelope
 Envelope PrintMap.getBBOX()
          Get bounding box
 

Methods in org.deegree.ogcwebservices.wmps.operation with parameters of type Envelope
static PrintMap PrintMap.create(String id, String version, GetMap.Layer[] layers, String srs, Envelope bbox, Point center, int scaleDenominator, boolean transparent, Color bgColor, String title, String copyright, boolean legend, boolean scaleBar, String note, String template, String emailAddress, Timestamp timestamp, TextArea[] textAreas, Map<String,String> vendorSpecificParameters)
          Returns a new PrintMap instance.
 

Constructors in org.deegree.ogcwebservices.wmps.operation with parameters of type Envelope
PrintMap(String id, String version, GetMap.Layer[] layers, String srs, Envelope boundingBox, Point center, int scaleDenominator, boolean transparent, Color bgColor, String title, String copyright, boolean legend, boolean scaleBar, String note, String template, String emailaddress, Timestamp timestamp, TextArea[] textAreas, Map<String,String> vendorSpecificParameter)
          Create a new PrintMap instance.
 

Uses of Envelope in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms with parameters of type Envelope
protected static void XMLFactory.appendLatLonBoundingBox(Element root, Envelope llBox)
           
protected static void XMLFactory_1_3_0.appendLatLonBoundingBox(Element root, Envelope llBox)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wms.capabilities
 

Classes in org.deegree.ogcwebservices.wms.capabilities that implement Envelope
 class LayerBoundingBox
          Layers may have zero or more elements that are either stated explicitly or inherited from a parent Layer.
 

Methods in org.deegree.ogcwebservices.wms.capabilities that return Envelope
 Envelope Layer.getLatLonBoundingBox()
          Every Layer shall have exactly one <LatLonBoundingBox> element that is either stated explicitly or inherited from a parent Layer.
protected  Envelope WMSCapabilitiesDocument_1_3_0.parseEX_GeographicBoundingBox(Element llBox)
           
protected  Envelope WMSCapabilitiesDocument.parseLatLonBoundingBox(Element llBox)
           
protected  Envelope WMSCapabilitiesDocument_1_0_0.parseLatLonBoundingBox(Element llBox)
           
 

Methods in org.deegree.ogcwebservices.wms.capabilities with parameters of type Envelope
 void Layer.addBoundingBox(Envelope boundingBox)
          adds the <BoundingBox>
 void Layer.setLatLonBoundingBox(Envelope latLonBoundingBox)
          sets the LatLonBoundingBox element that is either stated explicitly or inherited from a parent Layer.
 

Constructors in org.deegree.ogcwebservices.wms.capabilities with parameters of type Envelope
Layer(boolean queryable, int cascaded, boolean opaque, boolean noSubsets, int fixedWidth, int fixedHeight, String name, String title, String abstract_, Envelope latLonBoundingBox, Attribution attribution, ScaleHint scaleHint, String[] keywordList, String[] srs, LayerBoundingBox[] boundingBoxes, Dimension[] dimensions, Extent[] extents, AuthorityURL[] authorityURLs, Identifier[] identifiers, MetadataURL[] metadataURLs, DataURL[] dataURLs, FeatureListURL[] featureListURLs, Style[] styles, Layer[] layers, AbstractDataSource[] dataSource, Layer parent)
          constructor initializing the class with the <Layer>
 

Uses of Envelope in org.deegree.ogcwebservices.wms.operation
 

Methods in org.deegree.ogcwebservices.wms.operation that return Envelope
 Envelope GetMap.getBoundingBox()
          The required BBOX parameter allows a Client to request a particular Bounding Box.
 

Methods in org.deegree.ogcwebservices.wms.operation with parameters of type Envelope
static GetMap GetMap.create(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          creates a WTSGetViewRequest from a set of parameters and builds up the complete SLD.
 void GetMap.setBoundingBox(Envelope boundingBox)
           
 

Constructors in org.deegree.ogcwebservices.wms.operation with parameters of type Envelope
GetMap(String version, String id, GetMap.Layer[] ls, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bgColor, String exceptions, URL sld_url, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter, DimensionValues dimTime, DimensionValues dimElev)
           
GetMap(String version, String id, GetMap.Layer[] layers, Values elevation, Map<String,Values> sampleDimension, String format, int width, int height, String srs, Envelope boundingBox, boolean transparency, Color bGColor, String exceptions, Values time, URL sldURL, StyledLayerDescriptor sld, Map<String,String> vendorSpecificParameter)
          Creates a new GetMapRequest object.
 

Uses of Envelope in org.deegree.ogcwebservices.wps.execute
 

Methods in org.deegree.ogcwebservices.wps.execute that return Envelope
 Envelope IOValue.getBoundingBoxValue()
           
 

Methods in org.deegree.ogcwebservices.wps.execute with parameters of type Envelope
 void IOValue.setBoundingBoxValue(Envelope value)
           
 

Constructors in org.deegree.ogcwebservices.wps.execute with parameters of type Envelope
IOValue(Code identifier, String title, String _abstract, Envelope boundingBoxValue, ComplexValue complexValue, IOValue.ComplexValueReference complexValueReference, TypedLiteral literalValue)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wpvs.capabilities
 

Methods in org.deegree.ogcwebservices.wpvs.capabilities that return Envelope
 Envelope[] Dataset.getBoundingBoxes()
           
protected  Envelope[] WPVSCapabilitiesDocument.getBoundingBoxes(Element element, CoordinateSystem defaultCoordinateSystem)
          Gets an array of boundingBoxes from the given Element.
 Envelope Dataset.getWgs84BoundingBox()
           
protected  Envelope WPVSCapabilitiesDocument.parseBoundingBox(Element element, CoordinateSystem defaultCoordinateSystem)
          Usable with any BoundingBox.
 

Constructors in org.deegree.ogcwebservices.wpvs.capabilities with parameters of type Envelope
Dataset(boolean queryable, boolean opaque, boolean noSubset, int fixedWidth, int fixedHeight, String name, String title, String abstract_, Keywords[] keywords, List<CoordinateSystem> crsList, String[] mimeTypeFormat, Envelope wgs84BoundingBox, Envelope[] boundingBoxes, Dimension[] dimensions, DataProvider dataProvider, Identifier identifier, MetaData[] metadata, DatasetReference[] datasetReferences, FeatureListReference[] featureListReferences, Style[] styles, double minScaleDenominator, double maxScaleDenominator, Dataset[] datasets, ElevationModel elevationModel, AbstractDataSource[] dataSources, Dataset parent)
          Creates a new dataset object from the given parameters.
Dataset(boolean queryable, boolean opaque, boolean noSubset, int fixedWidth, int fixedHeight, String name, String title, String abstract_, Keywords[] keywords, List<CoordinateSystem> crsList, String[] mimeTypeFormat, Envelope wgs84BoundingBox, Envelope[] boundingBoxes, Dimension[] dimensions, DataProvider dataProvider, Identifier identifier, MetaData[] metadata, DatasetReference[] datasetReferences, FeatureListReference[] featureListReferences, Style[] styles, double minScaleDenominator, double maxScaleDenominator, Dataset[] datasets, ElevationModel elevationModel, AbstractDataSource[] dataSources, Dataset parent)
          Creates a new dataset object from the given parameters.
 

Uses of Envelope in org.deegree.ogcwebservices.wpvs.j3d
 

Methods in org.deegree.ogcwebservices.wpvs.j3d that return Envelope
 Envelope TriangleTerrain.getBoundingBox()
           
 

Constructors in org.deegree.ogcwebservices.wpvs.j3d with parameters of type Envelope
TriangleTerrain(List<javax.vecmath.Point3d> measurePoints, Envelope env, double minimalHeightlevel, double scale)
           
 

Uses of Envelope in org.deegree.ogcwebservices.wpvs.operation
 

Methods in org.deegree.ogcwebservices.wpvs.operation that return Envelope
 Envelope GetView.getBoundingBox()
           
 

Uses of Envelope in org.deegree.ogcwebservices.wpvs.utils
 

Methods in org.deegree.ogcwebservices.wpvs.utils with parameters of type Envelope
 ArrayList<ResolutionStripe> StripeFactory.createBBoxResolutionStripe(Envelope bbox, int imageWidth, double minimalHeight, double scale)
           
 

Uses of Envelope in org.deegree.owscommon
 

Methods in org.deegree.owscommon that return Envelope
protected  Envelope OWSCommonCapabilitiesDocument.getWGS84BoundingBoxType(Element element)
          Creates an Envelope object from the given element of type ows:WGS84BoundingBoxType.
 

Uses of Envelope in org.deegree.portal.context
 

Methods in org.deegree.portal.context with parameters of type Envelope
 void General.setBoundingBox(Envelope boundingBox)
          BoundingBox formatted as defined in the WMS 1.1.1 Specification.
 ViewContext DefaultMapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 ViewContext MapModelAccess.setMapBoundingBox(Envelope boundingBox)
          sets the bounding box a map/VieContext
 

Uses of Envelope in org.deegree.portal.portlet.modules.actions
 

Methods in org.deegree.portal.portlet.modules.actions with parameters of type Envelope
 void IGeoPortalPortletPerform.setBoundingBox(Envelope env)
          sets a new bounding box of the map read from the the request object passed when initialized an instance of MapWindowPortletPerfom
 

Uses of Envelope in org.deegree.portal.portlet.portlets
 

Methods in org.deegree.portal.portlet.portlets that return Envelope
 Envelope WebMapPortlet.getHome()
          returns the home boundingbox of the context assigned to this portlet
 

Methods in org.deegree.portal.portlet.portlets with parameters of type Envelope
 void WebMapPortlet.setHome(Envelope home)
          sets the home boundingbox of the context assigned to this portlet
 

Uses of Envelope in org.deegree.portal.standard.context.control
 

Methods in org.deegree.portal.standard.context.control that return Envelope
protected  Envelope AbstractContextListener.extractBBox(RPCStruct bboxStruct)
          Deprecated. use extractBBox( RPCStruct, CoordinateSystem ) instead.
protected  Envelope DownloadListener.extractBBox(RPCStruct bboxStruct)
          Convenience method to extract the boundig box from an rpc fragment.
protected  Envelope AbstractContextListener.extractBBox(RPCStruct bboxStruct, CoordinateSystem crs)
          Convenience method to extract the boundig box from an rpc fragment.
 Envelope DownloadListener.FeatureTemplate.getEnvelope()
           
 

Methods in org.deegree.portal.standard.context.control with parameters of type Envelope
static void AbstractContextListener.changeBBox(ViewContext vc, Envelope bbox)
          changes the bounding box of a given view context
protected  ViewContext NormalScreenListener.createNormalScreenContext(ViewContext vc, Envelope newbBox)
          This Method adapt the normal size screen context with the new changes applied in the full screen view, ex.
protected  XMLFragment ContextSwitchListener.getContext(String context, Envelope bbox, String sessionID)
          returns the context to be used as a String
 

Constructors in org.deegree.portal.standard.context.control with parameters of type Envelope
DownloadListener.FeatureTemplate(String id, String title, Envelope bbox, String serviceURL)
           
 

Uses of Envelope in org.deegree.portal.standard.csw.configuration
 

Methods in org.deegree.portal.standard.csw.configuration that return Envelope
 Envelope CSWClientConfiguration.getRootBoundingBox()
           
 

Uses of Envelope in org.deegree.portal.standard.csw.control
 

Fields in org.deegree.portal.standard.csw.control declared as Envelope
protected  Envelope DetailedSearchListener.bbox
           
 

Uses of Envelope in org.deegree.portal.standard.csw.model
 

Methods in org.deegree.portal.standard.csw.model that return Envelope
 Envelope DataSessionRecord.getBoundingBox()
           
 

Methods in org.deegree.portal.standard.csw.model with parameters of type Envelope
 void DataSessionRecord.setBoundingBox(Envelope bbox)
           
 

Constructors in org.deegree.portal.standard.csw.model with parameters of type Envelope
DataSessionRecord(String identifier, String catalogName, String title, ServiceSessionRecord[] services, Envelope bbox)
           
 

Uses of Envelope in org.deegree.portal.standard.wms.control
 

Methods in org.deegree.portal.standard.wms.control that return Envelope
protected  Envelope SimplePrintListener.extractBBox(RPCStruct bboxStruct, CoordinateSystem crs)
          Convenience method to extract the boundig box from an rpc fragment.
 

Methods in org.deegree.portal.standard.wms.control with parameters of type Envelope
static void SimplePrintListener.changeBBox(ViewContext vc, Envelope bbox)
          changes the bounding box of a given view context
 

Uses of Envelope in org.deegree.tools.raster
 

Methods in org.deegree.tools.raster that return Envelope
 Envelope Tile.getTileEnvelope()
           
 

Methods in org.deegree.tools.raster with parameters of type Envelope
 void RasterTreeBuilder.init(Envelope env, double resolution)
           
 void RasterTreeBuilder.setEnvelope(Envelope bbox)
          sets the bounding box used for tiling
 void Tile.setTileEnvelope(Envelope tileEnvelope)
           
 

Constructors in org.deegree.tools.raster with parameters of type Envelope
Tile(Envelope env, String postfix)
           
 

Uses of Envelope in org.deegree.tools.wms
 

Fields in org.deegree.tools.wms declared as Envelope
(package private)  Envelope Paver.Config.bbox
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org