public class DummyProductBuilder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DummyProductBuilder.GC
Geo Coding
|
static class |
DummyProductBuilder.GCOcc
Occurrence of geo-codings.
|
static class |
DummyProductBuilder.GP
Geo Position
|
static class |
DummyProductBuilder.I2M
Image-to-model transformation type.
|
static class |
DummyProductBuilder.Size
Raster Size
|
static class |
DummyProductBuilder.SizeOcc
Occurrence of sizes.
|
Constructor and Description |
---|
DummyProductBuilder() |
Modifier and Type | Method and Description |
---|---|
Product |
create()
Creates a new test product.
|
static Product[] |
createTestProducts() |
DummyProductBuilder |
gc(DummyProductBuilder.GC gc) |
DummyProductBuilder |
gcOcc(DummyProductBuilder.GCOcc gcOcc) |
DummyProductBuilder |
gp(DummyProductBuilder.GP gp) |
DummyProductBuilder |
i2m(DummyProductBuilder.I2M i2m) |
DummyProductBuilder |
size(DummyProductBuilder.Size size) |
DummyProductBuilder |
sizeOcc(DummyProductBuilder.SizeOcc sizeOcc) |
public DummyProductBuilder size(DummyProductBuilder.Size size)
public DummyProductBuilder sizeOcc(DummyProductBuilder.SizeOcc sizeOcc)
public DummyProductBuilder i2m(DummyProductBuilder.I2M i2m)
public DummyProductBuilder gc(DummyProductBuilder.GC gc)
public DummyProductBuilder gcOcc(DummyProductBuilder.GCOcc gcOcc)
public DummyProductBuilder gp(DummyProductBuilder.GP gp)
public static Product[] createTestProducts()
public Product create()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.