public class TinProcess extends BaseInOutProcess<Record,Record>
| Constructor and Description |
|---|
TinProcess() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox() |
File |
getTinCache() |
Channel<Record> |
getTinIn() |
Reader<Record> |
getTinReader() |
Map<String,Object> |
getUpdatedAttributeValues() |
protected void |
init() |
protected void |
loadTin() |
protected void |
postRun(Channel<Record> in,
Channel<Record> out) |
protected void |
process(Channel<Record> in,
Channel<Record> out,
Record object) |
void |
setBoundingBox(BoundingBox boundingBox) |
void |
setTinCache(File tinCache) |
void |
setTinIn(Channel<Record> tinIn) |
void |
setTinReader(Reader<Record> tinReader) |
void |
setUpdatedAttributeValues(Map<String,Object> updatedAttributeValues) |
preRun, runcreateInValueStore, createOutValueStore, destroy, getIn, getInBufferSize, getOut, getOutBufferSize, run, setIn, setInBufferSize, setOut, setOutBufferSizegetBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanName, getProcessNetwork, setProcessNetworkpublic BoundingBox getBoundingBox()
public File getTinCache()
protected void init()
init in class AbstractInOutProcess<Record,Record>protected void loadTin()
protected void postRun(Channel<Record> in, Channel<Record> out)
postRun in class BaseInOutProcess<Record,Record>protected void process(Channel<Record> in, Channel<Record> out, Record object)
process in class BaseInOutProcess<Record,Record>public void setBoundingBox(BoundingBox boundingBox)
public void setTinCache(File tinCache)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.