Package org.citygml4j.model.citygml.ade
Interface ADEComponent
-
- All Superinterfaces:
Child
,CityGML
,Copyable
,ModelObject
,java.io.Serializable
- All Known Subinterfaces:
ADEModelObject
- All Known Implementing Classes:
ADEGenericApplicationProperty
,ADEGenericElement
public interface ADEComponent extends CityGML, Child, Copyable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADEClass
getADEClass()
-
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
-
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
-
-
-
-
Method Detail
-
getADEClass
ADEClass getADEClass()
-
-