Uses of Interface
org.deegree.geometry.Envelope

Packages that use Envelope
org.deegree.coverage   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.container   
org.deegree.coverage.raster.geom   
org.deegree.coverage.raster.io.grid   
org.deegree.coverage.raster.utils   
org.deegree.feature   
org.deegree.feature.persistence   
org.deegree.feature.persistence.memory   
org.deegree.feature.persistence.postgis   
org.deegree.feature.persistence.query   
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.simplesql   
org.deegree.filter.spatial   
org.deegree.geometry   
org.deegree.geometry.io   
org.deegree.geometry.standard   
org.deegree.geometry.standard.multi   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.utils   
org.deegree.gml.feature   
org.deegree.gml.geometry   
org.deegree.gml.geometry.refs   
org.deegree.metadata   
org.deegree.observation.model   
org.deegree.protocol.ows   
org.deegree.protocol.sos.filter   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.lockfeature   
org.deegree.protocol.wms   
org.deegree.protocol.wms.client   
org.deegree.protocol.wms.raster   
org.deegree.rendering.r2d   
org.deegree.rendering.r3d.model   
org.deegree.rendering.r3d.model.geometry   
org.deegree.rendering.r3d.opengl.display   
org.deegree.rendering.r3d.opengl.rendering.dem.texturing   
org.deegree.rendering.r3d.opengl.rendering.model.geometry   
org.deegree.rendering.r3d.opengl.rendering.model.manager   
org.deegree.rendering.r3d.opengl.rendering.model.prototype   
 

Uses of Envelope in org.deegree.coverage
 

Methods in org.deegree.coverage that return Envelope
 Envelope Coverage.getEnvelope()
          Returns the (spatial) domain of this coverage.
 Envelope AbstractCoverage.getEnvelope()
           
 

Methods in org.deegree.coverage with parameters of type Envelope
protected  void AbstractCoverage.extendEnvelope(Envelope envelope)
          Extend the envelope of the coverage.
 AbstractRaster Coverage.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
          Get a rasterized extent of this coverage by applying the given sample resolution to the given spatial extent of the coverage and applying the given interpolation if needed.
protected  void AbstractCoverage.setEnvelope(Envelope envelope)
           
 

Constructors in org.deegree.coverage with parameters of type Envelope
AbstractCoverage(Envelope envelope)
          Instantiate an AbstractCoverage with given envelope.
AbstractCoverage(Envelope envelope, SupplementProperties supplementProperties)
          Instantiate an AbstractCoverage with given envelope, rangeset and SupplementProperties.
 

Uses of Envelope in org.deegree.coverage.raster
 

Methods in org.deegree.coverage.raster that return Envelope
 Envelope TiledRaster.getEnvelope()
           
 Envelope MultiResolutionRaster.getEnvelope()
           
 

Methods in org.deegree.coverage.raster with parameters of type Envelope
protected  void AbstractRaster.checkBounds(Envelope envelope)
          Checks if the coverage contains the envelope.
 SimpleRaster SimpleRaster.createCompatibleSimpleRaster(RasterGeoReference rEnv, Envelope env)
          Creates a new empty SimpleRaster with same DataType and InterleaveType.
 RasterGeoReference SampleResolution.createGeoReference(RasterGeoReference.OriginLocation location, Envelope envelope)
          Create a raster reference for the given envelope from this resolution.
 AbstractRaster MultiResolutionRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 AbstractRaster AbstractRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 TiledRaster TiledRaster.getSubRaster(Envelope env)
           
 SimpleRaster SimpleRaster.getSubRaster(Envelope envelope)
           
 MultiRangedRaster MultiRangedRaster.getSubRaster(Envelope env)
           
abstract  AbstractRaster AbstractRaster.getSubRaster(Envelope subsetEnv)
          Returns a subset of the raster, note this is a view on the given raster.
 TiledRaster TiledRaster.getSubRaster(Envelope env, BandType[] bands)
           
 SimpleRaster SimpleRaster.getSubRaster(Envelope envelope, BandType[] bands)
           
 MultiRangedRaster MultiRangedRaster.getSubRaster(Envelope env, BandType[] bands)
           
