Package org.entur.netex.conversion.osm
Class NetexHelper
java.lang.Object
org.entur.netex.conversion.osm.NetexHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<ZONE extends org.rutebanken.netex.model.Zone_VersionStructure>
ZONEcreateNetexObject(Class<ZONE> clazz) org.rutebanken.netex.model.PublicationDeliveryStructurecreatePublicationDelivery(org.rutebanken.netex.model.SiteFrame siteFrame, String osmInputFile) org.rutebanken.netex.model.SiteFramevoidmarshalNetex(org.rutebanken.netex.model.PublicationDeliveryStructure publicationDeliveryStructure, OutputStream outputStream)
-
Constructor Details
-
NetexHelper
public NetexHelper(org.rutebanken.netex.model.ObjectFactory netexObjectFactory) throws javax.xml.bind.JAXBException, IOException, SAXException - Throws:
javax.xml.bind.JAXBExceptionIOExceptionSAXException
-
-
Method Details
-
marshalNetex
public void marshalNetex(org.rutebanken.netex.model.PublicationDeliveryStructure publicationDeliveryStructure, OutputStream outputStream) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
createPublicationDelivery
public org.rutebanken.netex.model.PublicationDeliveryStructure createPublicationDelivery(org.rutebanken.netex.model.SiteFrame siteFrame, String osmInputFile) -
createNetexObject
public <ZONE extends org.rutebanken.netex.model.Zone_VersionStructure> ZONE createNetexObject(Class<ZONE> clazz) -
createSiteFrame
public org.rutebanken.netex.model.SiteFrame createSiteFrame()
-