| Array {openeo} | R Documentation | 
Array
Description
Inheriting from Argument() in order to represent an array of a single data type.
Value
Object of R6Class() representing a single valued array.
Methods
$getMinItemsreturns the minimum number of items
$getMaxItemsreturns the maximum number of items
$setMinItems(value)sets the minimum number of items
$setMaxItems(value)sets the maximum number of items
$getItemSchemareturns the item schema of the items in the array
$setItemSchema(value)sets the schema for the items in the array
Arguments
valueeither a number describing the minimum and maximum number of elements in an array or the parsed JSON schema of a single item in the array
See Also
Array(), Integer(), EPSGCode(), String(), Number(),
Date(), RasterCube(), VectorCube(), ProcessGraphArgument(),
ProcessGraphParameter(), OutputFormatOptions(), GeoJson(),
Boolean(), DateTime(), Time(), BoundingBox(), Kernel(),
TemporalInterval(), TemporalIntervals(), CollectionId(), OutputFormat(),
AnyOf(), ProjDefinition(), UdfCodeArgument(), UdfRuntimeArgument() and
UdfRuntimeVersionArgument(),TemporalIntervals(), MetadataFilter()