public class SimpleGeometryIndexFinder
extends java.lang.Object
| Constructor and Description |
|---|
SimpleGeometryIndexFinder(Variable node_count)
Create a new indexer, the indexer must be given a variable to look through.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginning(int index)
Gets the beginning index of a geometry's points given the index of the geometry within the array.
|
int |
getEnd(int index)
Gets the ending index of a geometry's points given the index of the geometry within the array.
|
public SimpleGeometryIndexFinder(Variable node_count)
node_count - Amount of nodes per geometrypublic int getBeginning(int index)
public int getEnd(int index)
index - of the geometry within the array