Class FeatureCollection


  • public class FeatureCollection
    extends com.google.gwt.core.client.JavaScriptObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FeatureCollection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Feature> getFeatures()  
      com.google.gwt.core.client.JsArray<Feature> getFeaturesInternal()  
      • Methods inherited from class com.google.gwt.core.client.JavaScriptObject

        cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FeatureCollection

        protected FeatureCollection()
    • Method Detail

      • getFeatures

        public final java.util.Collection<Feature> getFeatures()
      • getFeaturesInternal

        public final com.google.gwt.core.client.JsArray<Feature> getFeaturesInternal()