|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.translator.MapDataCollector
com.partnersoft.maps.translator.MapDataFilter
com.partnersoft.maps.translator.MapDataIndexer
public class MapDataIndexer
A MapDataFilter that figures out the index values for items. These are stored in the item itself; it is the job of the final storage stage to decide what to do about them.
Copyright 2003-2009 Partner Software, Inc.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.maps.translator.MapDataFilter |
|---|
nextCollector |
| Fields inherited from class com.partnersoft.maps.translator.MapDataCollector |
|---|
name, pipeline |
| Constructor Summary | |
|---|---|
MapDataIndexer(java.lang.String name,
TranslationPipeline pipeline)
|
|
| Method Summary | |
|---|---|
void |
close()
Optional; closes collector. |
void |
collect(MapDataGraphic graphic)
|
| Methods inherited from class com.partnersoft.maps.translator.MapDataFilter |
|---|
discard, flush, getNextCollector, pass, setNextCollector |
| Methods inherited from class com.partnersoft.maps.translator.MapDataCollector |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapDataIndexer(java.lang.String name,
TranslationPipeline pipeline)
| Method Detail |
|---|
public void collect(MapDataGraphic graphic)
throws java.io.IOException
collect in class MapDataFilterjava.io.IOExceptionpublic void close()
MapDataCollector
close in class MapDataCollector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||