org.gwtopenmaps.openlayers.client.feature
Class VectorFeatureImpl

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

public class VectorFeatureImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS, Rafael Ceravolo - LOGANN, Lukas Johansson

Constructor Summary
VectorFeatureImpl()
           
 
Method Summary
static JSObject clone(JSObject obj)
           
static JSObject create(JSObject geometry)
           
static JSObject create(JSObject geometry, JSObject style)
           
static String getRenderIntent(JSObject self)
           
static boolean getVisibility(JSObject obj)
           
static boolean redraw(JSObject layer, boolean force)
           
static void setFeatureId(JSObject obj, String featureId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorFeatureImpl

public VectorFeatureImpl()
Method Detail

create

public static JSObject create(JSObject geometry)

create

public static JSObject create(JSObject geometry,
                              JSObject style)

getRenderIntent

public static String getRenderIntent(JSObject self)

setFeatureId

public static void setFeatureId(JSObject obj,
                                String featureId)

redraw

public static boolean redraw(JSObject layer,
                             boolean force)

getVisibility

public static boolean getVisibility(JSObject obj)

clone

public static JSObject clone(JSObject obj)


Copyright © 2011 sourceforge. All Rights Reserved.