Package globus.glmap
Interface GeometryBuilder.GetPointBlock
- Enclosing class:
- GeometryBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for generating a point by its index.
Used in the callback‑based
GeometryBuilder.addLineCb(int, GetPointBlock) method.-
Method Summary
-
Method Details
-
getPoint
Returns the point for the given index.- Parameters:
index- zero‑based position in the sequence (0 … count‑1)- Returns:
- the point at that index
-