abstract  AbstractRaster AbstractRaster.getSubRaster(Envelope subsetEnv, BandType[] bands)
          Returns a subset of the raster, note this is a view on the given raster.
 TiledRaster TiledRaster.getSubRaster(Envelope env, BandType[] bands, RasterGeoReference.OriginLocation targetLocation)
          Get a subraster which has it's origin location at the given location.
 SimpleRaster SimpleRaster.getSubRaster(Envelope envelope, BandType[] bands, RasterGeoReference.OriginLocation targetLocation)
           
 MultiRangedRaster MultiRangedRaster.getSubRaster(Envelope env, BandType[] bands, RasterGeoReference.OriginLocation targetLocation)
           
abstract  AbstractRaster AbstractRaster.getSubRaster(Envelope subsetEnv, BandType[] bands, RasterGeoReference.OriginLocation targetOrigin)
          Returns a subset of the raster, note this is a view on the given raster.
 AbstractRaster MultiResolutionRaster.getSubset(Envelope envelope, double resolution)
          Returns a subset of the raster for a given resolution.
 void TiledRaster.setSubRaster(Envelope envelope, AbstractRaster source)
           
 void SimpleRaster.setSubRaster(Envelope env, AbstractRaster source)
           
 void MultiRangedRaster.setSubRaster(Envelope env, AbstractRaster source)
           
abstract  void AbstractRaster.setSubRaster(Envelope env, AbstractRaster source)
          Sets the raster with data from source.
 void TiledRaster.setSubRaster(Envelope env, int dstBand, AbstractRaster source)
           
 void SimpleRaster.setSubRaster(Envelope env, int dstBand, AbstractRaster source)
           
 void MultiRangedRaster.setSubRaster(Envelope env, int dstBand, AbstractRaster source)
           
abstract  void AbstractRaster.setSubRaster(Envelope env, int dstBand, AbstractRaster source)
          Sets a single band with data from source.
 AbstractRaster RasterTransformer.transform(AbstractRaster sourceRaster, Envelope dstEnvelope, int dstWidth, int dstHeight, InterpolationType interpolationType)
          Creates a transformed raster from a given source raster.
 

Constructors in org.deegree.coverage.raster with parameters of type Envelope
AbstractRaster(Envelope envelope)
          Instantiate an AbstractRaster with given envelope.
AbstractRaster(Envelope envelope, RasterGeoReference rasterReference)
          Instantiate an AbstractRaster with given envelope and raster envelope.
SimpleRaster(Envelope envelope, RasterGeoReference rasterReference)
          Create a SimpleRaster with no raster data but with an envelope and raster envelope.
SimpleRaster(RasterData raster, Envelope envelope, RasterGeoReference rasterReference)
          Creates a new SimpleRaster with given RasterData and Envelope
 

Uses of Envelope in org.deegree.coverage.raster.container
 

Methods in org.deegree.coverage.raster.container that return Envelope
 Envelope GriddedTileContainer.getEnvelope()
           
 Envelope IndexedMemoryTileContainer.getEnvelope()
           
 Envelope TileContainer.getEnvelope()
          Returns the envelope of all tiles in this container.
 Envelope MemoryTileContainer.getEnvelope()
           
 Envelope DiskBasedTileContainer.getEnvelope()
           
protected  Envelope GriddedTileContainer.getTileEnvelope(int rowId, int columnId)
          Calculates the envelope for a tile at a given position in the grid.
 

Methods in org.deegree.coverage.raster.container with parameters of type Envelope
 java.util.List<AbstractRaster> GriddedTileContainer.getTiles(Envelope env)
           
 java.util.List<AbstractRaster> IndexedMemoryTileContainer.getTiles(Envelope env)
           
 java.util.List<AbstractRaster> TileContainer.getTiles(Envelope env)
          Returns all tiles that intersects the envelope.
 java.util.List<AbstractRaster> MemoryTileContainer.getTiles(Envelope env)
           
 java.util.List<AbstractRaster> DiskBasedTileContainer.getTiles(Envelope env)
           
 

