Class 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
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.citygml4j.model.citygml.ade.binding.ADEContext

        createDefaultFeatureFunctionWalker, createDefaultFeatureWalker, createDefaultGMLFunctionWalker, createDefaultGMLWalker
    • Constructor Detail

      • CityDBADEContext

        public CityDBADEContext()
    • Method Detail

      • getADEModules

        public java.util.List<org.citygml4j.model.module.ade.ADEModule> getADEModules()
        Specified by:
        getADEModules in interface org.citygml4j.model.citygml.ade.binding.ADEContext
      • getModelPackageNames

        public java.util.List<java.lang.String> getModelPackageNames()
        Specified by:
        getModelPackageNames in interface org.citygml4j.model.citygml.ade.binding.ADEContext
      • createADEMarshaller

        public org.citygml4j.model.citygml.ade.binding.ADEMarshaller createADEMarshaller()
        Specified by:
        createADEMarshaller in interface org.citygml4j.model.citygml.ade.binding.ADEContext
      • createADEUnmarshaller

        public org.citygml4j.model.citygml.ade.binding.ADEUnmarshaller createADEUnmarshaller()
        Specified by:
        createADEUnmarshaller in interface org.citygml4j.model.citygml.ade.binding.ADEContext