public class MysqlWKTGeometryFactory
extends java.lang.Object
Copyright 2003 by the Author
Constructor and Description |
---|
MysqlWKTGeometryFactory() |
Modifier and Type | Method and Description |
---|---|
protected static double[] |
createDoubleLatLongArray(java.util.Vector v) |
static MysqlGeometry |
createGeometry(java.lang.String geotext) |
protected static MysqlLine |
createLine(java.lang.String s) |
protected static MysqlPoint |
createPoint(java.lang.String s) |
protected static MysqlPolygon |
createPolygon(WKTNode wktRoot) |
protected static void |
iterateWKTNodeTree(WKTNode n) |
protected static WKTNode |
parseGeometryText(java.lang.String coordString) |
protected static java.util.Vector |
parseStringByToken(java.lang.String s,
char token) |
protected static MysqlGeometry |
util(WKTNode wktRoot,
java.lang.String type) |
public static MysqlGeometry createGeometry(java.lang.String geotext)
protected static MysqlGeometry util(WKTNode wktRoot, java.lang.String type)
protected static MysqlPoint createPoint(java.lang.String s)
protected static MysqlLine createLine(java.lang.String s)
protected static MysqlPolygon createPolygon(WKTNode wktRoot)
protected static void iterateWKTNodeTree(WKTNode n)
protected static WKTNode parseGeometryText(java.lang.String coordString)
protected static double[] createDoubleLatLongArray(java.util.Vector v)
protected static java.util.Vector parseStringByToken(java.lang.String s, char token)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details