Class FrustumSelector<P extends GISPrimitive,​N extends AbstractGISTreeSetNode<P,​N>>

    • Constructor Detail

      • FrustumSelector

        FrustumSelector​(Rectangle2afp<?,​?,​?,​?,​?,​?> bounds)
        Constructor.
        Parameters:
        bounds - the selection bounds.
    • Method Detail

      • nodeCouldBeTreatedByIterator

        @Pure
        public boolean nodeCouldBeTreatedByIterator​(N node)
        Description copied from interface: NodeSelector
        Replies if the specified node could be treated by the iterator.
        Specified by:
        nodeCouldBeTreatedByIterator in interface NodeSelector<P extends GISPrimitive>
        Parameters:
        node - is the node to test.
        Returns:
        true if the node could be treated by the iterator, otherwhise false
      • dataCouldBeRepliedByIterator

        @Pure
        public boolean dataCouldBeRepliedByIterator​(P data)
        Description copied from interface: DataSelector
        Replies if the specified data could be replied by the iterator.
        Specified by:
        dataCouldBeRepliedByIterator in interface DataSelector<P extends GISPrimitive>
        Parameters:
        data - is the data to test.
        Returns:
        true if the data could be replied by the iterator, otherwhise false