Class GeoTiffMetadata
- java.lang.Object
-
- de.hendrikjanssen.geotifftools.metadata.GeoTiffMetadata
-
public class GeoTiffMetadata extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeoTiffMetadata(javax.imageio.plugins.tiff.TIFFDirectory tiffDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<GeoKey>
getGeoKey(int geoKeyId)
java.util.List<GeoKey>
getGeoKeys()
int
getHeight()
java.util.Optional<ModelPixelScale>
getModelPixelScale()
java.util.Optional<java.util.List<ModelTiepoint>>
getModelTiepoints()
int
getWidth()
-
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getGeoKeys
public java.util.List<GeoKey> getGeoKeys()
-
getGeoKey
public java.util.Optional<GeoKey> getGeoKey(int geoKeyId)
-
getModelTiepoints
public java.util.Optional<java.util.List<ModelTiepoint>> getModelTiepoints()
-
getModelPixelScale
public java.util.Optional<ModelPixelScale> getModelPixelScale()
-
-