|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.datasource.IlvHierarchicalDataSource.CriterionFilter
ilog.views.maps.datasource.IlvHierarchicalDataSource.SingleAttributeFilter
ilog.views.maps.filters.IlvExplodeFilter
public final class IlvExplodeFilter
Filter that explodes all different values in different layers.
IlvSplitDataSource| Constructor Summary | |
|---|---|
IlvExplodeFilter(IlvInputStream stream)
Creates a new IlvExplodeFilter. |
|
IlvExplodeFilter(String name,
String description)
Creates a new IlvExplodeFilter. |
|
| Method Summary | |
|---|---|
Object |
getValue(IlvMapFeature feature)
Returns a value for the specified map feature. |
void |
write(IlvOutputStream stream)
Writes this filter to a IlvOutputStream |
| Methods inherited from class ilog.views.maps.datasource.IlvHierarchicalDataSource.SingleAttributeFilter |
|---|
getAttributeDescription, getAttributeName, getCriterionDescription, setAttributeDescription, setAttributeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvExplodeFilter(String name,
String description)
IlvExplodeFilter.
name - The name of the property to be used for splitting.description - A description of the filter.
public IlvExplodeFilter(IlvInputStream stream)
throws IlvReadFileException
IlvExplodeFilter.
stream - The stream to read from.
IlvReadFileException| Method Detail |
|---|
public Object getValue(IlvMapFeature feature)
getValue in class IlvHierarchicalDataSource.SingleAttributeFilterfeature - the specified map feature.
public void write(IlvOutputStream stream)
throws IOException
IlvOutputStream
write in interface IlvPersistentObjectwrite in class IlvHierarchicalDataSource.SingleAttributeFilterstream - The stream to write to.
IOException - thrown when an exception occurs during
the write operation for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||