Uses of Interface
org.meteoinfo.jts.index.strtree.Boundable
-
Packages that use Boundable Package Description org.meteoinfo.jts.index.strtree -
-
Uses of Boundable in org.meteoinfo.jts.index.strtree
Classes in org.meteoinfo.jts.index.strtree that implement Boundable Modifier and Type Class Description classAbstractNodeA node of anAbstractSTRtree.classItemBoundableBoundable wrapper for a non-Boundable spatial object.Methods in org.meteoinfo.jts.index.strtree with parameters of type Boundable Modifier and Type Method Description voidAbstractNode. addChildBoundable(Boundable childBoundable)Adds either an AbstractNode, or if this is a leaf node, a data object (wrapped in an ItemBoundable)
-