Constructors in org.deegree.coverage.raster.container with parameters of type Envelope
GriddedMemoryTileContainer(RasterGeoReference.OriginLocation location, Envelope envelope, int rows, int columns, int tileSamplesX, int tileSamplesY, AbstractRaster[] cells)
          The memory based gridded tile container.
GriddedTileContainer(RasterGeoReference.OriginLocation location, Envelope envelope, int rows, int columns, int tileSamplesX, int tileSamplesY)
          Creates a new GriddedTileContainer instances.
IndexedMemoryTileContainer(Envelope domain, RasterGeoReference rasterReference, int objectsInLeaf)
          Uses a QTree as a spatial index.
MemoryTileContainer(RasterGeoReference geoRasterRef, Envelope envelope)
          Creates a MemoryTileContainer with no tiles.
MemoryTileContainer(RasterGeoReference geoRasterRef, Envelope envelope, RasterDataInfo rasterDataInfo)
           
 

Uses of Envelope in org.deegree.coverage.raster.geom
 

Methods in org.deegree.coverage.raster.geom that return Envelope
 Envelope RasterGeoReference.getEnvelope(int width, int height, CRS crs)
          Returns an Envelope for a raster with given size.
 Envelope RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation, int width, int height, CRS crs)
          Returns an Envelope for a raster with given size.
 Envelope RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation, RasterRect rasterRect, CRS crs)
          Returns an Envelope for a raster with given size and given x,y raster location.
 Envelope RasterGeoReference.getEnvelope(RasterRect rasterRect, CRS crs)
          Returns an Envelope for a raster with given size and given x,y raster location.
 Envelope RasterGeoReference.relocateEnvelope(RasterGeoReference.OriginLocation targetLocation, Envelope envelope)
          Relocates the given minimum and maximum points of the given envelope to the target origin location definition.
 

Methods in org.deegree.coverage.raster.geom with parameters of type Envelope
 RasterRect RasterGeoReference.convertEnvelopeToRasterCRS(Envelope envelope)
          Converts an envelope in world coordinates to raster coordinates, note the envelope in world coordinates is defined over min/max (lower left/upper right), whereas a RasterRect is defined as min(upperleft) with a width and height.
static RasterGeoReference RasterGeoReference.create(RasterGeoReference.OriginLocation location, Envelope envelope, double resolution0, double resolution1)
          Create a raster reference which has it's origin at the min[0] and max[1] of the given Envelope.
static RasterGeoReference RasterGeoReference.create(RasterGeoReference.OriginLocation location, Envelope envelope, int width, int height)
          Create a raster reference which has it's origin at the min[0] and max[1] of the given Envelope.
 RasterGeoReference RasterGeoReference.createRelocatedReference(Envelope envelope)
          Returns new RasterGeoReference with the origin set to the min[0],max[1] of the envelope but other values are taken from this instance.
 RasterGeoReference RasterGeoReference.createRelocatedReference(RasterGeoReference.OriginLocation targetLocation, Envelope envelope)
          Returns new RasterGeoReference with the origin set to the min[0],max[1] of the envelope and the OriginLocation to the given one.
 int[] RasterGeoReference.getSize(Envelope env)
          Returns the size in pixel of a raster that extends within given Envelope.
 Envelope RasterGeoReference.relocateEnvelope(RasterGeoReference.OriginLocation targetLocation, Envelope envelope)
          Relocates the given minimum and maximum points of the given envelope to the target origin location definition.
 

Uses of Envelope in org.deegree.coverage.raster.io.grid
 

Fields in org.deegree.coverage.raster.io.grid declared as Envelope
protected  Envelope GridMetaInfoFile.envelope
           
 

