Interface AggregateOperation
- All Superinterfaces:
org.gvsig.tools.util.IsApplicable
- All Known Implementing Classes:
AbstractAggregateOperation,CountAggregateOperation,FirstAggregateOperation,LastAggregateOperation,MaxAggregateOperation,MinAggregateOperation,NullAggregateOperation,STConvexHullAggregateOperation,STExtentAggregateOperation,STIntersectionAggregateOperation,STUnionAggregateOperation,SumAggregateOperation
public interface AggregateOperation
extends org.gvsig.tools.util.IsApplicable
- Author:
- jovivas
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Methods inherited from interface org.gvsig.tools.util.IsApplicable
isApplicable
-
Method Details
-
reset
void reset() -
perform
-
getValue
Object getValue() -
fixAttributeDescriptor
void fixAttributeDescriptor(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor)
-