Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.util |
Modifier and Type | Method and Description |
---|---|
DataView |
Tag.retrieveData(long referenceIndex)
Returns the data associated with a certain reference.
|
DataView |
MultiTag.retrieveData(long positionIndex,
long referenceIndex)
Retrieves the data slice tagged by a certain position and extent
of a certain reference.
|
DataView |
Tag.retrieveFeatureData(long featureIndex)
Returns the data stored in the selected Feature.
|
DataView |
MultiTag.retrieveFeatureData(long positionIndex,
long featureIndex)
Retrieves the data stored in a feature related to a certain
position of this tag.
|
Modifier and Type | Method and Description |
---|---|
static DataView |
DataAccess.retrieveData(MultiTag tag,
long positionIndex,
long referenceIndex)
Retrieve the data referenced by the given position and extent of the MultiTag.
|
static DataView |
DataAccess.retrieveData(Tag tag,
long referenceIndex)
Retrieve the data referenced by the given position and extent of the Tag.
|
static DataView |
DataAccess.retrieveFeatureData(MultiTag tag,
long positionIndex)
Returns the feature data accosiated with the given MuliTag's position.
|
static DataView |
DataAccess.retrieveFeatureData(MultiTag tag,
long positionIndex,
long featureIndex)
Returns the feature data accosiated with the given MuliTag's position.
|
static DataView |
DataAccess.retrieveFeatureData(Tag tag)
Retruns the feature data associated with a Tag.
|
static DataView |
DataAccess.retrieveFeatureData(Tag tag,
long featureIndex)
Retruns the feature data associated with a Tag.
|
Copyright © 2016. All rights reserved.