Class WeakGISTreeSetNode<P extends GISPrimitive>

    • Constructor Detail

      • WeakGISTreeSetNode

        WeakGISTreeSetNode​(IcosepQuadTreeNode.IcosepQuadTreeZone zone,
                           double boundsX,
                           double boundsY,
                           double boundsWidth,
                           double boundsHeight)
        Constructor.
        Parameters:
        zone - is the zone enclosed by this node.
        boundsX - is the bounds of the scene.
        boundsY - is the bounds of the scene.
        boundsWidth - is the bounds of the scene.
        boundsHeight - is the bounds of the scene.