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 JAIOpImageimplementations and theImageManagerutility 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 TiePointGridAbstractProductReader. buildTiePointGrid(String gridName, int gridWidth, int gridHeight, double offsetX, double offsetY, double subSamplingX, double subSamplingY, float[] tiePoints)protected static TiePointGridAbstractProductReader. buildTiePointGrid(String gridName, int gridWidth, int gridHeight, double offsetX, double offsetY, double subSamplingX, double subSamplingY, float[] tiePoints, int gridDiscontinutity)protected TiePointGridAbstractProductReader. 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 voidProductReader. 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 voidDimapProductReader. 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 TiePointGridTiePointGrid. cloneTiePointGrid()static TiePointGridTiePointGrid. createSubset(TiePointGrid sourceTiePointGrid, ProductSubsetDef subsetDef)static TiePointGridTiePointGrid. createZenithFromElevationAngleTiePointGrid(TiePointGrid elevationAngleGrid)protected TiePointGridTiePointGeoCoding. getDestGrid(TiePointGrid grid, Scene destScene, ProductSubsetDef subsetDef)Deprecated.TiePointGridTiePointGeoCoding. getLatGrid()Deprecated.TiePointGridTiePointGeoCoding. getLonGrid()Deprecated.TiePointGridProduct. getTiePointGrid(String name)Returns the tie-point grid with the given name.TiePointGridProduct. 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 voidProduct. addTiePointGrid(TiePointGrid tiePointGrid)Adds the given tie-point grid to this product.static TiePointGridTiePointGrid. createSubset(TiePointGrid sourceTiePointGrid, ProductSubsetDef subsetDef)static TiePointGridTiePointGrid. createZenithFromElevationAngleTiePointGrid(TiePointGrid elevationAngleGrid)protected TiePointGridTiePointGeoCoding. getDestGrid(TiePointGrid grid, Scene destScene, ProductSubsetDef subsetDef)Deprecated.booleanProduct. removeTiePointGrid(TiePointGrid tiePointGrid)Removes the tie-point grid from this product.voidProductVisitor. visit(TiePointGrid grid)Visits a tie-point grid within a product or group.voidProductVisitorAdapter. 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 TiePointGridTiePointGridOpImage. 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 TiePointGridProductUtils. copyTiePointGrid(String gridName, Product sourceProduct, Product targetProduct)Copies the named tie-point grid from the source product to the target product.
-