|
||||||||||
| 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.format.IlvDefaultFeatureFilter
public class IlvDefaultFeatureFilter
A specialized criterion filter that returns the value of a feature attribute according to the property name.
| Constructor Summary | |
|---|---|
IlvDefaultFeatureFilter(IlvInputStream stream)
Constructs a IlvDefaultFeatureFilter from an input stream. |
|
IlvDefaultFeatureFilter(String propertyName,
IlvDefaultTilableDataSource source)
Public constructor |
|
| Method Summary | |
|---|---|
IlvDefaultTilableDataSource |
getSource()
Returns the IlvDefaultTilableDataSource object to which this
filter has been added. |
Object |
getValue(IlvMapFeature feature)
Returns a value for the specified map feature. |
void |
setSource(IlvDefaultTilableDataSource source)
Sets the IlvDefaultTilableDataSource to which this filter is added. |
void |
write(IlvOutputStream stream)
Writes this IlvDefaultFeatureFilter 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 IlvDefaultFeatureFilter(IlvInputStream stream)
throws IlvReadFileException
IlvDefaultFeatureFilter from an input stream.
stream - the stream to read from.
IlvReadFileException - exception thrown if an error was encountered when deserializing
this object.
public IlvDefaultFeatureFilter(String propertyName,
IlvDefaultTilableDataSource source)
propertyName - name of the object property used to filter features.source - The IlvS57DataSource to which this filter is
added. of the value must be returned.| Method Detail |
|---|
public void write(IlvOutputStream stream)
throws IOException
IlvDefaultFeatureFilter 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(IlvDefaultTilableDataSource source)
IlvDefaultTilableDataSource to which this filter is added.
source - the IlvDefaultTilableDataSource.public IlvDefaultTilableDataSource getSource()
IlvDefaultTilableDataSource object to which this
filter has been added.
IlvDefaultTilableDataSource object this filter
has been added.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||