Uses of Interface
org.esa.beam.framework.datamodel.GeoCoding

Packages that use GeoCoding
org.esa.beam.framework.datamodel This package contains classes and interfaces used for an in-memory presentation of remote sensing data products. 
org.esa.beam.framework.dataop.dem   
org.esa.beam.util Provides several utility classes and sub-packages used throughout the MERIS/(A)ATSR Toolbox software. 
org.esa.beam.util.geotiff   
org.esa.beam.visat.actions.pgrab.util   
 

Uses of GeoCoding in org.esa.beam.framework.datamodel
 

Classes in org.esa.beam.framework.datamodel that implement GeoCoding
 class AbstractGeoCoding
          AbstractGeoCoding is the base class of all geo-coding implementation.
 class CombinedFXYGeoCoding
          A geo-coding based on a combination of GeoCodings.
 class CrsGeoCoding
          A geo-coding that is based on a well-known coordinate reference system (CRS) and affine transformation used to locate a product's scene image within the CRS.
 class FXYGeoCoding
          A geo-coding based on equations.
 class GcpGeoCoding
          Ground control point (GCP) geo-coding.
 class MapGeoCoding
          Deprecated. since BEAM 4.8, use CrsGeoCoding instead.
 class PixelGeoCoding
          The PixelGeoCoding is an implementation of a GeoCoding which uses dedicated latitude and longitude bands in order to provide geographical positions for each pixel.
 class TiePointGeoCoding
          A geo-coding based on two tie-point grids.
 

Methods in org.esa.beam.framework.datamodel that return GeoCoding
 GeoCoding TiePointGridPointing.getGeoCoding()
           
 GeoCoding Scene.getGeoCoding()
           
 GeoCoding RasterDataNode.getGeoCoding()
          Returns the geo-coding of this RasterDataNode.
 GeoCoding Product.getGeoCoding()
          Returns the geo-coding used for this data product.
 GeoCoding Pointing.getGeoCoding()
          Gets the geo-coding.
 GeoCoding GcpGeoCoding.getOriginalGeoCoding()
           
 GeoCoding PixelGeoCoding.getPixelPosEstimator()
          Gets the underlying geo-coding used as pixel position estimator.
 

Methods in org.esa.beam.framework.datamodel with parameters of type GeoCoding
static Placemark Placemark.createPointPlacemark(PlacemarkDescriptor descriptor, String name, String label, String text, PixelPos pixelPos, GeoPos geoPos, GeoCoding geoCoding)
          Creates a point placemark.
 void Scene.setGeoCoding(GeoCoding geoCoding)
           
 void RasterDataNode.setGeoCoding(GeoCoding geoCoding)
          Sets the geo-coding for this RasterDataNode.
 void Product.setGeoCoding(GeoCoding geoCoding)
          Geo-codes this data product.
 void GcpGeoCoding.setOriginalGeoCoding(GeoCoding geoCoding)
           
 GeoPos PointDescriptor.updateGeoPos(GeoCoding geoCoding, PixelPos pixelPos, GeoPos geoPos)
          Deprecated. 
 GeoPos PlacemarkDescriptor.updateGeoPos(GeoCoding geoCoding, PixelPos pixelPos, GeoPos geoPos)
          Deprecated. 
 GeoPos PinDescriptor.updateGeoPos(GeoCoding geoCoding, PixelPos pixelPos, GeoPos geoPos)
          Deprecated. 
 GeoPos AbstractPlacemarkDescriptor.updateGeoPos(GeoCoding geoCoding, PixelPos pixelPos, GeoPos geoPos)
           
 PixelPos PointDescriptor.updatePixelPos(GeoCoding geoCoding, GeoPos geoPos, PixelPos pixelPos)
          Deprecated. 
 PixelPos PlacemarkDescriptor.updatePixelPos(GeoCoding geoCoding, GeoPos geoPos, PixelPos pixelPos)
          Deprecated. 
 PixelPos PinDescriptor.updatePixelPos(GeoCoding geoCoding, GeoPos geoPos, PixelPos pixelPos)
          Deprecated. 
 PixelPos AbstractPlacemarkDescriptor.updatePixelPos(GeoCoding geoCoding, GeoPos geoPos, PixelPos pixelPos)
           
 

Constructors in org.esa.beam.framework.datamodel with parameters of type GeoCoding
GeoCodingMathTransform(GeoCoding geoCoding)
           
TiePointGridPointing(GeoCoding geoCoding, TiePointGrid szGrid, TiePointGrid saGrid, TiePointGrid vzGrid, TiePointGrid vaGrid, TiePointGrid elGrid)
          Constructs a new pointing based on tie-point grids.
 

Uses of GeoCoding in org.esa.beam.framework.dataop.dem
 

Classes in org.esa.beam.framework.dataop.dem that implement GeoCoding
 class Orthorectifier
          An Orthorectifier is a GeoCoding which performs an orthorectification algorithm on a base GeoCoding.
 class Orthorectifier2
          An experimental modification of the standard Orthorectifier.
 

Methods in org.esa.beam.framework.dataop.dem that return GeoCoding
 GeoCoding Orthorectifier.getGeoCoding()
           
 

Uses of GeoCoding in org.esa.beam.util
 

Methods in org.esa.beam.util with parameters of type GeoCoding
static PixelPos[] ProductUtils.computeSourcePixelCoordinates(GeoCoding sourceGeoCoding, int sourceWidth, int sourceHeight, GeoCoding destGeoCoding, Rectangle destArea)
           
static GeneralPath ProductUtils.convertToGeoPath(Shape shape, GeoCoding geoCoding)
          Converts a Shape given in pixel X/Y coordinates into a GeneralPath in geografic coordinates using the supplied geo coding.
static GeneralPath ProductUtils.convertToPixelPath(GeneralPath geoPath, GeoCoding geoCoding)
          Converts a GeneralPath given in geographic lon/lat coordinates into a GeneralPath in pixel coordinates using the supplied geo coding.
static GeoTIFFMetadata ProductUtils.createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
           
 

Uses of GeoCoding in org.esa.beam.util.geotiff
 

Methods in org.esa.beam.util.geotiff with parameters of type GeoCoding
static GeoTIFFMetadata GeoCoding2GeoTIFFMetadata.createFallbackGeoTIFFMetada(GeoCoding geoCoding, int width, int height)
           
static GeoTIFFMetadata GeoCoding2GeoTIFFMetadata.createGeoTIFFMetadata(GeoCoding geoCoding, int width, int height)
           
 

Uses of GeoCoding in org.esa.beam.visat.actions.pgrab.util
 

Methods in org.esa.beam.visat.actions.pgrab.util that return GeoCoding
 GeoCoding WorldMapPainter.getGeoCoding()
           
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.