T - Target objectS - Source objectpublic interface Converter<T,S> extends Component<ConverterKey>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S objectToConvert)
Convert object to target
|
T convert(S objectToConvert) throws ConverterException
objectToConvert - Object to convertConverterException - If an error occurs during the conversionCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.