|
||||||||||
| 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.IlvMIDMIFDataSource.MIDMIFFilter
public static class IlvMIDMIFDataSource.MIDMIFFilter
A specialized criterion filter that returns for a key identifying the specified map feature's geometry type as well as its style.
| Constructor Summary | |
|---|---|
IlvMIDMIFDataSource.MIDMIFFilter(IlvInputStream stream)
Constructs a MIDMIFFilter from an input stream. |
|
IlvMIDMIFDataSource.MIDMIFFilter(String description)
Creates a MIDMIFFilter instance. |
|
| Method Summary | |
|---|---|
String |
getCriterionDescription()
Returns a description for this filter |
Object |
getValue(IlvMapFeature feature)
Returns a value for the specified map feature. |
void |
write(IlvOutputStream stream)
Writes this MIDMIFFilter to an IlvOutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMIDMIFDataSource.MIDMIFFilter(String description)
MIDMIFFilter instance.
description - a short description of this filter
public IlvMIDMIFDataSource.MIDMIFFilter(IlvInputStream stream)
throws IlvReadFileException
MIDMIFFilter from an input stream.
stream - the stream to read from.
IlvReadFileException| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
MIDMIFFilter to an IlvOutputStream.
stream - The stream to write to.
IOExceptionpublic Object getValue(IlvMapFeature feature)
IlvHierarchicalDataSource
to group map features of same value together into layers.
getValue in class IlvHierarchicalDataSource.CriterionFilterfeature - the specified map feature.
public String getCriterionDescription()
getCriterionDescription in class IlvHierarchicalDataSource.CriterionFilter
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||