| Modifier and Type | Interface and Description |
|---|---|
static interface |
GridDimension.GridDimensionProperty
The Interface GridDimensionProperty.
|
static interface |
GridDimension.GridDimensionPropertyBuilder
The Interface GridDimensionPropertyBuilder.
|
interface |
Raster
The Interface Raster.
|
static interface |
Raster.RasterProperty
The Interface RasterProperty.
|
static interface |
Raster.RasterPropertyBuilder
The Interface RasterPropertyBuilder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDimensionImpl
The Class GridDimensionImpl.
|
static class |
GridDimensionImpl.GridDimensionPropertyBuilderImpl
The Class GridDimensionPropertyBuilderImpl.
|
class |
RasterImpl
The Class RasterImpl.
|
static class |
RasterImpl.RasterPropertyBuilderImpl
The Class RasterPropertyBuilderImpl.
|
| Modifier and Type | Method and Description |
|---|---|
GridDimension |
MaxGridDimension.getMaxGridDimension()
Retrieves the max grid dimension from the max grid dimension property.
|
GridDimension |
MinGridDimension.getMinGridDimension()
Retrieves the min grid dimension from the min grid dimension property.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GridDimension.equals(GridDimension aGridDimensionA,
GridDimension aGridDimensionB)
Equals.
|
void |
GridDimensionImpl.GridDimensionPropertyBuilderImpl.setGridDimension(GridDimension aDimension)
Sets the grid dimension.
|
void |
RasterImpl.RasterPropertyBuilderImpl.setGridDimension(GridDimension aDimension)
Sets the grid dimension.
|
void |
GridDimension.GridDimensionMutator.setGridDimension(GridDimension aDimension)
Sets the grid dimension.
|
void |
MaxGridDimension.MaxGridDimensionMutator.setMaxGridDimension(GridDimension aGridDimension)
Sets the max grid dimension for the max grid dimension property.
|
void |
MinGridDimension.MinGridDimensionMutator.setMinGridDimension(GridDimension aGridDimension)
Sets the min grid dimension for the min grid dimension property.
|
GridDimensionImpl.GridDimensionPropertyBuilderImpl |
GridDimensionImpl.GridDimensionPropertyBuilderImpl.withGridDimension(GridDimension aDimension)
With grid dimension.
|
RasterImpl.RasterPropertyBuilderImpl |
RasterImpl.RasterPropertyBuilderImpl.withGridDimension(GridDimension aDimension)
With grid dimension.
|
B |
GridDimension.GridDimensionBuilder.withGridDimension(GridDimension aDimension)
With grid dimension.
|
B |
MaxGridDimension.MaxGridDimensionBuilder.withMaxGridDimension(GridDimension aGridDimension)
Sets the max grid dimension for the max grid dimension property.
|
B |
MinGridDimension.MinGridDimensionBuilder.withMinGridDimension(GridDimension aGridDimension)
Sets the min grid dimension for the min grid dimension property.
|
Copyright © 2018. All rights reserved.