org.gwtopenmaps.openlayers.client.geometry
Class PolygonImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.geometry.PolygonImpl

public class PolygonImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
PolygonImpl()
           
 
Method Summary
static JSObject create(JSObject rings)
           
static float getArea(JSObject obj)
           
static double getGeodesicArea(JSObject obj, JSObject projection)
           
static boolean intersects(JSObject self, JSObject geometry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonImpl

public PolygonImpl()
Method Detail

create

public static JSObject create(JSObject rings)

intersects

public static boolean intersects(JSObject self,
                                 JSObject geometry)

getArea

public static float getArea(JSObject obj)

getGeodesicArea

public static double getGeodesicArea(JSObject obj,
                                     JSObject projection)


Copyright © 2011 sourceforge. All Rights Reserved.