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.

@FunctionalInterface public static interface GeometryBuilder.GetPointBlock
Functional interface for generating a point by its index. Used in the callback‑based GeometryBuilder.addLineCb(int, GetPointBlock) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPoint(int index)
    Returns the point for the given index.
  • Method Details

    • getPoint

      MapPoint getPoint(int index)
      Returns the point for the given index.
      Parameters:
      index - zero‑based position in the sequence (0 … count‑1)
      Returns:
      the point at that index