es.unex.sextante.tin.linearIsolinesFromTin
Class BinaryTree

java.lang.Object
  extended by es.unex.sextante.tin.linearIsolinesFromTin.BinaryTree

public class BinaryTree
extends java.lang.Object


Constructor Summary
BinaryTree()
           
 
Method Summary
 void insert(com.vividsolutions.jts.geom.Coordinate pointKey, java.lang.Integer data)
          The method inserts new object into tree
 void remove(com.vividsolutions.jts.geom.Coordinate pointKey)
          The method removes object from tree
 java.lang.Object search(com.vividsolutions.jts.geom.Coordinate pointKey)
          The method searchs object with pointKey index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryTree

public BinaryTree()
Method Detail

insert

public void insert(com.vividsolutions.jts.geom.Coordinate pointKey,
                   java.lang.Integer data)
The method inserts new object into tree

Parameters:
pointKey - - index of object
data - - integer index of object to main data structure

remove

public void remove(com.vividsolutions.jts.geom.Coordinate pointKey)
The method removes object from tree

Parameters:
pointKey - - index of object

search

public java.lang.Object search(com.vividsolutions.jts.geom.Coordinate pointKey)
The method searchs object with pointKey index

Parameters:
pointKey - - index of object
Returns:
object with current index


Copyright © 2014 gvSIG Association. All Rights Reserved.