Methods in org.deegree.coverage.raster.io.grid that return Envelope
 Envelope GridReader.getEnvelope()
           
 Envelope GridMetaInfoFile.getEnvelope(RasterGeoReference.OriginLocation location)
           
protected  Envelope GridReader.getTileEnvelope(int column, int row)
          Calculates the envelope for a tile at a given position in the grid.
protected  Envelope GridWriter.getTileEnvelope(int column, int row)
          Calculates the envelope for a tile at a given position in the grid.
 

Methods in org.deegree.coverage.raster.io.grid with parameters of type Envelope
 void GridMetaInfoFile.setEnvelope(Envelope envelope)
          Set the envelope
 

Constructors in org.deegree.coverage.raster.io.grid with parameters of type Envelope
GridWriter(int targetColumns, int targetRows, Envelope rasterEnvelope, RasterGeoReference geoRef, java.io.File gridFile, RasterDataInfo dataInfo)
          Create a gridfile writer with the given parameters.
 

Uses of Envelope in org.deegree.coverage.raster.utils
 

Fields in org.deegree.coverage.raster.utils declared as Envelope
 Envelope RasterBuilder.QTreeInfo.envelope
           
 

Methods in org.deegree.coverage.raster.utils with parameters of type Envelope
static SimpleRaster RasterFactory.createEmptyRaster(RasterDataInfo rdi, Envelope worldEnvelope, RasterGeoReference rasterGeoReference)
          Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...).
static SimpleRaster RasterFactory.createEmptyRaster(RasterDataInfo rdi, Envelope worldEnvelope, RasterGeoReference rasterGeoReference, RasterReader reader, boolean addToCache, RasterIOOptions options)
          Creates a new Raster data object from the given world envelope, a raster reference and the data info object (holding information about type, size etc...).
static AbstractRaster RasterFactory.createRasterFromImage(java.awt.image.RenderedImage image, Envelope envelope, RasterGeoReference.OriginLocation originLocation)
          Creates a simple raster from a given BufferedImage and sets the geo reference to the given envelope.
static AbstractRaster RasterFactory.createRasterFromImage(java.awt.image.RenderedImage image, Envelope envelope, RasterGeoReference.OriginLocation originLocation, RasterIOOptions options)
          Creates a simple raster from a given BufferedImage and sets the geo reference to the given envelope.
 

Constructors in org.deegree.coverage.raster.utils with parameters of type Envelope
RasterBuilder.QTreeInfo(Envelope envelope, RasterGeoReference rasterGeoReference, int numberOfObjects)
           
 

Uses of Envelope in org.deegree.feature
 

Methods in org.deegree.feature that return Envelope
protected  Envelope AbstractFeature.calcEnvelope()
          Helper method for calculating the envelope of a feature.
protected  Envelope AbstractFeatureCollection.calcEnvelope()
           
 Envelope AbstractFeature.getEnvelope()
           
 Envelope Feature.getEnvelope()
          Returns the envelope of the feature.
 Envelope AbstractFeatureCollection.getEnvelope()
           
 

Uses of Envelope in org.deegree.feature.persistence
 

Methods in org.deegree.feature.persistence that return Envelope
 Envelope FeatureStore.getEnvelope(javax.xml.namespace.QName ftName)
          Returns the envelope for all stored features of the given type.
 

Uses of Envelope in org.deegree.feature.persistence.memory
 

Methods in org.deegree.feature.persistence.memory that return Envelope
 Envelope MemoryFeatureStore.getEnvelope(javax.xml.namespace.QName ftName)
           
 

Uses of Envelope in org.deegree.feature.persistence.postgis
 

Methods in org.deegree.feature.persistence.postgis that return Envelope
 Envelope PostGISFeatureStore.getEnvelope(javax.xml.namespace.QName ftName)
           
 

Uses of Envelope in org.deegree.feature.persistence.query
 

Methods in org.deegree.feature.persistence.query that return Envelope
 Envelope Query.getPrefilterBBox()
          Returns an Envelope suitable for performing a spatial pre-filtering step on the set of feature candidates.
 

