Instance of this class represent interpolators that can be used to change the appearance of features. This is a base class and is not to be used directly. Sub-classes provide various schemes through which a symbol of a feature can be modified based on the feature's attributes.
Public Member Functions | |
(AGSSymbol *) | - interpolatedSymbolForGraphic:originalSymbol:start:end:val: |
- (AGSSymbol*) interpolatedSymbolForGraphic: | (AGSGraphic *) | graphic | ||
originalSymbol: | (AGSSymbol *) | origSymbol | ||
start: | (double) | start | ||
end: | (double) | end | ||
val: | (double) | val | ||
Returns an interpolated symbol for the specified feature.