public class MotionImagery extends TrackItem
| Modifier and Type | Field and Description |
|---|---|
SymbolicSpectralRange |
band
Provides the electromagnetic band for a given video collection
|
Integer |
frameNumber |
String |
imageChip
Provides an embedded JPEG or PNG image chip of an object being tracked
|
String |
imageReference
Provides a URI to a JPEG or PNG image chip of an object being tracked
|
Integer |
pixelColumn |
Integer |
pixelRow |
| Constructor and Description |
|---|
MotionImagery() |
| Modifier and Type | Method and Description |
|---|---|
SymbolicSpectralRange |
getBand() |
int |
getFrameNumber() |
Long |
getId() |
String |
getImageChip() |
String |
getImageReference() |
int |
getPixelColumn() |
int |
getPixelRow() |
void |
setBand(SymbolicSpectralRange band) |
void |
setId(Long id) |
void |
setImageChip(String imageChip) |
void |
setImageReference(String imageReference) |
getComment, getSecurity, getSource, getTime, getUuid, setComment, setSecurity, setSource, setTime, setUuidpublic SymbolicSpectralRange band
public String imageReference
public String imageChip
public Integer frameNumber
public Integer pixelRow
public Integer pixelColumn
public Long getId()
public void setId(Long id)
public SymbolicSpectralRange getBand()
public void setBand(SymbolicSpectralRange band)
public String getImageReference()
public void setImageReference(String imageReference)
public String getImageChip()
public void setImageChip(String imageChip)
public int getFrameNumber()
public int getPixelRow()
public int getPixelColumn()
Copyright © 2013–2020. All rights reserved.