Class CityDBADE100Module

  • All Implemented Interfaces:
    java.io.Serializable, org.citygml4j.model.module.Module

    public class CityDBADE100Module
    extends org.citygml4j.model.module.ade.ADEModule
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static CityDBADE100Module v3_0  
      • Fields inherited from class org.citygml4j.model.module.AbstractModule

        namespacePrefix
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature> getFeatureClass​(java.lang.String name)  
      javax.xml.namespace.QName getFeatureName​(java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature> featureClass)  
      java.util.Map<java.lang.String,​java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature>> getFeatures()  
      java.util.List<java.lang.String> getJAXBPackageNames()  
      java.net.URL getSchemaResource()  
      boolean hasFeature​(java.lang.String name)  
      boolean hasFeatureProperty​(java.lang.String name)  
      boolean isTopLevelFeature​(java.lang.String name)  
      • Methods inherited from class org.citygml4j.model.module.ade.ADEModule

        addADEModuleDependency, getCityGMLVersion, getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, getType, getVersion, isDependentOn, setNamespacePrefix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSchemaResource

        public java.net.URL getSchemaResource()
        Overrides:
        getSchemaResource in class org.citygml4j.model.module.ade.ADEModule
      • getJAXBPackageNames

        public java.util.List<java.lang.String> getJAXBPackageNames()
        Specified by:
        getJAXBPackageNames in class org.citygml4j.model.module.ade.ADEModule
      • hasFeatureProperty

        public boolean hasFeatureProperty​(java.lang.String name)
        Specified by:
        hasFeatureProperty in interface org.citygml4j.model.module.Module
        Specified by:
        hasFeatureProperty in class org.citygml4j.model.module.ade.ADEModule
      • hasFeature

        public boolean hasFeature​(java.lang.String name)
        Specified by:
        hasFeature in interface org.citygml4j.model.module.Module
        Specified by:
        hasFeature in class org.citygml4j.model.module.ade.ADEModule
      • getFeatureClass

        public java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature> getFeatureClass​(java.lang.String name)
        Specified by:
        getFeatureClass in interface org.citygml4j.model.module.Module
        Specified by:
        getFeatureClass in class org.citygml4j.model.module.ade.ADEModule
      • getFeatureName

        public javax.xml.namespace.QName getFeatureName​(java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature> featureClass)
        Specified by:
        getFeatureName in interface org.citygml4j.model.module.Module
        Specified by:
        getFeatureName in class org.citygml4j.model.module.ade.ADEModule
      • getFeatures

        public java.util.Map<java.lang.String,​java.lang.Class<? extends org.citygml4j.model.gml.feature.AbstractFeature>> getFeatures()
        Specified by:
        getFeatures in interface org.citygml4j.model.module.Module
        Specified by:
        getFeatures in class org.citygml4j.model.module.ade.ADEModule
      • isTopLevelFeature

        public boolean isTopLevelFeature​(java.lang.String name)
        Specified by:
        isTopLevelFeature in interface org.citygml4j.model.module.Module
        Specified by:
        isTopLevelFeature in class org.citygml4j.model.module.ade.ADEModule