|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntervalRange2
Provides access to members that control classifications that need an interval range.
IIntervalRange2 can be used in place of IClassify and IIntervalRange to get the default interval from a DefinedInterval classification CoClass. To get the default interval make one call to IIntervalRange2.Default instead of first calling IClassify.SetHistogramData and then calling IIntervalRange.Default.
Because IClassify is incompatible with some ArcObjects APIs including VB.NET and Java, the method described above must be used when developing with these languages.
Method Summary | |
---|---|
double |
getDefault(Object values,
Object frequencies)
The Default Range for the data. |
void |
setIntervalRange(double rhs1)
The Interval Range. |
Method Detail |
---|
void setIntervalRange(double rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDefault(Object values, Object frequencies) throws IOException, AutomationException
values
- A Variant (in)frequencies
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |