Package nl.b3p.topnl.converters
Class Converter
java.lang.Object
nl.b3p.topnl.converters.Converter
- Direct Known Subclasses:
Top100NLConverter
,Top10NLConverter
,Top250NLConverter
,Top50NLConverter
- Author:
- Meine Toonen
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<TopNLEntity>
abstract List<TopNLEntity>
convertFeatureCollection
(List jaxbObject) abstract FunctioneelGebied
convertFunctioneelGebied
(Object jaxbObject) abstract Gebouw
convertGebouw
(Object jaxbObject) abstract GeografischGebied
convertGeografischGebied
(Object jaxbObject) abstract Hoogte
convertHoogte
(Object jaxbObject) abstract Inrichtingselement
convertInrichtingselement
(Object jaxbObject) abstract TopNLEntity
convertObject
(Object jaxbObject) abstract Plaats
convertPlaats
(Object jaxbObject) abstract PlanTopografie
convertPlanTopografie
(Object jaxbObject) abstract RegistratiefGebied
convertRegistratiefGebied
(Object jaxbObject) abstract Relief
convertRelief
(Object jaxbObject) abstract Spoorbaandeel
convertSpoorbaandeel
(Object jaxbObject) abstract Terrein
convertTerrein
(Object jaxbObject) abstract Waterdeel
convertWaterdeel
(Object jaxbObject) abstract Wegdeel
convertWegdeel
(Object jaxbObject)
-
Field Details
-
gc
-
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
convert
public abstract List<TopNLEntity> convert(List jaxbObjects) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertObject
public abstract TopNLEntity convertObject(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException, IllegalArgumentException -
convertFeatureCollection
public abstract List<TopNLEntity> convertFeatureCollection(List jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertHoogte
public abstract Hoogte convertHoogte(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertFunctioneelGebied
public abstract FunctioneelGebied convertFunctioneelGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertGebouw
public abstract Gebouw convertGebouw(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertGeografischGebied
public abstract GeografischGebied convertGeografischGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertInrichtingselement
public abstract Inrichtingselement convertInrichtingselement(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertPlaats
public abstract Plaats convertPlaats(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertRegistratiefGebied
public abstract RegistratiefGebied convertRegistratiefGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertRelief
public abstract Relief convertRelief(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertPlanTopografie
public abstract PlanTopografie convertPlanTopografie(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertSpoorbaandeel
public abstract Spoorbaandeel convertSpoorbaandeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException, ClassCastException - Throws:
ClassCastException
- Als er een onverwacht type geometrie in de data zit.IOException
SAXException
ParserConfigurationException
TransformerException
-
convertTerrein
public abstract Terrein convertTerrein(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertWaterdeel
public abstract Waterdeel convertWaterdeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException -
convertWegdeel
public abstract Wegdeel convertWegdeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException
-