Constructors in org.deegree.feature.persistence.query with parameters of type Envelope
Query(javax.xml.namespace.QName ftName, Envelope looseBbox, Filter filter, int scale, int maxFeatures, double resolution)
          Creates a new Query instance.
 

Uses of Envelope in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return Envelope
 Envelope SHPReader.getEnvelope()
           
 Envelope ShapeFeatureStore.getEnvelope(javax.xml.namespace.QName ftName)
           
 

Methods in org.deegree.feature.persistence.shape with parameters of type Envelope
 java.util.LinkedList<Pair<java.lang.Integer,Geometry>> SHPReader.query(Envelope bbox, boolean withGeometry, boolean exact)
           
 java.util.List<Pair<java.lang.Integer,java.lang.Long>> SHPReader.query(Envelope bbox, java.util.HashSet<java.lang.Integer> ids)
           
 

Uses of Envelope in org.deegree.feature.persistence.simplesql
 

Methods in org.deegree.feature.persistence.simplesql that return Envelope
 Envelope SimpleSQLFeatureStore.getEnvelope(javax.xml.namespace.QName ftName)
           
 

Uses of Envelope in org.deegree.filter.spatial
 

Methods in org.deegree.filter.spatial that return Envelope
 Envelope BBOX.getBoundingBox()
          Returns the envelope which is tested for intersection.
 

Constructors in org.deegree.filter.spatial with parameters of type Envelope
BBOX(Envelope bbox)
          Creates a new BBOX instance which uses the default geometry property and the specified bounding box.
BBOX(PropertyName propName, Envelope bbox)
          Creates a new BBOX instance which uses the specified geometry property and bounding box.
 

Uses of Envelope in org.deegree.geometry
 

Methods in org.deegree.geometry that return Envelope
 Envelope SimpleGeometryFactory.createEnvelope(double[] min, double[] max, CRS crs)
          Creates an Envelope.
 Envelope SimpleGeometryFactory.createEnvelope(double minx, double miny, double maxx, double maxy, CRS crs)
          Creates an Envelope in 2D space.
 Envelope SimpleGeometryFactory.createEnvelope(java.util.List<java.lang.Double> lowerCorner, java.util.List<java.lang.Double> upperCorner, CRS crs)
          Create an Envelope from a list of Doubles.
static Envelope GeometryTransformer.createValidDomain(CoordinateSystem sourceCRS)
          Creates an envelope in the given CRS of the Area of Use (defined in WGS84) of the given Coordinate System.
 Envelope Geometry.getEnvelope()
          Returns the minimal bounding box of the geometry.
 Envelope Envelope.merge(Envelope other)
          Merges this envelope with another envelope into a new one.
 

Methods in org.deegree.geometry with parameters of type Envelope
 Envelope Envelope.merge(Envelope other)
          Merges this envelope with another envelope into a new one.
 

Uses of Envelope in org.deegree.geometry.io
 

Methods in org.deegree.geometry.io with parameters of type Envelope
 void WKTWriter.writeEnvelope(Envelope envelope, java.io.Writer writer)
          TODO also for 3D
 

Uses of Envelope in org.deegree.geometry.standard
 

Classes in org.deegree.geometry.standard that implement Envelope
 class DefaultEnvelope
          Default implementation of Envelope.
 

Fields in org.deegree.geometry.standard declared as Envelope
protected  Envelope AbstractDefaultGeometry.env
           
 

Methods in org.deegree.geometry.standard that return Envelope
 Envelope DefaultEnvelope.getEnvelope()
           
 Envelope AbstractDefaultGeometry.getEnvelope()
           
 Envelope DefaultEnvelope.merge(Envelope other)
           
 

Methods in org.deegree.geometry.standard with parameters of type Envelope
 Envelope DefaultEnvelope.merge(Envelope other)
           
 

Uses of Envelope in org.deegree.geometry.standard.multi
 

Methods in org.deegree.geometry.standard.multi that return Envelope
 Envelope DefaultMultiGeometry.getEnvelope()
           
 

