All Implemented Interfaces:
Serializable

public class VectorSource extends Source
See Also:
  • Constructor Details

    • VectorSource

      public VectorSource()
    • VectorSource

      public VectorSource(VectorSource.Options options)
  • Method Details

    • getType

      public String getType()
      Description copied from class: AbstractConfigurationObject
      The unique type name of this class. Used by the client-side synchronization mechanism to determine which OpenLayers class to synchronize into.
      Specified by:
      getType in class AbstractConfigurationObject
    • getFeatures

      public List<Feature> getFeatures()
    • addFeature

      public void addFeature(Feature feature)
    • removeFeature

      public void removeFeature(Feature feature)
    • removeAllFeatures

      public void removeAllFeatures()