Comparablepublic class IFDEntry extends Object implements Comparable
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected int |
count |
|
protected List<GeoKey> |
geokeys |
|
protected Tag |
tag |
|
protected FieldType |
type |
|
protected int[] |
value |
|
protected double[] |
valueD |
|
protected String |
valueS |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
addGeoKey(GeoKey geokey) |
Add GeoKey
|
int |
compareTo(Object o) |
Compare to
|
GeoKey |
findGeoKey(org.meteoinfo.data.mapdata.geotiff.GeoKey.Tag tag) |
Find a GeoKey
|
IFDEntry |
setValue(double v) |
Set value
|
IFDEntry |
setValue(double[] v) |
Set vlaue
|
IFDEntry |
setValue(int v) |
Set value
|
IFDEntry |
setValue(int[] v) |
Set value
|
IFDEntry |
setValue(int n,
int d) |
Set value
|
IFDEntry |
setValue(int n,
int d,
int f) |
Set value
|
IFDEntry |
setValue(String v) |
Set value
|
String |
toString() |
To string
|
protected Tag tag
protected FieldType type
protected int count
protected int[] value
protected double[] valueD
protected String valueS
public IFDEntry setValue(int v)
v - Valuepublic IFDEntry setValue(int n, int d)
n - Value 1d - Value 2public IFDEntry setValue(int n, int d, int f)
n - Value 1d - Value 2f - Value 3public IFDEntry setValue(int[] v)
v - Value arraypublic IFDEntry setValue(double v)
v - Valuepublic IFDEntry setValue(double[] v)
v - Value arraypublic void addGeoKey(GeoKey geokey)
geokey - GeoKeypublic GeoKey findGeoKey(org.meteoinfo.data.mapdata.geotiff.GeoKey.Tag tag)
tag - The GeoKey tagpublic int compareTo(Object o)
compareTo 在接口中 Comparableo - ObjectCopyright © 2019. All rights reserved.