Uses of Class
org.citygml4j.jaxb.gml._3_1_1.DataBlockType

Packages that use DataBlockType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of DataBlockType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return DataBlockType
 DataBlockType GMLMarshaller.marshalDataBlock(DataBlock src)
           
 

Uses of DataBlockType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type DataBlockType
 DataBlock GMLUnmarshaller.unmarshalDataBlock(DataBlockType src)
           
 

Uses of DataBlockType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DataBlockType
 DataBlockType ObjectFactory.createDataBlockType()
          Create an instance of DataBlockType
 DataBlockType RangeSetType.getDataBlock()
          Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DataBlockType
 javax.xml.bind.JAXBElement<DataBlockType> ObjectFactory.createDataBlock(DataBlockType value)
          Create an instance of JAXBElement<DataBlockType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DataBlockType
 javax.xml.bind.JAXBElement<DataBlockType> ObjectFactory.createDataBlock(DataBlockType value)
          Create an instance of JAXBElement<DataBlockType>}
 void RangeSetType.setDataBlock(DataBlockType value)
          Legt den Wert der dataBlock-Eigenschaft fest.