Package nl.b3p.topnl.converters
Class Top100NLConverter
java.lang.Object
nl.b3p.topnl.converters.Converter
nl.b3p.topnl.converters.Top100NLConverter
- Author:
- Meine Toonen
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertFeatureCollection
(List jaxbFeatureCollection) convertFunctioneelGebied
(Object jaxbObject) convertGebouw
(Object jaxbObject) convertGeografischGebied
(Object jaxbObject) convertHoogte
(Object jaxbObject) convertIdentificatie
(Top100NlObjectType.Identificatie identificatie) convertInrichtingselement
(Object jaxbObject) convertObject
(Object featureMember) convertPlaats
(Object jaxbObject) convertPlanTopografie
(Object jaxbObject) convertRegistratiefGebied
(Object jaxbObject) convertRelief
(Object jaxbObject) convertSpoorbaandeel
(Object jaxbObject) convertTerrein
(Object jaxbObject) convertWaterdeel
(Object jaxbObject) convertWegdeel
(Object jaxbObject)
-
Field Details
-
log
-
-
Constructor Details
-
Top100NLConverter
public Top100NLConverter()
-
-
Method Details
-
convert
public List<TopNLEntity> convert(List jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convert
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertFeatureCollection
public List<TopNLEntity> convertFeatureCollection(List jaxbFeatureCollection) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertFeatureCollection
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertObject
public TopNLEntity convertObject(Object featureMember) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertObject
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertHoogte
public Hoogte convertHoogte(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertHoogte
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertIdentificatie
-
convertFunctioneelGebied
public FunctioneelGebied convertFunctioneelGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertFunctioneelGebied
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertGebouw
public Gebouw convertGebouw(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertGebouw
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertGeografischGebied
public GeografischGebied convertGeografischGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertGeografischGebied
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertInrichtingselement
public Inrichtingselement convertInrichtingselement(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertInrichtingselement
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertPlaats
public Plaats convertPlaats(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertPlaats
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertRegistratiefGebied
public RegistratiefGebied convertRegistratiefGebied(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertRegistratiefGebied
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertRelief
public Relief convertRelief(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertRelief
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertSpoorbaandeel
public Spoorbaandeel convertSpoorbaandeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException, ClassCastException - Specified by:
convertSpoorbaandeel
in classConverter
- Throws:
ClassCastException
- Als er een onverwacht type geometrie in de data zit.IOException
SAXException
ParserConfigurationException
TransformerException
-
convertTerrein
public Terrein convertTerrein(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertTerrein
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertWaterdeel
public Waterdeel convertWaterdeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertWaterdeel
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertWegdeel
public Wegdeel convertWegdeel(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertWegdeel
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-
convertPlanTopografie
public PlanTopografie convertPlanTopografie(Object jaxbObject) throws IOException, SAXException, ParserConfigurationException, TransformerException - Specified by:
convertPlanTopografie
in classConverter
- Throws:
IOException
SAXException
ParserConfigurationException
TransformerException
-