Uses of Class
com.bbn.openmap.layer.mysql.WKTNode

Packages that use WKTNode
com.bbn.openmap.layer.mysql   
 

Uses of WKTNode in com.bbn.openmap.layer.mysql
 

Methods in com.bbn.openmap.layer.mysql that return WKTNode
 WKTNode WKTNode.getParent()
          Returns the parent.
 WKTNode WKTNode.getChildByNumber(int i)
           
protected static WKTNode MysqlWKTGeometryFactory.parseGeometryText(java.lang.String coordString)
           
 

Methods in com.bbn.openmap.layer.mysql with parameters of type WKTNode
 void WKTNode.setParent(WKTNode parent)
          Sets the parent.
 void WKTNode.adChild(WKTNode n)
           
protected static MysqlGeometry MysqlWKTGeometryFactory.util(WKTNode wktRoot, java.lang.String type)
           
protected static MysqlPolygon MysqlWKTGeometryFactory.createPolygon(WKTNode wktRoot)
           
protected static void MysqlWKTGeometryFactory.iterateWKTNodeTree(WKTNode n)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details