Uses of Envelope in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return Envelope
 Envelope DefaultOrientableCurve.getEnvelope()
           
 Envelope DefaultSolid.getEnvelope()
           
 Envelope DefaultPoint.getEnvelope()
           
 Envelope DefaultOrientableSurface.getEnvelope()
           
 

Uses of Envelope in org.deegree.geometry.utils
 

Methods in org.deegree.geometry.utils that return Envelope
static Envelope GeometryUtils.createConvertedEnvelope(Envelope sourceEnvelope, CRS targetCRS)
          Converts the given Envelope into an envelope with the given coordinate system.
static Envelope GeometryUtils.createEnvelope(float[] env, CRS crs)
           
 

Methods in org.deegree.geometry.utils with parameters of type Envelope
static Envelope GeometryUtils.createConvertedEnvelope(Envelope sourceEnvelope, CRS targetCRS)
          Converts the given Envelope into an envelope with the given coordinate system.
static float[] GeometryUtils.createEnvelope(Envelope validDomain)
          Creates float array out of an envelope (Geometry).
static Polygon GeometryUtils.envelopeToPolygon(Envelope env)
           
 

Uses of Envelope in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature that return Envelope
 Envelope StandardGMLFeatureProps.getBoundedBy()
          Returns the boundedBy property value.
 Envelope FeatureReference.getEnvelope()
           
 

Methods in org.deegree.gml.feature with parameters of type Envelope
 void StandardGMLFeatureProps.setBoundedBy(Envelope boundedBy)
          Sets the value for the boundedBy property.
 

Constructors in org.deegree.gml.feature with parameters of type Envelope
StandardGMLFeatureProps(TypedObjectNode[] metadata, StringOrRef description, CodeType identifier, CodeType[] names, Envelope boundedBy)
          Creates a new StandardGMLFeatureProps instance.
 

Uses of Envelope in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry that return Envelope
 Envelope GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream)
          Returns the object representation of a gml:Envelope element.
 Envelope GML2GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream)
           
 Envelope GML3GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
          Returns the object representation of a gml:Envelope element.
 Envelope GML2GeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 Envelope GMLGeometryReader.parseEnvelope(XMLStreamReaderWrapper xmlStream, CRS defaultCRS)
           
 

Methods in org.deegree.gml.geometry with parameters of type Envelope
 void GML2GeometryWriter.exportEnvelope(Envelope envelope)
           
 void GML3GeometryWriter.exportEnvelope(Envelope envelope)
          Exporting an Envelope via the XMLStreamWriter given when the class was constructed
 void GMLGeometryWriter.exportEnvelope(Envelope envelope)
           
 

Uses of Envelope in org.deegree.gml.geometry.refs
 

Methods in org.deegree.gml.geometry.refs that return Envelope
 Envelope GeometryReference.getEnvelope()
           
 

Uses of Envelope in org.deegree.metadata
 

Methods in org.deegree.metadata that return Envelope
 Envelope[] DCRecord.getBoundingBox()
           
 Envelope[] MetadataRecord.getBoundingBox()
           
 Envelope[] ISORecord.getBoundingBox()
           
 

Uses of Envelope in org.deegree.observation.model
 

Methods in org.deegree.observation.model that return Envelope
 Envelope Offering.getBBOX()
           
 

Uses of Envelope in org.deegree.protocol.ows
 

Methods in org.deegree.protocol.ows that return Envelope
 Envelope OWSCommonXMLAdapter.parseBoundingBoxType(org.apache.axiom.om.OMElement boundingBoxDataElement, CRS defaultCRS)
          Parses the given element of type ows:BoundingBoxType.
 

Methods in org.deegree.protocol.ows with parameters of type Envelope
static void OWSCommonXMLAdapter.exportBoundingBoxType(javax.xml.stream.XMLStreamWriter writer, Envelope bbox)
          Exports an Envelope as a ows:BoundingBoxType.
 

Uses of Envelope in org.deegree.protocol.sos.filter
 

