src.groovy
Class Geometry

Created by IntelliJ IDEA. User: sbortman Date: Jun 6, 2008 Time: 5:00:09 PM To change this template use File | Settings | File Templates.

Field Summary
 def geom
           
 
Constructor Summary
Geometry()
           
 
Method Summary
static def createPolygon(def minLon, def minLat, def maxLon, def maxLat)
          
static Geometry fromString(String s)
          
def getBounds()
          
def getSRS()
          
def getWKT()
          
String toString()
          
 

Constructor Detail

Geometry

Geometry()


Method Detail

createPolygon

public static def createPolygon(def minLon, def minLat, def maxLon, def maxLat)


fromString

public static Geometry fromString(String s)


getBounds

public def getBounds()


getSRS

public def getSRS()


getWKT

public def getWKT()


toString

public String toString()