|
||||||||||
| PREV CLASS Documentation homepage 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.IlvSDODataSource.SDOLayerFilter
public static class IlvSDODataSource.SDOLayerFilter
SDOLayerFilter represents an SDO layer filter.
| Constructor Summary | |
|---|---|
IlvSDODataSource.SDOLayerFilter(IlvInputStream stream)
Reads a filter from a saved file. |
|
IlvSDODataSource.SDOLayerFilter(String value)
Sets the filter associated with a layer name. |
|
| Method Summary | |
|---|---|
String |
getCriterionDescription()
This implementation always returns null. |
Object |
getValue(IlvMapFeature feature)
Returns a value for the specified map feature. |
void |
write(IlvOutputStream stream)
Writes the value field to an output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvSDODataSource.SDOLayerFilter(String value)
value - The layer name.public IlvSDODataSource.SDOLayerFilter(IlvInputStream stream)
stream - The input stream to read from.| Method Detail |
|---|
public Object getValue(IlvMapFeature feature)
getValue in class IlvHierarchicalDataSource.CriterionFilterfeature - The map feature whose value you want to retrieve.
IlvHierarchicalDataSource.CriterionFilter.getValue(ilog.views.maps.IlvMapFeature)public String getCriterionDescription()
null.
getCriterionDescription in class IlvHierarchicalDataSource.CriterionFilternull.IlvHierarchicalDataSource.CriterionFilter.getCriterionDescription()
public void write(IlvOutputStream stream)
throws IOException
stream - The output stream to write to.
IOException - thrown when an exception occurs during
the write operation for this object.IlvPersistentObject.write(ilog.views.io.IlvOutputStream)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||