|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
protected static MysqlGeometry |
MysqlWKTGeometryFactory.util(WKTNode wktRoot,
java.lang.String type)
|
MysqlGeometry |
MysqlMultiPolygon.getElementByIndex(int i)
|
MysqlGeometry |
MysqlMultiPoint.getElementByIndex(int i)
|
MysqlGeometry |
MysqlMultiLineString.getElementByIndex(int i)
|
abstract MysqlGeometry |
MysqlMulti.getElementByIndex(int i)
|
MysqlGeometry |
MysqlCollection.getElementByIndex(int i)
|
Methods in com.bbn.openmap.layer.mysql with parameters of type MysqlGeometry | |
void |
MysqlMultiPolygon.addElement(MysqlGeometry l)
|
void |
MysqlMultiPoint.addElement(MysqlGeometry l)
|
void |
MysqlMultiLineString.addElement(MysqlGeometry l)
|
abstract void |
MysqlMulti.addElement(MysqlGeometry mg)
|
protected OMGraphic |
MysqlGeometryLayer.createGraphic(MysqlGeometry mg)
Method chooses what type of geometry to render. |
void |
MysqlCollection.addElement(MysqlGeometry mg)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |