Uses of Class
org.geotools.coverage.grid.io.imageio.geotiff.TiePoint
- 
Packages that use TiePoint Package Description org.geotools.coverage.grid.io org.geotools.coverage.grid.io.imageio.geotiff 
- 
- 
Uses of TiePoint in org.geotools.coverage.grid.ioMethods in org.geotools.coverage.grid.io that return types with arguments of type TiePoint Modifier and Type Method Description List<TiePoint>GroundControlPoints. getTiePoints()The tie pointsConstructor parameters in org.geotools.coverage.grid.io with type arguments of type TiePoint Constructor Description GroundControlPoints(List<TiePoint> tiePoints, CoordinateReferenceSystem crs)
- 
Uses of TiePoint in org.geotools.coverage.grid.io.imageio.geotiffMethods in org.geotools.coverage.grid.io.imageio.geotiff that return TiePoint Modifier and Type Method Description TiePointGeoTiffIIOMetadataEncoder. getModelTiePoint()TiePointGeoTiffIIOMetadataEncoder. getModelTiePointAt(int index)TiePoint[]GeoTiffIIOMetadataDecoder. getModelTiePoints()Gets the model tie points from the appropriate TIFFField
 
-