org.postgis
Class GeometryFactory

java.lang.Object
  |
  +--org.postgis.GeometryFactory

public class GeometryFactory
extends java.lang.Object


Constructor Summary
GeometryFactory()
           
 
Method Summary
static byte[] Geometry2WKB(Geometry geom)
           
static Geometry WKB2Geometry(byte[] wkb)
           
static Geometry WKS2Geometry(java.lang.String wks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryFactory

public GeometryFactory()
Method Detail

Geometry2WKB

public static byte[] Geometry2WKB(Geometry geom)

WKB2Geometry

public static Geometry WKB2Geometry(byte[] wkb)

WKS2Geometry

public static Geometry WKS2Geometry(java.lang.String wks)