|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RasterGeoReference.OriginLocation | |
---|---|
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 | Defines the io operations for reading and writing rasters (not the data). |
org.deegree.coverage.raster.io.grid | |
org.deegree.coverage.raster.io.imageio | This package contains ImageIO based raster reader and writer. |
org.deegree.coverage.raster.utils | |
org.deegree.tools.coverage.gridifier.index |
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster |
---|
Methods in org.deegree.coverage.raster with parameters of type RasterGeoReference.OriginLocation | |
---|---|
RasterGeoReference |
SampleResolution.createGeoReference(RasterGeoReference.OriginLocation location,
Envelope envelope)
Create a raster reference for the given envelope from this resolution. |
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. |
TiledRaster |
TiledRaster.getSubRaster(Envelope env,
BandType[] bands,
RasterGeoReference.OriginLocation targetLocation)
Get a subraster which has it's origin location at the given location. |
MultiRangedRaster |
MultiRangedRaster.getSubRaster(Envelope env,
BandType[] bands,
RasterGeoReference.OriginLocation targetLocation)
|
SimpleRaster |
SimpleRaster.getSubRaster(Envelope envelope,
BandType[] bands,
RasterGeoReference.OriginLocation targetLocation)
|
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.container |
---|
Constructors in org.deegree.coverage.raster.container with parameters of type RasterGeoReference.OriginLocation | |
---|---|
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. |
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.geom |
---|
Methods in org.deegree.coverage.raster.geom that return RasterGeoReference.OriginLocation | |
---|---|
RasterGeoReference.OriginLocation |
RasterGeoReference.getOriginLocation()
|
static RasterGeoReference.OriginLocation |
RasterGeoReference.OriginLocation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RasterGeoReference.OriginLocation[] |
RasterGeoReference.OriginLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.deegree.coverage.raster.geom with parameters of type RasterGeoReference.OriginLocation | |
---|---|
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(RasterGeoReference.OriginLocation targetLocation)
Returns new RasterGeoReference with the origin set to the given target location. |
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. |
Envelope |
RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation,
int width,
int height,
ICRS crs)
Returns an Envelope for a raster with given size. |
Envelope |
RasterGeoReference.getEnvelope(RasterGeoReference.OriginLocation targetLocation,
RasterRect rasterRect,
ICRS crs)
Returns an Envelope for a raster with given size and given x,y raster location. |
double[] |
RasterGeoReference.getOrigin(RasterGeoReference.OriginLocation target)
|
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. |
Constructors in org.deegree.coverage.raster.geom with parameters of type RasterGeoReference.OriginLocation | |
---|---|
RasterGeoReference(RasterGeoReference.OriginLocation location,
double resolutionX,
double resolutionY,
double origin0,
double origin1)
Constructs a raster reference with given resolutions and origin. |
|
RasterGeoReference(RasterGeoReference.OriginLocation location,
double resolutionX,
double resolutionY,
double rotationX,
double rotationY,
double origin0,
double origin1,
ICRS crs)
Constructs a raster reference with given resolutions, origin and rotations. |
|
RasterGeoReference(RasterGeoReference.OriginLocation location,
double resolutionX,
double resolutionY,
double origin0,
double origin1,
ICRS crs)
Constructs a raster reference with given resolutions and origin. |
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.io |
---|
Methods in org.deegree.coverage.raster.io that return RasterGeoReference.OriginLocation | |
---|---|
RasterGeoReference.OriginLocation |
RasterIOOptions.getRasterOriginLocation()
|
Constructors in org.deegree.coverage.raster.io with parameters of type RasterGeoReference.OriginLocation | |
---|---|
RasterIOOptions(RasterGeoReference.OriginLocation originLocation)
|
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.io.grid |
---|
Methods in org.deegree.coverage.raster.io.grid with parameters of type RasterGeoReference.OriginLocation | |
---|---|
Envelope |
GridMetaInfoFile.getEnvelope(RasterGeoReference.OriginLocation location)
|
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.io.imageio |
---|
Constructors in org.deegree.coverage.raster.io.imageio with parameters of type RasterGeoReference.OriginLocation | |
---|---|
MetaDataReader(IIOMetadata metaData,
RasterGeoReference.OriginLocation definedRasterOrigLoc,
int factor)
|
Uses of RasterGeoReference.OriginLocation in org.deegree.coverage.raster.utils |
---|
Methods in org.deegree.coverage.raster.utils with parameters of type RasterGeoReference.OriginLocation | |
---|---|
static AbstractRaster |
RasterFactory.createRasterFromImage(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(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. |
Uses of RasterGeoReference.OriginLocation in org.deegree.tools.coverage.gridifier.index |
---|
Constructors in org.deegree.tools.coverage.gridifier.index with parameters of type RasterGeoReference.OriginLocation | |
---|---|
MultiLevelMemoryTileGridIndex(String jdbcUrl,
String tileTableName,
String levelTableName,
float MIN_X,
float MIN_Y,
float MAX_X,
float MAX_Y,
RasterGeoReference.OriginLocation location)
|
|
PostGISRasterTileIndex(String jdbcUrl,
String tileTableName,
String levelTableName,
RasterGeoReference.OriginLocation location)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |