Module org.citygml4j.xml
Package org.citygml4j.xml.adapter.core
Class AbstractFeaturePropertyAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractInlineOrByReferencePropertyAdapter<T>
-
- org.xmlobjects.gml.adapter.base.AbstractPropertyAdapter<T>
-
- org.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter<org.citygml4j.core.model.core.AbstractFeatureProperty>
-
- org.citygml4j.xml.adapter.core.AbstractFeaturePropertyAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.AbstractFeatureProperty>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.AbstractFeatureProperty>
public class AbstractFeaturePropertyAdapter extends org.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter<org.citygml4j.core.model.core.AbstractFeatureProperty>
-
-
Constructor Summary
Constructors Constructor Description AbstractFeaturePropertyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.core.AbstractFeaturePropertycreateObject(javax.xml.namespace.QName name, java.lang.Object parent)-
Methods inherited from class org.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter
buildChildObject, writeChildElements
-
Methods inherited from class org.xmlobjects.gml.adapter.base.AbstractPropertyAdapter
initializeElement, initializeObject
-
-