Package | Description |
---|---|
org.g_node.nix | |
org.g_node.nix.internal | |
org.g_node.nix.util | |
org.g_node.nix.valid |
Modifier and Type | Method and Description |
---|---|
MultiTag |
Block.createMultiTag(String name,
String type,
DataArray positions)
Create a new multi tag associated with this block.
|
MultiTag |
Group.getMultiTag(long index)
Retrieves a specific tag by index.
|
MultiTag |
Block.getMultiTag(long index)
Retrieves a specific multi tag by index.
|
MultiTag |
Group.getMultiTag(String nameOrId)
Retrieves a specific tag from the group by its id.
|
MultiTag |
Block.getMultiTag(String nameOrId)
Retrieves a specific multi tag from the block by its id.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
Group.getMultiTags()
Gets all MultiTags within this group.
|
List<MultiTag> |
Block.getMultiTags()
Get multi tags within this block.
|
List<MultiTag> |
Group.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get tags within this block.
|
List<MultiTag> |
Block.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get multi tags within this block.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addMultiTag(MultiTag tag)
Add a MultiTag to the list of referenced tags of the group.
|
boolean |
Block.deleteMultiTag(MultiTag multiTag)
Deletes a multi tag from the block.
|
boolean |
Group.hasMultiTag(MultiTag tag)
Checks if a specific tag exists in the group.
|
boolean |
Block.hasMultiTag(MultiTag multiTag)
Checks if a specific multi tag exists in the block.
|
boolean |
Group.removeMultiTag(MultiTag tag)
Remove a MultiTag from the list of referenced data of the group.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
Group.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get tags within this block.
|
List<MultiTag> |
Block.getMultiTags(java.util.function.Predicate<MultiTag> filter)
Get multi tags within this block.
|
void |
Group.setMultiTags(List<MultiTag> tags)
Set all MultiTag associations for this group.
|
Modifier and Type | Method and Description |
---|---|
List<MultiTag> |
VectorUtils.MultiTagVector.getMultiTags()
Get multi tags.
|
Constructor and Description |
---|
MultiTagVector(List<MultiTag> lst)
Set multi tags.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataAccess.getOffsetAndCount(MultiTag tag,
DataArray array,
long index,
NDSize offsets,
NDSize counts)
Returns the offsets and element counts associated with position and extent of a Tag and
the referenced DataArray.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
static Result |
Validator.validate(MultiTag multiTag)
MultiTag entity validator
Function taking a MultiTag entity and returning
Result object |
Copyright © 2016. All rights reserved.