org.gwtopenmaps.openlayers.client.feature
Class FeatureImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.feature.FeatureImpl

public class FeatureImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen, Lukas Johansson

Constructor Summary
FeatureImpl()
           
 
Method Summary
static JSObject createPopup(JSObject feature, boolean closeBox)
           
static void destroy(JSObject self)
           
static JSObject getBounds(JSObject feature)
           
static String getFeatureId(JSObject self)
           
static String getFID(JSObject self)
           
static JSObject getLayer(JSObject feature)
           
static JSObject getPopup(JSObject feature)
           
static JSObject getStyle(JSObject self)
           
static void resetPopup(JSObject feature)
           
static void setPopup(JSObject feature, JSObject inputPopup)
           
static void setStyle(JSObject feature, JSObject newStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureImpl

public FeatureImpl()
Method Detail

destroy

public static void destroy(JSObject self)

getFeatureId

public static String getFeatureId(JSObject self)

getFID

public static String getFID(JSObject self)

setPopup

public static void setPopup(JSObject feature,
                            JSObject inputPopup)

getPopup

public static JSObject getPopup(JSObject feature)

resetPopup

public static void resetPopup(JSObject feature)

createPopup

public static JSObject createPopup(JSObject feature,
                                   boolean closeBox)

getBounds

public static JSObject getBounds(JSObject feature)

setStyle

public static void setStyle(JSObject feature,
                            JSObject newStyle)

getStyle

public static JSObject getStyle(JSObject self)

getLayer

public static JSObject getLayer(JSObject feature)


Copyright © 2011 sourceforge. All Rights Reserved.