|
||||||||||
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.MysqlLine
public class MysqlLine
This class represents the encapsulation of a MySQL
GeometryLineString. Coordinate values are stored as values of
double precision in arrays as a sequence of Latitude/Longitude
pairs. This differs from the database where values are stored as
X/Y or Easting/Northing pairs.
Copyright 2003 by the Author
Field Summary |
---|
Fields inherited from class com.bbn.openmap.layer.mysql.MysqlGeometry |
---|
GEOMETRYCOLLECTIONTYPE, LINESTRINGTYPE, MULTILINESTRINGTYPE, MULTIPOINTTYPE, MULTIPOLYGONTYPE, POINTTYPE, POLYGONTTYPE |
Constructor Summary | |
---|---|
MysqlLine()
|
Method Summary | |
---|---|
double[] |
getCoordinateArray()
Returns the coordinateArray. |
void |
setCoordinateArray(double[] coordinateArray)
Sets the coordinateArray. |
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 MysqlLine()
Method Detail |
---|
public double[] getCoordinateArray()
public void setCoordinateArray(double[] coordinateArray)
coordinateArray
- The coordinateArray to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |