public class TransformerBase.Task extends Object implements Runnable
Constructor and Description |
---|
Task(Object object,
StreamResult result) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Calls to the underlying translator to abort any calls to translation.
|
boolean |
checkError()
Did an error occur?
|
Exception |
getError()
Get any error which occurred.
|
void |
run()
Perform the translation.
|
public Task(Object object, StreamResult result) throws TransformerException
TransformerException
public boolean checkError()
public Exception getError()
public void abort()
Copyright © 1996–2019 Geotools. All rights reserved.