
public static class OPTICSXi.SteepAreaResult extends Object implements IterableResult<OPTICSXi.SteepArea>
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Collection<OPTICSXi.SteepArea> | areasStorage | 
| Constructor and Description | 
|---|
| OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLongName()A "pretty" name for the result, for use in titles, captions and menus. | 
| String | getShortName()A short name for the result, useful for file names. | 
| Iterator<OPTICSXi.SteepArea> | iterator()Retrieve an iterator for the result. | 
Collection<OPTICSXi.SteepArea> areas
public OPTICSXi.SteepAreaResult(Collection<OPTICSXi.SteepArea> areas)
areas - Areaspublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Resultpublic Iterator<OPTICSXi.SteepArea> iterator()
IterableResultiterator in interface IterableResult<OPTICSXi.SteepArea>iterator in interface Iterable<OPTICSXi.SteepArea>