public class ImageChip extends Object
| Constructor and Description |
|---|
ImageChip(String mission,
String trackId,
long timeMillis,
byte[] imageBinary) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDataId() |
BufferedImage |
getImage(int targetPixelSize) |
byte[] |
getImageBinary() |
String |
getMission() |
long |
getTimeMillis() |
String |
getTrackId() |
public String getMission()
public String getTrackId()
public long getTimeMillis()
public byte[] getImageBinary()
public byte[] getDataId()
public BufferedImage getImage(int targetPixelSize)
Copyright © 2013–2019. All rights reserved.