Interface ComplexPointProcessor<P extends ComplexPoint<?>,K extends ComplexQueryKey<?>>

Type Parameters:
P - The type of complex point being processed, which extends ComplexPoint.
K - The type of complex query key used for identification, which extends ComplexQueryKey.
All Superinterfaces:
QueriedPointProcessor<P,K,ComplexPointType>
All Known Subinterfaces:
AnnotationPointProcessor, MetadataPointProcessor
All Known Implementing Classes:
DefaultAnnotationProcessor, DefaultMetadataProcessor

public interface ComplexPointProcessor<P extends ComplexPoint<?>,K extends ComplexQueryKey<?>> extends QueriedPointProcessor<P,K,ComplexPointType>
A marker interface for processing complex points in a query.

This interface extends QueriedPointProcessor to handle ComplexPoint objects associated with ComplexQueryKey. It defines the contract for processing complex data points with specific query keys and point types.