Package org.gvsig.report.lib.impl
Class DefaultSelectionOfFeatures
java.lang.Object
org.gvsig.report.lib.impl.DefaultSelectionOfFeatures
- All Implemented Interfaces:
Iterable<org.gvsig.fmap.dal.feature.Feature>,ReportDataSet.SelectionOfFeatures,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,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
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from interface org.gvsig.tools.util.GetItemWithSizeAndIterator64
EMPTY_GETITEMWITHSIZEANDITERATOR64Fields inherited from interface org.gvsig.tools.util.UnmodifiableBasicList64
EMPTY_UNMODIFIABLEBASICLIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.gvsig.tools.visitor.Visitor visitor) voidvoidadd(org.gvsig.fmap.dal.feature.Feature feature) voidadd(org.gvsig.fmap.dal.feature.FeatureReference reference) voidvoidaddAll(org.gvsig.tools.visitor.Visitable features) voidvoidclear()org.gvsig.fmap.dal.feature.Featureget64(long pos) org.gvsig.fmap.dal.feature.FeatureReferencegetReference(int pos) booleanisEmpty()Iterator<org.gvsig.fmap.dal.feature.Feature> iterator()longsize64()List<org.gvsig.fmap.dal.feature.Feature> toList()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultSelectionOfFeatures
-
-
Method Details
-
get64
public org.gvsig.fmap.dal.feature.Feature get64(long pos) - Specified by:
get64in interfaceorg.gvsig.tools.util.GetItem64<org.gvsig.fmap.dal.feature.Feature>
-
getReference
public org.gvsig.fmap.dal.feature.FeatureReference getReference(int pos) -
size64
public long size64()- Specified by:
size64in interfaceorg.gvsig.tools.util.Size64
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceorg.gvsig.tools.util.IsEmpty
-
iterator
-
accept
public void accept(org.gvsig.tools.visitor.Visitor visitor) throws org.gvsig.tools.exception.BaseException - Specified by:
acceptin interfaceorg.gvsig.tools.visitor.Visitable- Throws:
org.gvsig.tools.exception.BaseException
-
clear
public void clear()- Specified by:
clearin interfaceReportDataSet.SelectionOfFeatures
-
add
public void add(org.gvsig.fmap.dal.feature.Feature feature) - Specified by:
addin interfaceReportDataSet.SelectionOfFeatures
-
add
public void add(org.gvsig.fmap.dal.feature.FeatureReference reference) - Specified by:
addin interfaceReportDataSet.SelectionOfFeatures
-
add
- Specified by:
addin interfaceReportDataSet.SelectionOfFeatures
-
addAll
- Specified by:
addAllin interfaceReportDataSet.SelectionOfFeatures
-
addAll
public void addAll(org.gvsig.tools.visitor.Visitable features) - Specified by:
addAllin interfaceReportDataSet.SelectionOfFeatures
-
addStoreSelection
public void addStoreSelection()- Specified by:
addStoreSelectionin interfaceReportDataSet.SelectionOfFeatures
-
toList
- Specified by:
toListin interfaceorg.gvsig.tools.util.UnmodifiableBasicList64<org.gvsig.fmap.dal.feature.Feature>
-