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.io
Methods 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.geotiff
Methods in org.geotools.coverage.grid.io.imageio.geotiff that return TiePoint Modifier and Type Method Description TiePoint
GeoTiffIIOMetadataEncoder. getModelTiePoint()
TiePoint
GeoTiffIIOMetadataEncoder. getModelTiePointAt(int index)
TiePoint[]
GeoTiffIIOMetadataDecoder. getModelTiePoints()
Gets the model tie points from the appropriate TIFFField
-