public abstract class MysqlMulti extends MysqlGeometry
Copyright 2003 by the Author
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
elements |
GEOMETRYCOLLECTIONTYPE, LINESTRINGTYPE, MULTILINESTRINGTYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTTYPE
Constructor and Description |
---|
MysqlMulti() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addElement(MysqlGeometry mg) |
int |
countElements() |
abstract MysqlGeometry |
getElementByIndex(int i) |
getType, setType
public int countElements()
public abstract void addElement(MysqlGeometry mg)
public abstract MysqlGeometry getElementByIndex(int i)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details