Package org.citydb.ade
Class CityDBADEContext
- java.lang.Object
-
- org.citydb.ade.CityDBADEContext
-
- All Implemented Interfaces:
org.citygml4j.model.citygml.ade.binding.ADEContext
public class CityDBADEContext extends java.lang.Object implements org.citygml4j.model.citygml.ade.binding.ADEContext
-
-
Constructor Summary
Constructors Constructor Description CityDBADEContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.model.citygml.ade.binding.ADEMarshaller
createADEMarshaller()
org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller
createADEUnmarshaller()
java.util.List<org.citygml4j.model.module.ade.ADEModule>
getADEModules()
java.util.List<java.lang.String>
getModelPackageNames()
-
-
-
Method Detail
-
getADEModules
public java.util.List<org.citygml4j.model.module.ade.ADEModule> getADEModules()
- Specified by:
getADEModules
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEContext
-
getModelPackageNames
public java.util.List<java.lang.String> getModelPackageNames()
- Specified by:
getModelPackageNames
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEContext
-
createADEMarshaller
public org.citygml4j.model.citygml.ade.binding.ADEMarshaller createADEMarshaller()
- Specified by:
createADEMarshaller
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEContext
-
createADEUnmarshaller
public org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller createADEUnmarshaller()
- Specified by:
createADEUnmarshaller
in interfaceorg.citygml4j.model.citygml.ade.binding.ADEContext
-
-