AGSSymbolInterpolator Class Reference


Description

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.

Defined in:
AGSSymbolInterpolator.h ( ArcGIS library)
Since:
1.8
Inheritance diagram for AGSSymbolInterpolator:
AGSRampInterpolator AGSTimeClassBreaksAger

List of all members.

Public Member Functions

(AGSSymbol *) - interpolatedSymbolForGraphic:originalSymbol:start:end:val:

Member Function Documentation

- (AGSSymbol*) interpolatedSymbolForGraphic: (AGSGraphic *)  graphic
originalSymbol: (AGSSymbol *)  origSymbol
start: (double)  start
end: (double)  end
val: (double)  val 

Returns an interpolated symbol for the specified feature.

Since:
1.8