- java.lang.Object
-
- org.citygml4j.xml.module.Module
-
- org.citygml4j.xml.module.ade.ADEModule
-
public abstract class ADEModule extends Module
-
-
Constructor Summary
Constructors Constructor Description ADEModule(java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, org.citygml4j.core.model.CityGMLVersion version)ADEModule(java.lang.String namespaceURI, java.lang.String namespacePrefix, org.citygml4j.core.model.CityGMLVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.CityGMLVersiongetCityGMLVersion()java.net.URLgetSchemaResource()-
Methods inherited from class org.citygml4j.xml.module.Module
getNamespacePrefix, getNamespaceURI, getSchemaLocation, isSetSchemaLocation
-
-
-
-
Constructor Detail
-
ADEModule
public ADEModule(java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, org.citygml4j.core.model.CityGMLVersion version)
-
ADEModule
public ADEModule(java.lang.String namespaceURI, java.lang.String namespacePrefix, org.citygml4j.core.model.CityGMLVersion version)
-
-