Interface ReportDataSet.SelectionOfFeatures

All Superinterfaces:
org.gvsig.tools.util.GetItem64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.util.GetItemWithSize64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.util.GetItemWithSizeAndIterator64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.util.IsEmpty, Iterable<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.util.Size64, org.gvsig.tools.util.UnmodifiableBasicCollection64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.util.UnmodifiableBasicList64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.visitor.Visitable
Enclosing interface:
ReportDataSet

public static interface ReportDataSet.SelectionOfFeatures extends org.gvsig.tools.util.UnmodifiableBasicList64<org.gvsig.fmap.dal.feature.Feature>, org.gvsig.tools.visitor.Visitable
  • Field Summary

    Fields inherited from interface org.gvsig.tools.util.GetItemWithSizeAndIterator64

    EMPTY_GETITEMWITHSIZEANDITERATOR64

    Fields inherited from interface org.gvsig.tools.util.UnmodifiableBasicList64

    EMPTY_UNMODIFIABLEBASICLIST
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(String referenceCode)
     
    void
    add(org.gvsig.fmap.dal.feature.Feature feature)
     
    void
    add(org.gvsig.fmap.dal.feature.FeatureReference reference)
     
    void
    addAll(Iterator<org.gvsig.fmap.dal.feature.Feature> features)
     
    void
    addAll(org.gvsig.tools.visitor.Visitable features)
     
    void
     
    void
     

    Methods inherited from interface org.gvsig.tools.util.GetItem64

    get64

    Methods inherited from interface org.gvsig.tools.util.IsEmpty

    isEmpty

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.gvsig.tools.util.Size64

    size64

    Methods inherited from interface org.gvsig.tools.util.UnmodifiableBasicList64

    toList

    Methods inherited from interface org.gvsig.tools.visitor.Visitable

    accept
  • Method Details

    • add

      void add(org.gvsig.fmap.dal.feature.Feature feature)
    • add

      void add(org.gvsig.fmap.dal.feature.FeatureReference reference)
    • add

      void add(String referenceCode)
    • addAll

      void addAll(Iterator<org.gvsig.fmap.dal.feature.Feature> features)
    • addAll

      void addAll(org.gvsig.tools.visitor.Visitable features)
    • addStoreSelection

      void addStoreSelection()
    • clear

      void clear()