Package org.citydb.ade.model.module
Class CityDBADE200Module
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.ade.ADEModule
-
- org.citydb.ade.model.module.CityDBADE200Module
-
- All Implemented Interfaces:
java.io.Serializable
,org.citygml4j.model.module.Module
public class CityDBADE200Module extends org.citygml4j.model.module.ade.ADEModule
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CityDBADE200Module
v3_0
-
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)
-
-
-
Field Detail
-
v3_0
public static final CityDBADE200Module v3_0
-
-
Method Detail
-
getSchemaResource
public java.net.URL getSchemaResource()
- Overrides:
getSchemaResource
in classorg.citygml4j.model.module.ade.ADEModule
-
getJAXBPackageNames
public java.util.List<java.lang.String> getJAXBPackageNames()
- Specified by:
getJAXBPackageNames
in classorg.citygml4j.model.module.ade.ADEModule
-
hasFeatureProperty
public boolean hasFeatureProperty(java.lang.String name)
- Specified by:
hasFeatureProperty
in interfaceorg.citygml4j.model.module.Module
- Specified by:
hasFeatureProperty
in classorg.citygml4j.model.module.ade.ADEModule
-
hasFeature
public boolean hasFeature(java.lang.String name)
- Specified by:
hasFeature
in interfaceorg.citygml4j.model.module.Module
- Specified by:
hasFeature
in classorg.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 interfaceorg.citygml4j.model.module.Module
- Specified by:
getFeatureClass
in classorg.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 interfaceorg.citygml4j.model.module.Module
- Specified by:
getFeatureName
in classorg.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 interfaceorg.citygml4j.model.module.Module
- Specified by:
getFeatures
in classorg.citygml4j.model.module.ade.ADEModule
-
isTopLevelFeature
public boolean isTopLevelFeature(java.lang.String name)
- Specified by:
isTopLevelFeature
in interfaceorg.citygml4j.model.module.Module
- Specified by:
isTopLevelFeature
in classorg.citygml4j.model.module.ade.ADEModule
-
-