|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String sql)
Uses the given sql template |
|
DoDatabaseQueryTask(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.util.Map<java.lang.String,java.lang.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 |
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 |
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 |
LazyRasterLayer.getBoundingBox()
|
Envelope |
OWSRasterLayer.getBoundingBox()
|
Envelope |
Layer.getBoundingBox()
returns the BoundingBox (Envelope) of Layer. |
Envelope |
AbstractLayer.getBoundingBox()
returns the BoundingBox (Envelope) of Layer. |
Envelope |
MapView.getBoundingBox()
returns the BoundingBox (Envelope) of the MapView. |
Methods in org.deegree.graphics with parameters of type Envelope | |
---|---|
static MapView |
MapFactory.createMapView(java.lang.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)
|
java.awt.image.BufferedImage |
BlurImage.renderUserRealm(java.awt.image.BufferedImage image,
Envelope bbox,
Geometry geom)
Render the surface geometry the user is allowed to see. |
java.lang.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(java.lang.String name,
Envelope boundingbox,
CoordinateSystem crs,
double pixelsize)
|
|
MapView(java.lang.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 |
WorldToScreenTransform.getDestRect()
|
Envelope |
GeoTransform.getDestRect()
|
Envelope |
WorldToScreenTransform.getSourceRect()
|
Envelope |
GeoTransform.getSourceRect()
|
Methods in org.deegree.graphics.transformation with parameters of type Envelope | |
---|---|
void |
WorldToScreenTransform.setDestRect(Envelope rect)
sets the destination rectangle. |
void |
GeoTransform.setDestRect(Envelope rect)
|
void |
WorldToScreenTransform.setSourceRect(Envelope rect)
sets the source rectangle |
void |
GeoTransform.setSourceRect(Envelope rect)
|
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,
java.lang.String sql)
|
static FeatureCollection |
OracleDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql)
|
static FeatureCollection |
MySQLDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql)
|
static FeatureCollection |
PostgisDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.String extraClauses)
|
static FeatureCollection |
OracleDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.String extraClauses)
|
static FeatureCollection |
MySQLDataLoader.load(DatabaseDataSource datasource,
Envelope envelope,
java.lang.String sql,
java.lang.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 | |
---|---|
java.awt.image.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(java.awt.image.BufferedImage image,
Envelope envelope,
double resx,
double resy,
CoordinateSystem crs)
creates an GeoTiffWriter instance from an java.awt.image. |
|
GeoTiffWriter(java.awt.image.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(java.lang.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 java.awt.image.RenderedImage |
GeoRasterReader.exportRaster(java.sql.Connection connection,
Envelope envelope,
java.lang.String rasterRDT,
java.lang.String rasterTable,
java.lang.String geoRasterCol,
java.lang.String identification,
int level,
float width,
float height)
|
static java.awt.image.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 |
DBNode.getEnvelope()
|
Envelope |
MemPointNode.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 |
DBNode.delete(T itemKey,
Envelope itemEnv)
|
boolean |
MemPointNode.delete(T item,
Envelope env)
Deletes the item from the quadtree. |
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 |
Quadtree.deleteRange(Envelope envelope)
deletes all references of items whose envelope intersects with the passed one ( |
void |
DBNode.deleteRange(Envelope envelope)
|
void |
MemPointNode.deleteRange(Envelope envelope)
Deletes all items intersecting the envelope. |
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. |
void |
Quadtree.insert(T itemKey,
Envelope envelope)
inserts a new item into the quadtree |
boolean |
DBNode.insert(T itemKey,
Envelope itemEnv)
|
boolean |
MemPointNode.insert(T item,
Envelope itemEnv)
Inserts the item into the quadtree. |
java.util.List<T> |
DBQuadtree.query(Envelope envelope)
|
java.util.List<T> |
MemPointQuadtree.query(Envelope envelope)
Searches for all items intersecting with the envelope. |
java.util.List |
Quadtree.query(Envelope envelope)
returns a List containing all items whose envelope intersects with the passed one |
java.util.List<T> |
Node.query(Envelope searchEnv,
java.util.List<T> visitor,
int level)
returns a List containing all items whose envelope intersects with the passed one |
java.util.List<T> |
DBNode.query(Envelope searchEnv,
java.util.List<T> visitor,
int currentLevel)
|
java.util.List<T> |
MemPointNode.query(Envelope searchEnv,
java.util.List<T> visitor,
int level)
Searches for all items intersecting the search envelope. |
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)
|
void |
Quadtree.update(T itemKey,
Envelope newBBox)
updates spacial index of the specified item in the quadtree. |
boolean |
DBNode.update(T itemKey,
Envelope newBBox)
|
boolean |
MemPointNode.update(T item,
Envelope newBBox)
|
Constructors in org.deegree.io.quadtree with parameters of type Envelope | |
---|---|
DBNode(java.lang.String id,
Envelope env,
DBQuadtree<T> qt,
java.lang.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,
java.lang.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(java.lang.Object descriptor,
CoverageOffering description,
Envelope envelope,
Format format)
|
File[] |
DatabaseIndexAccess.getFiles(DatabaseIndexedGCMetadata dbigcmd,
Envelope envelope,
CoordinateSystem crs)
|
GridCoverageReader |
GridCoverageExchange.getReader(java.io.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(java.lang.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(java.lang.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 java.awt.image.BufferedImage |
AbstractGridCoverage.paintImage(java.awt.image.BufferedImage targetImg,
Envelope targetEnv,
java.awt.image.BufferedImage sourceImg,
Envelope sourceEnv)
|
protected java.awt.image.BufferedImage |
AbstractGridCoverage.paintImage(java.awt.image.BufferedImage targetImg,
float[][] data,
Envelope targetEnv,
java.awt.image.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(java.lang.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(java.io.InputStream source,
CoverageOffering description,
Envelope envelope,
Format format)
|
|
Grid(Envelope gridEnvelope,
java.lang.String[] axisNames)
|
|
ImageGridCoverage(CoverageOffering coverageOffering,
Envelope envelope,
boolean isEditable,
java.awt.image.BufferedImage image)
|
|
ImageGridCoverage(CoverageOffering coverageOffering,
Envelope envelope,
java.awt.image.BufferedImage image)
|
|
ImageGridCoverage(CoverageOffering coverageOffering,
Envelope envelope,
CoordinateSystem crs,
boolean isEditable,
java.awt.image.BufferedImage image)
|
|
ImageGridCoverage(CoverageOffering coverageOffering,
Envelope envelope,
ImageGridCoverage[] sources)
|
|
ImageGridCoverageReader(File source,
CoverageOffering description,
Envelope envelope,
Format format)
|
|
ImageGridCoverageReader(java.io.InputStream source,
CoverageOffering description,
Envelope envelope,
Format format)
|
|
RawDataReader(java.io.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(java.lang.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,
java.lang.String sourceCRS)
Transforms a Envelope to the target crs of the GeoTransformer instance |
Envelope |
GeoTransformer.transform(Envelope envelope,
java.lang.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. |
java.awt.image.BufferedImage |
GeoTransformer.transform(java.awt.image.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,
java.lang.String sourceCRS)
Transforms a Envelope to the target crs of the GeoTransformer instance |
Envelope |
GeoTransformer.transform(Envelope envelope,
java.lang.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 |
FeatureTupleCollection.getBoundedBy()
|
Envelope |
DefaultFeatureCollection.getBoundedBy()
|
Envelope |
AbstractFeature.getBoundedBy()
Returns the envelope / boundingbox of the feature. |
Envelope |
Feature.getBoundedBy()
Returns the envelope / bounding box of the feature. |
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(java.lang.String bbox,
CoordinateSystem crs)
creates an Envelope from a comma seperated String; e.g.: 10,34,15,48 |
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.createIntersection(Envelope bb)
returns a new Envelope object representing the intersection of this Envelope with the specified Envelope. |
Envelope |
EnvelopeImpl.getBuffer(double b)
|
Envelope |
Envelope.getBuffer(double b)
creates a new envelope |
Envelope |
GeometryImpl.getEnvelope()
returns the bounding box / envelope of a geometry |
Envelope |
GenericSurface.getEnvelope()
|
Envelope |
SurfacePatchImpl.getEnvelope()
|
Envelope |
Geometry.getEnvelope()
|
Envelope |
EnvelopeImpl.merge(Envelope envelope)
|
Envelope |
Envelope.merge(Envelope envelope)
merges two Envelops and returns the minimum envelope containing both. |
Envelope |
EnvelopeImpl.translate(double x,
double y)
translate a envelope in the direction defined by the two passed values and retiurns the resulting 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 |
static Envelope |
GMLGeometryAdapter.wrapBox(org.w3c.dom.Element element)
Deprecated. this method cannot provide default SRS information, please use GMLGeometryAdapter.wrapBox(Element,String)
instead |
static Envelope |
GMLGeometryAdapter.wrapBox(org.w3c.dom.Element element,
java.lang.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 |
EnvelopeImpl.contains(Envelope bb)
returns true if all points of the submitted bounding box are within this bounding box |
boolean |
Envelope.contains(Envelope bb)
returns true if all positions of the submitted bounding box are within this bounding box |
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.createIntersection(Envelope bb)
returns a new Envelope object representing the intersection of this Envelope with the specified Envelope. |
static Surface |
GeometryFactory.createSurface(Envelope bbox,
CoordinateSystem crs)
Creates a Surface from a Envelope. |
void |
EnvelopeImpl.expandToContain(Envelope other)
ensures that the passed Envepole is contained within this.Envelope |
void |
Envelope.expandToContain(Envelope other)
ensures that the passed Envepole is contained within this.Envelope |
static java.lang.StringBuffer |
WKTAdapter.export(Envelope envelope)
exports an Envelope as a BOX3D WKT string. |
static java.lang.StringBuffer |
GMLGeometryAdapter.exportAsBox(Envelope envelope)
creates a GML representation from the passed Envelope. |
static java.lang.StringBuffer |
GMLGeometryAdapter.exportAsEnvelope(Envelope envelope)
creates a GML representation from the passed Envelope. |
boolean |
EnvelopeImpl.intersects(Envelope bb)
returns true if this envelope and the submitted intersects |
boolean |
Envelope.intersects(Envelope bb)
returns true if this envelope intersects the submitted envelope |
Envelope |
EnvelopeImpl.merge(Envelope envelope)
|
Envelope |
Envelope.merge(Envelope envelope)
merges two Envelops and returns the minimum envelope containing both. |
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(org.w3c.dom.Element element)
creates a Envelope from the passed element. |
Methods in org.deegree.ogcbase with parameters of type Envelope | |
---|---|
protected static void |
XMLFactory.appendEnvelope(org.w3c.dom.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 org.w3c.dom.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(java.lang.String id,
java.lang.String version,
java.lang.String[] sensorId,
java.lang.String[] platformId,
java.lang.Object[] time,
Envelope boundingBox,
Query query,
java.lang.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,
java.lang.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(java.lang.String name,
Envelope envelope,
CoordinateSystem crs)
|
|
Directory(java.lang.String name,
Envelope envelope,
CoordinateSystem crs,
java.lang.String[] fileExtensions)
|
|
File(CoordinateSystem crs,
java.lang.String name,
Envelope envelope)
|
|
GridDirectory(java.lang.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(java.lang.String name,
Envelope envelope,
CoordinateSystem crs,
java.lang.String[] fileExtensions,
double tileWidth,
double tileHeight)
|
|
GridFile(CoordinateSystem crs,
java.lang.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,
java.lang.Object[] grid)
|
|
SpatialDomain(Envelope[] envelops,
Surface[] surface)
|
|
SpatialDomain(Envelope[] envelops,
Surface[] surface,
java.lang.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,
java.lang.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(org.w3c.dom.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,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
java.net.URI defaultSrs,
java.net.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(org.w3c.dom.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(org.w3c.dom.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(java.lang.String id,
java.lang.String version,
GetMap.Layer[] layers,
java.lang.String srs,
Envelope bbox,
Point center,
int scaleDenominator,
boolean transparent,
java.awt.Color bgColor,
java.lang.String title,
java.lang.String copyright,
boolean legend,
boolean scaleBar,
java.lang.String note,
java.lang.String template,
java.lang.String emailAddress,
java.sql.Timestamp timestamp,
TextArea[] textAreas,
int dpi,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameters)
Returns a new PrintMap instance. |
Constructors in org.deegree.ogcwebservices.wmps.operation with parameters of type Envelope | |
---|---|
PrintMap(java.lang.String id,
java.lang.String version,
GetMap.Layer[] layers,
java.lang.String srs,
Envelope boundingBox,
Point center,
int scaleDenominator,
boolean transparent,
java.awt.Color bgColor,
java.lang.String title,
java.lang.String copyright,
boolean legend,
boolean scaleBar,
java.lang.String note,
java.lang.String template,
java.lang.String emailaddress,
java.sql.Timestamp timestamp,
TextArea[] textAreas,
int dpi,
java.util.Map<java.lang.String,java.lang.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(org.w3c.dom.Element root,
Envelope llBox)
|
protected static void |
XMLFactory_1_3_0.appendLatLonBoundingBox(org.w3c.dom.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 |
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(org.w3c.dom.Element llBox)
|
protected Envelope |
WMSCapabilitiesDocument.parseLatLonBoundingBox(org.w3c.dom.Element llBox)
|
protected Envelope |
WMSCapabilitiesDocument_1_0_0.parseLatLonBoundingBox(org.w3c.dom.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,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.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(java.lang.String version,
java.lang.String id,
GetMap.Layer[] layers,
Values elevation,
java.util.Map<java.lang.String,Values> sampleDimension,
java.lang.String format,
int width,
int height,
java.lang.String srs,
Envelope boundingBox,
boolean transparency,
java.awt.Color bGColor,
java.lang.String exceptions,
Values time,
java.net.URL sldURL,
StyledLayerDescriptor sld,
java.util.Map<java.lang.String,java.lang.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(java.lang.String version,
java.lang.String id,
GetMap.Layer[] ls,
java.lang.String format,
int width,
int height,
java.lang.String srs,
Envelope boundingBox,
boolean transparency,
java.awt.Color bgColor,
java.lang.String exceptions,
java.net.URL sld_url,
StyledLayerDescriptor sld,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
DimensionValues dimTime,
DimensionValues dimElev)
|
|
GetMap(java.lang.String version,
java.lang.String id,
GetMap.Layer[] layers,
Values elevation,
java.util.Map<java.lang.String,Values> sampleDimension,
java.lang.String format,
int width,
int height,
java.lang.String srs,
Envelope boundingBox,
boolean transparency,
java.awt.Color bGColor,
java.lang.String exceptions,
Values time,
java.net.URL sldURL,
StyledLayerDescriptor sld,
java.util.Map<java.lang.String,java.lang.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,
java.lang.String title,
java.lang.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(org.w3c.dom.Element element,
CoordinateSystem defaultCoordinateSystem)
Gets an array of boundingBoxes from the given Element . |
Envelope |
Dataset.getWgs84BoundingBox()
|
protected Envelope |
WPVSCapabilitiesDocument.parseBoundingBox(org.w3c.dom.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,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
java.util.List<CoordinateSystem> crsList,
java.lang.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,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
java.util.List<CoordinateSystem> crsList,
java.lang.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(java.util.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 | |
---|---|
java.util.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(org.w3c.dom.Element element)
Creates an Envelope object from the given element of type
ows:WGS84BoundingBoxType . |
Uses of Envelope in org.deegree.portal.cataloguemanager.control |
---|
Methods in org.deegree.portal.cataloguemanager.control that return Envelope | |
---|---|
protected Envelope |
InsertMetadataListener.getEnvelope(java.lang.String geogrDescription)
|
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 |
DownloadListener.extractBBox(RPCStruct bboxStruct)
Convenience method to extract the boundig box from an rpc fragment. |
protected Envelope |
AbstractContextListener.extractBBox(RPCStruct bboxStruct)
Deprecated. use extractBBox( RPCStruct, CoordinateSystem ) instead. |
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(java.lang.String context,
Envelope bbox,
java.lang.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(java.lang.String id,
java.lang.String title,
Envelope bbox,
java.lang.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(java.lang.String identifier,
java.lang.String catalogName,
java.lang.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,
java.lang.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org