Class GeoTiffMetadata


  • public class GeoTiffMetadata
    extends java.lang.Object
    • Constructor Detail

      • GeoTiffMetadata

        public GeoTiffMetadata​(javax.imageio.plugins.tiff.TIFFDirectory tiffDirectory)
    • 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()