Package org.openjump.core.rasterimage
Class TiffTags.TiffMetadata
- java.lang.Object
-
- org.openjump.core.rasterimage.TiffTags.TiffMetadata
-
-
Constructor Summary
Constructors Constructor Description TiffMetadata(Integer colsCount, Integer rowsCount, Resolution resolution, Double noData, org.locationtech.jts.geom.Envelope envelope, SRSInfo srsInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getColsCount()
org.locationtech.jts.geom.Envelope
getEnvelope()
Double
getNoData()
Resolution
getResolution()
Integer
getRowsCount()
SRSInfo
getSRSInfo()
boolean
isGeoTiff()
-
-
-
Constructor Detail
-
TiffMetadata
public TiffMetadata(Integer colsCount, Integer rowsCount, Resolution resolution, Double noData, org.locationtech.jts.geom.Envelope envelope, SRSInfo srsInfo)
-
-
Method Detail
-
getColsCount
public Integer getColsCount()
-
getRowsCount
public Integer getRowsCount()
-
getResolution
public Resolution getResolution()
-
getNoData
public Double getNoData()
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()
-
isGeoTiff
public boolean isGeoTiff()
-
getSRSInfo
public SRSInfo getSRSInfo()
-
-