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
- Author:
- fdiaz
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.impl.searchPostProcess.distinctOn.AggregateOperation
AggregateOperation.AggregateOperationFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfixAttributeDescriptor(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.swing.impl.searchPostProcess.distinctOn.AggregateOperation
getValue, perform, resetMethods inherited from interface org.gvsig.tools.util.IsApplicable
isApplicable
-
Constructor Details
-
AbstractAggregateOperation
public AbstractAggregateOperation()
-
-
Method Details
-
fixAttributeDescriptor
public void fixAttributeDescriptor(org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor descriptor) - Specified by:
fixAttributeDescriptorin interfaceAggregateOperation
-