com.bbn.openmap.layer.mysql
Class MysqlCollection

java.lang.Object
  extended by com.bbn.openmap.layer.mysql.MysqlGeometry
      extended by com.bbn.openmap.layer.mysql.MysqlMulti
          extended by com.bbn.openmap.layer.mysql.MysqlCollection

public class MysqlCollection
extends MysqlMulti

This class represents the encapsulation of a MySQL GeometryCollection. Copyright 2003 by the Author

Version:
1.0
Author:
Uwe Baier uwe.baier@gmx.net

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

MysqlCollection

public MysqlCollection()
Method Detail

addElement

public void addElement(MysqlGeometry mg)
Specified by:
addElement in class MysqlMulti

getElementByIndex

public MysqlGeometry getElementByIndex(int i)
Specified by:
getElementByIndex in class MysqlMulti


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