public class FactoryGImageMultiBand
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryGImageMultiBand.Border_IL_F32 |
static class |
FactoryGImageMultiBand.Border_IL_F64 |
static class |
FactoryGImageMultiBand.Border_IL_S32 |
static class |
FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder> |
static class |
FactoryGImageMultiBand.GSingleToMB |
static class |
FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>> |
static class |
FactoryGImageMultiBand.IL_F32 |
static class |
FactoryGImageMultiBand.IL_S8 |
static class |
FactoryGImageMultiBand.IL_U8 |
static class |
FactoryGImageMultiBand.MS |
| Constructor and Description |
|---|
FactoryGImageMultiBand() |
| Modifier and Type | Method and Description |
|---|---|
static GImageMultiBand |
create(ImageType imageType) |
static GImageMultiBand |
wrap(ImageBase image) |
static GImageMultiBand |
wrap(ImageBorder image) |
static GImageMultiBand |
wrap(ImageInterleaved image) |
static GImageMultiBand |
wrap(ImageSingleBand image) |
static GImageMultiBand |
wrap(MultiSpectral image) |
public static GImageMultiBand wrap(ImageBase image)
public static GImageMultiBand wrap(ImageSingleBand image)
public static GImageMultiBand create(ImageType imageType)
public static GImageMultiBand wrap(MultiSpectral image)
public static GImageMultiBand wrap(ImageInterleaved image)
public static GImageMultiBand wrap(ImageBorder image)