Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.util | |
org.g_node.nix.valid |
Modifier and Type | Class and Description |
---|---|
class |
SampledDimension<T extends SampledDimension>
SampledDimension
Dimension descriptor for regularly sampled dimensions.
|
Modifier and Type | Method and Description |
---|---|
SampledDimension |
DataArray.appendSampledDimension(double samplingInterval)
Append a new SampledDimension to the list of existing dimension descriptors.
|
SampledDimension |
Dimension.asSampledDimension()
Returns as
SampledDimension . |
SampledDimension |
DataArray.createSampledDimension(long id,
double samplingInterval)
Create a new SampledDimension at a specified dimension index.
|
Modifier and Type | Method and Description |
---|---|
static long |
DataAccess.positionToIndex(double position,
String unit,
SampledDimension dimension)
Converts a position given in a unit into an index according to the dimension descriptor.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(SampledDimension sampledDimension)
SampledDimension entity validator
Function taking a SampledDimension entity and returning
Result object |
Copyright © 2016. All rights reserved.