Uses of Class
org.esa.snap.core.datamodel.TiePointGrid
-
Packages that use TiePointGrid Package Description org.esa.snap.core.dataio Contains the SNAP product I/O framework.org.esa.snap.core.dataio.dimap This module provides a product reader and writer plug-in for the BEAM-DIMAP product format.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.image Provides frequently used JAIOpImage
implementations and theImageManager
utility class.org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of TiePointGrid in org.esa.snap.core.dataio
Methods in org.esa.snap.core.dataio that return TiePointGrid Modifier and Type Method Description protected static TiePointGrid
AbstractProductReader. buildTiePointGrid(String gridName, int gridWidth, int gridHeight, double offsetX, double offsetY, double subSamplingX, double subSamplingY, float[] tiePoints)
protected static TiePointGrid
AbstractProductReader. buildTiePointGrid(String gridName, int gridWidth, int gridHeight, double offsetX, double offsetY, double subSamplingX, double subSamplingY, float[] tiePoints, int gridDiscontinutity)
protected TiePointGrid
AbstractProductReader. createTiePointGrid(String gridName, int gridWidth, int gridHeight, double offsetX, double offsetY, double subSamplingX, double subSamplingY, float[] tiePoints)
Creates a tie point grid from the given properties.Methods in org.esa.snap.core.dataio with parameters of type TiePointGrid Modifier and Type Method Description default void
ProductReader. readTiePointGridRasterData(TiePointGrid tpg, int destOffsetX, int destOffsetY, int destWidth, int destHeight, ProductData destBuffer, ProgressMonitor pm)
-
Uses of TiePointGrid in org.esa.snap.core.dataio.dimap
Methods in org.esa.snap.core.dataio.dimap with parameters of type TiePointGrid Modifier and Type Method Description void
DimapProductReader. readTiePointGridRasterData(TiePointGrid tpg, int destOffsetX, int destOffsetY, int destWidth, int destHeight, ProductData destBuffer, ProgressMonitor pm)
-
Uses of TiePointGrid in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return TiePointGrid Modifier and Type Method Description TiePointGrid
TiePointGrid. cloneTiePointGrid()
static TiePointGrid
TiePointGrid. createSubset(TiePointGrid sourceTiePointGrid, ProductSubsetDef subsetDef)
static TiePointGrid
TiePointGrid. createZenithFromElevationAngleTiePointGrid(TiePointGrid elevationAngleGrid)
protected TiePointGrid
TiePointGeoCoding. getDestGrid(TiePointGrid grid, Scene destScene, ProductSubsetDef subsetDef)
Deprecated.TiePointGrid
TiePointGeoCoding. getLatGrid()
Deprecated.TiePointGrid
TiePointGeoCoding. getLonGrid()
Deprecated.TiePointGrid
Product. getTiePointGrid(String name)
Returns the tie-point grid with the given name.TiePointGrid
Product. getTiePointGridAt(int index)
Returns the tie-point grid at the given index.TiePointGrid[]
Product. getTiePointGrids()
Returns an array of tie-point grids contained in this productMethods in org.esa.snap.core.datamodel that return types with arguments of type TiePointGrid Modifier and Type Method Description ProductNodeGroup<TiePointGrid>
Product. getTiePointGridGroup()
Gets the tie-point grid group of this product.Methods in org.esa.snap.core.datamodel with parameters of type TiePointGrid Modifier and Type Method Description void
Product. addTiePointGrid(TiePointGrid tiePointGrid)
Adds the given tie-point grid to this product.static TiePointGrid
TiePointGrid. createSubset(TiePointGrid sourceTiePointGrid, ProductSubsetDef subsetDef)
static TiePointGrid
TiePointGrid. createZenithFromElevationAngleTiePointGrid(TiePointGrid elevationAngleGrid)
protected TiePointGrid
TiePointGeoCoding. getDestGrid(TiePointGrid grid, Scene destScene, ProductSubsetDef subsetDef)
Deprecated.boolean
Product. removeTiePointGrid(TiePointGrid tiePointGrid)
Removes the tie-point grid from this product.void
ProductVisitor. visit(TiePointGrid grid)
Visits a tie-point grid within a product or group.void
ProductVisitorAdapter. visit(TiePointGrid grid)
Constructors in org.esa.snap.core.datamodel with parameters of type TiePointGrid Constructor Description TiePointGeoCoding(TiePointGrid latGrid, TiePointGrid lonGrid)
Deprecated.Constructs geo-coding based on two given tie-point grids based on the WGS-84 CRS.TiePointGeoCoding(TiePointGrid latGrid, TiePointGrid lonGrid, Datum datum)
Deprecated.since SNAP 1.0, useTiePointGeoCoding(TiePointGrid, TiePointGrid, CoordinateReferenceSystem)
TiePointGeoCoding(TiePointGrid latGrid, TiePointGrid lonGrid, org.opengis.referencing.crs.CoordinateReferenceSystem geoCRS)
Deprecated.Constructs geo-coding based on two given tie-point grids.TiePointGridPointing(GeoCoding geoCoding, TiePointGrid szGrid, TiePointGrid saGrid, TiePointGrid vzGrid, TiePointGrid vaGrid, TiePointGrid elGrid)
Constructs a new pointing based on tie-point grids. -
Uses of TiePointGrid in org.esa.snap.core.image
Methods in org.esa.snap.core.image that return TiePointGrid Modifier and Type Method Description TiePointGrid
TiePointGridOpImage. getTiePointGrid()
Constructors in org.esa.snap.core.image with parameters of type TiePointGrid Constructor Description TiePointGridOpImage(TiePointGrid grid, ResolutionLevel level)
-
Uses of TiePointGrid in org.esa.snap.core.util
Methods in org.esa.snap.core.util that return TiePointGrid Modifier and Type Method Description static TiePointGrid
ProductUtils. copyTiePointGrid(String gridName, Product sourceProduct, Product targetProduct)
Copies the named tie-point grid from the source product to the target product.
-