|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.layer.mysql.MysqlGeometry | +--com.bbn.openmap.layer.mysql.MysqlMulti | +--com.bbn.openmap.layer.mysql.MysqlCollection
This class represents the encapsulation of a MySQL
GeometryCollection.
Copyright 2003 by the Author
Field Summary |
Fields inherited from class com.bbn.openmap.layer.mysql.MysqlMulti |
elements |
Fields inherited from class com.bbn.openmap.layer.mysql.MysqlGeometry |
GEOMETRYCOLLECTIONTYPE, LINESTRINGTYPE, MULTILINESTRINGTYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTTYPE |
Constructor Summary | |
MysqlCollection()
|
Method Summary | |
void |
addElement(MysqlGeometry mg)
|
MysqlGeometry |
getElementByIndex(int i)
|
Methods inherited from class com.bbn.openmap.layer.mysql.MysqlMulti |
countElements |
Methods inherited from class com.bbn.openmap.layer.mysql.MysqlGeometry |
getType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MysqlCollection()
Method Detail |
public void addElement(MysqlGeometry mg)
addElement
in class MysqlMulti
public MysqlGeometry getElementByIndex(int i)
getElementByIndex
in class MysqlMulti
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |