org.gwtopenmaps.openlayers.client.geometry
Class CollectionImpl

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

public class CollectionImpl
extends Object


Constructor Summary
CollectionImpl()
           
 
Method Summary
static boolean equals(JSObject self, JSObject geom)
           
static JSObject getComponent(JSObject self, int index)
           
static double getLength(JSObject self)
           
static int getNumberOfComponents(JSObject self)
           
static void transform(JSObject self, JSObject source, JSObject dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionImpl

public CollectionImpl()
Method Detail

getNumberOfComponents

public static int getNumberOfComponents(JSObject self)

getComponent

public static JSObject getComponent(JSObject self,
                                    int index)

transform

public static void transform(JSObject self,
                             JSObject source,
                             JSObject dest)

equals

public static boolean equals(JSObject self,
                             JSObject geom)

getLength

public static double getLength(JSObject self)


Copyright © 2011 sourceforge. All Rights Reserved.