Class AbstractAggregateOperation

java.lang.Object
org.gvsig.fmap.dal.swing.impl.searchPostProcess.distinctOn.AbstractAggregateOperation
All Implemented Interfaces:
AggregateOperation, org.gvsig.tools.util.IsApplicable
Direct Known Subclasses:
CountAggregateOperation, FirstAggregateOperation, LastAggregateOperation, MaxAggregateOperation, MinAggregateOperation, NullAggregateOperation, STConvexHullAggregateOperation, STExtentAggregateOperation, STIntersectionAggregateOperation, STUnionAggregateOperation, SumAggregateOperation

public abstract class AbstractAggregateOperation extends Object implements AggregateOperation
Author:
fdiaz
  • Constructor Details

    • AbstractAggregateOperation

      public AbstractAggregateOperation()
  • Method Details

    • fixAttributeDescriptor

      public void fixAttributeDescriptor(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor)
      Specified by:
      fixAttributeDescriptor in interface AggregateOperation