Module org.citygml4j.xml
Class TabulatedFileTimeseriesAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractGMLAdapter<T>
-
- org.xmlobjects.gml.adapter.feature.AbstractFeatureAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractFeatureAdapter<T>
-
- org.citygml4j.xml.adapter.dynamizer.AbstractTimeseriesAdapter<T>
-
- org.citygml4j.xml.adapter.dynamizer.AbstractAtomicTimeseriesAdapter<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>
-
- org.citygml4j.xml.adapter.dynamizer.TabulatedFileTimeseriesAdapter
-
- All Implemented Interfaces:
ADEPropertyBuilder<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>,org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>
@XMLElement(name="TabulatedFileTimeseries", namespaceURI="http://www.opengis.net/citygml/dynamizer/3.0") public class TabulatedFileTimeseriesAdapter extends AbstractAtomicTimeseriesAdapter<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>
-
-
Constructor Summary
Constructors Constructor Description TabulatedFileTimeseriesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildChildObject(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)org.xmlobjects.xml.ElementcreateElement(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, org.xmlobjects.xml.Namespaces namespaces)org.citygml4j.core.model.dynamizer.TabulatedFileTimeseriescreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidwriteChildElements(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)-
Methods inherited from class org.citygml4j.xml.adapter.core.AbstractFeatureAdapter
buildADEProperty
-
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries createObject(javax.xml.namespace.QName name, java.lang.Object parent) throws org.xmlobjects.builder.ObjectBuildException- Throws:
org.xmlobjects.builder.ObjectBuildException
-
buildChildObject
public void buildChildObject(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader) throws org.xmlobjects.builder.ObjectBuildException, org.xmlobjects.stream.XMLReadException- Specified by:
buildChildObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>- Overrides:
buildChildObjectin classAbstractAtomicTimeseriesAdapter<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
createElement
public org.xmlobjects.xml.Element createElement(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, org.xmlobjects.xml.Namespaces namespaces) throws org.xmlobjects.serializer.ObjectSerializeException- Throws:
org.xmlobjects.serializer.ObjectSerializeException
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
writeChildElementsin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>- Overrides:
writeChildElementsin classAbstractAtomicTimeseriesAdapter<org.citygml4j.core.model.dynamizer.TabulatedFileTimeseries>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-