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

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

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

Subclasses of MysqlGeometry in com.bbn.openmap.layer.mysql
 class MysqlCollection
          This class represents the encapsulation of a MySQL GeometryCollection.
 class MysqlLine
          This class represents the encapsulation of a MySQL GeometryLineString.
 class MysqlMulti
          This abstract class represents the base class of compound Mysql Geometry Objects.
 class MysqlMultiLineString
          This class represents the encapsulation of a MySQL MultiLineString.
 class MysqlMultiPoint
          This class represents the encapsulation of a MySQL MultiPoint Geometry.
 class MysqlMultiPolygon
          This class represents the encapsulation of a MySQL MultiPolygon Geometry.
 class MysqlPoint
          This class represents the encapsulation of a MySQL Point Geometry.
 class MysqlPolygon
          This class represents the encapsulation of a MySQL Polygon Geometry.
 

Methods in com.bbn.openmap.layer.mysql that return MysqlGeometry
static MysqlGeometry MysqlWKTGeometryFactory.createGeometry(java.lang.String geotext)
           
 MysqlGeometry MysqlCollection.getElementByIndex(int i)
           
abstract  MysqlGeometry MysqlMulti.getElementByIndex(int i)
           
 MysqlGeometry MysqlMultiLineString.getElementByIndex(int i)
           
 MysqlGeometry MysqlMultiPoint.getElementByIndex(int i)
           
 MysqlGeometry MysqlMultiPolygon.getElementByIndex(int i)
           
protected static MysqlGeometry MysqlWKTGeometryFactory.util(WKTNode wktRoot, java.lang.String type)
           
 

Methods in com.bbn.openmap.layer.mysql with parameters of type MysqlGeometry
 void MysqlCollection.addElement(MysqlGeometry mg)
           
abstract  void MysqlMulti.addElement(MysqlGeometry mg)
           
 void MysqlMultiLineString.addElement(MysqlGeometry l)
           
 void MysqlMultiPoint.addElement(MysqlGeometry l)
           
 void MysqlMultiPolygon.addElement(MysqlGeometry l)
           
protected  OMGraphic MysqlGeometryLayer.createGraphic(MysqlGeometry mg)
          Method chooses what type of geometry to render.
 



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