|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.mysql.MysqlGeometry
com.bbn.openmap.layer.mysql.MysqlMulti
public abstract class MysqlMulti
This abstract class represents the base class of compound Mysql Geometry Objects.
Copyright 2003 by the Author
| Field Summary | |
|---|---|
protected java.util.Vector |
elements
|
| Fields inherited from class com.bbn.openmap.layer.mysql.MysqlGeometry |
|---|
GEOMETRYCOLLECTIONTYPE, LINESTRINGTYPE, MULTILINESTRINGTYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTTYPE |
| Constructor Summary | |
|---|---|
MysqlMulti()
|
|
| Method Summary | |
|---|---|
abstract void |
addElement(MysqlGeometry mg)
|
int |
countElements()
|
abstract MysqlGeometry |
getElementByIndex(int i)
|
| 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 |
| Field Detail |
|---|
protected java.util.Vector elements
| Constructor Detail |
|---|
public MysqlMulti()
| Method Detail |
|---|
public int countElements()
public abstract void addElement(MysqlGeometry mg)
public abstract MysqlGeometry getElementByIndex(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||