Methods in org.deegree.protocol.sos.filter that return Envelope
 Envelope SpatialBBOXFilter.getBBOX()
           
 

Constructors in org.deegree.protocol.sos.filter with parameters of type Envelope
SpatialBBOXFilter(Envelope bbox)
           
 

Uses of Envelope in org.deegree.protocol.wfs.getfeature
 

Methods in org.deegree.protocol.wfs.getfeature that return Envelope
 Envelope BBoxQuery.getBBox()
          Returns the bounding box constraint.
 

Constructors in org.deegree.protocol.wfs.getfeature with parameters of type Envelope
BBoxQuery(java.lang.String handle, TypeName[] typeNames, java.lang.String featureVersion, CRS srsName, PropertyName[][] propertyNames, XLinkPropertyName[][] xLinkPropertyNames, SortProperty[] sortBy, Envelope bbox)
          Creates a new BBoxQuery instance.
 

Uses of Envelope in org.deegree.protocol.wfs.lockfeature
 

Methods in org.deegree.protocol.wfs.lockfeature that return Envelope
 Envelope BBoxLock.getBBox()
           
 

Constructors in org.deegree.protocol.wfs.lockfeature with parameters of type Envelope
BBoxLock(Envelope bbox, TypeName[] typeNames)
           
 

Uses of Envelope in org.deegree.protocol.wms
 

Methods in org.deegree.protocol.wms with parameters of type Envelope
static double Utils.calcResolution(Envelope env, int width, int height)
           
static double Utils.calcScaleWMS111(int mapWidth, int mapHeight, Envelope bbox, CoordinateSystem crs)
           
static double Utils.calcScaleWMS130(int mapWidth, int mapHeight, Envelope bbox, CoordinateSystem crs)
           
 

Uses of Envelope in org.deegree.protocol.wms.client
 

Methods in org.deegree.protocol.wms.client that return Envelope
 Envelope WMSClient111.getBoundingBox(java.lang.String srs, java.util.List<java.lang.String> layers)
           
 Envelope WMSClient111.getBoundingBox(java.lang.String srs, java.lang.String layer)
           
 Envelope WMSClient111.getLatLonBoundingBox(java.util.List<java.lang.String> layers)
           
 Envelope WMSClient111.getLatLonBoundingBox(java.lang.String layer)
           
 

Methods in org.deegree.protocol.wms.client with parameters of type Envelope
 Pair<java.awt.image.BufferedImage,java.lang.String> WMSClient111.getMap(java.util.List<java.lang.String> layers, int width, int height, Envelope bbox, CRS srs, java.lang.String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, java.util.List<java.lang.String> validationErrors)
           
 Pair<SimpleRaster,java.lang.String> WMSClient111.getMapAsSimpleRaster(java.util.List<java.lang.String> layers, int width, int height, Envelope bbox, CRS srs, java.lang.String format, boolean transparent, boolean errorsInImage, int timeout, boolean validate, java.util.List<java.lang.String> validationErrors)
           
 

Uses of Envelope in org.deegree.protocol.wms.raster
 

Methods in org.deegree.protocol.wms.raster with parameters of type Envelope
 SimpleRaster WMSRaster.createCompatibleSimpleRaster(RasterGeoReference rEnv, Envelope env)
          Creates a new empty SimpleRaster with same DataType and InterleaveType.
 

Constructors in org.deegree.protocol.wms.raster with parameters of type Envelope
WMSRaster(RasterData raster, Envelope envelope, RasterGeoReference rasterReference)
           
 

Uses of Envelope in org.deegree.rendering.r2d
 

Constructors in org.deegree.rendering.r2d with parameters of type Envelope
Java2DRasterRenderer(java.awt.Graphics2D graphics, int width, int height, Envelope bbox)
           
Java2DRenderer(java.awt.Graphics2D graphics, int width, int height, Envelope bbox)
           
Java2DRenderer(java.awt.Graphics2D graphics, int width, int height, Envelope bbox, double pixelSize)
           
 

Uses of Envelope in org.deegree.rendering.r3d.model
 

Methods in org.deegree.rendering.r3d.model that return Envelope
 Envelope WorldObject.getBbox()
           
 

Methods in org.deegree.rendering.r3d.model with parameters of type Envelope
 void WorldObject.setBbox(Envelope bbox)
           
 

Constructors in org.deegree.rendering.r3d.model with parameters of type Envelope
WorldObject(java.lang.String id, java.lang.String time, Envelope bbox, QM[] qualityLevels)
           
WorldObject(java.lang.String id, java.lang.String time, Envelope bbox, QM[] qualityLevels, java.lang.String name, java.lang.String type, java.lang.String externalReference)
           
 

Uses of Envelope in org.deegree.rendering.r3d.model.geometry
 

Constructors in org.deegree.rendering.r3d.model.geometry with parameters of type Envelope
WorldGeometryObject(java.lang.String id, java.lang.String time, Envelope bbox, GeometryQualityModel[] qualityLevels)
           
WorldGeometryObject(java.lang.String id, java.lang.String time, Envelope bbox, int levels)
          Creates a new WorldGeometryObject with given number of data quality levels (LOD)
 

Uses of Envelope in org.deegree.rendering.r3d.opengl.display
 

Methods in org.deegree.rendering.r3d.opengl.display that return Envelope
 Envelope OpenGLEventHandler.getBbox()
           
 

Uses of Envelope in org.deegree.rendering.r3d.opengl.rendering.dem.texturing
 

Methods in org.deegree.rendering.r3d.opengl.rendering.dem.texturing that return Envelope
 Envelope TextureTileProvider.getEnvelope()
           
 Envelope WMSTextureTileProvider.getEnvelope()
           
 Envelope RasterAPITextureTileProvider.getEnvelope()
           
 Envelope StyledGeometryTTProvider.getEnvelope()
           
 

Uses of Envelope in org.deegree.rendering.r3d.opengl.rendering.model.geometry
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.model.geometry with parameters of type Envelope
WorldRenderableObject(java.lang.String id, java.lang.String time, Envelope bbox, int levels)
          Creates a new WorldRenderableObject with given number of data quality levels (LOD)
WorldRenderableObject(java.lang.String id, java.lang.String time, Envelope bbox, RenderableQualityModel[] qualityLevels)
           
 

Uses of Envelope in org.deegree.rendering.r3d.opengl.rendering.model.manager
 

Methods in org.deegree.rendering.r3d.opengl.rendering.model.manager that return Envelope
 Envelope RenderableManager.getValidDomain()
           
 

Methods in org.deegree.rendering.r3d.opengl.rendering.model.manager with parameters of type Envelope
 java.util.List<T> RenderableManager.getObjects(Envelope env)
           
 void RenderableManager.setValidDomain(Envelope newDomain)
          (Re) set the valid domain of this renderer.
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.model.manager with parameters of type Envelope
BuildingRenderer(Envelope sceneDomain, int numberOfObjectsInLeaf, DirectGeometryBuffer geometryBuffer, double maxPixelError, LODSwitcher levels)
           
QTModelScene(Envelope validDomain, int numberOfObjects, double maxPixelError)
           
RenderableManager(Envelope validDomain)
           
RenderableManager(Envelope validDomain, int numberOfObjectsInLeaf, double maxPixelError)
           
TreeRenderer(Envelope validDomain, int numberOfObjectsInLeaf, double maxPixelError)
           
 

Uses of Envelope in org.deegree.rendering.r3d.opengl.rendering.model.prototype
 

Constructors in org.deegree.rendering.r3d.opengl.rendering.model.prototype with parameters of type Envelope
RenderablePrototype(java.lang.String id, java.lang.String time, Envelope bbox)
           
RenderablePrototype(java.lang.String id, java.lang.String time, Envelope bbox, RenderableQualityModel qualityLevel)
           
 



Copyright © 2011. All Rights Reserved.