|
||||||||||
| 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.IlvHierarchicalDataSource.SingleAttributeFilter
ilog.views.maps.datasource.IlvTigerDataSource.CFCCFilter
public static class IlvTigerDataSource.CFCCFilter
A specialized criterion filter that returns the value of the CFCC attribute of a map feature.
| Constructor Summary | |
|---|---|
IlvTigerDataSource.CFCCFilter(IlvInputStream stream)
Constructs a CFCCFilter from an input stream. |
|
IlvTigerDataSource.CFCCFilter(IlvTigerDataSource source,
boolean parseMajorOnly)
Public constructor |
|
| Method Summary | |
|---|---|
Object |
getValue(IlvMapFeature feature)
Returns a value for the specified map feature. |
void |
setSource(IlvTigerDataSource source)
Sets the IlvTigerDataSource to which this filter is added. |
void |
write(IlvOutputStream stream)
Writes this CFCCFilter to an 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 IlvTigerDataSource.CFCCFilter(IlvInputStream stream)
throws IlvReadFileException
CFCCFilter from an input stream.
stream - the stream to read from.
IlvReadFileException - exception thrown if an error was encountered when deserializing this object.
public IlvTigerDataSource.CFCCFilter(IlvTigerDataSource source,
boolean parseMajorOnly)
source - The IlvTigerDataSource to which this filter is added.parseMajorOnly - Boolean to indicate that only a substring (representing the category)
of the value must be returned.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
CFCCFilter to an IlvOutputStream.
write in interface IlvPersistentObjectwrite in class IlvHierarchicalDataSource.SingleAttributeFilterstream - The stream to write to.
IOExceptionpublic Object getValue(IlvMapFeature feature)
null otherwise.
getValue in class IlvHierarchicalDataSource.SingleAttributeFilterfeature - The specified map feature.
public void setSource(IlvTigerDataSource source)
IlvTigerDataSource to which this filter is added.
source - the IlvTigerDataSource.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||