org.gwtopenmaps.openlayers.client.feature
Class Feature
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.feature.Feature
- Direct Known Subclasses:
- VectorFeature
public abstract class Feature
- extends OpenLayersObjectWrapper
- Author:
- Edwin Commandeur - Atlis EJS, Curtis Jensen, Lukas Johansson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Feature
protected Feature(JSObject element)
destroy
public void destroy()
getFeatureId
public String getFeatureId()
- Returns:
- a generated ID. Prefer the use of
getFID
, which supports an OGC standard.
getFID
public String getFID()
createPopup
public Popup createPopup(boolean closeBox)
getCenterLonLat
public LonLat getCenterLonLat()
setPopup
public void setPopup(Popup popup)
getPopup
public Popup getPopup()
resetPopup
public void resetPopup()
setStyle
public void setStyle(Style newStyle)
getStyle
public Style getStyle()
getLayer
public JSObject getLayer()
Copyright © 2011 sourceforge. All Rights Reserved.