Package | Description |
---|---|
com.bbn.openmap.layer.mysql |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MysqlGeometry |
MysqlWKTGeometryFactory.createGeometry(java.lang.String geotext) |
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) |
protected static MysqlGeometry |
MysqlWKTGeometryFactory.util(WKTNode wktRoot,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
void |
MysqlMultiPolygon.addElement(MysqlGeometry l) |
void |
MysqlMultiPoint.addElement(MysqlGeometry l) |
void |
MysqlMultiLineString.addElement(MysqlGeometry l) |
abstract void |
MysqlMulti.addElement(MysqlGeometry mg) |
void |
MysqlCollection.addElement(MysqlGeometry mg) |
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