Interface POIHolder

All Known Implementing Classes:
Binary, BinarySource

public interface POIHolder
Interface representing an object that can hold a Point of Interest (POI). A POI is defined by a 2D point with x and y coordinates.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Represents a 2D point with integer coordinates, used to define a Point of Interest.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Point of Interest (POI) associated with this object.
  • Method Details