com.vividsolutions.jts.index.bintree

Class Key


public class Key
extends java.lang.Object

A Key is a unique identifier for a node in a tree. It contains a lower-left point and a level number. The level number is claskquote>

expandToInclude

public void expandToInclude(Interval interval)

getMax

public double getMax()

getMin

public double getMin()

getWidth

public double getWidth()

init

public void init(double min,
                 double max)

overlaps

public boolean overlaps(Interval interval)

overlaps

public boolean overlaps(double min,
                        double max)
./usr/share/doc/libjts-java-doc/api/com/vividsolutions/jts/index/bintree/Key.html0000644000000000000000000002452610362747171026770 0ustar rootroot Key