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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiPointType
 MultiPointType GMLMarshaller.marshalMultiPoint(MultiPoint src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiPointType
 MultiPoint GMLUnmarshaller.unmarshalMultiPoint(MultiPointType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiPointType
 MultiPointType ObjectFactory.createMultiPointType()
          Create an instance of MultiPointType
 MultiPointType MultiPointPropertyType.getMultiPoint()
          Gets the value of the multiPoint property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiPointType
 javax.xml.bind.JAXBElement<MultiPointType> ObjectFactory.createMultiPoint(MultiPointType value)
          Create an instance of JAXBElement<MultiPointType>}
 void MultiPointPropertyType.setMultiPoint(MultiPointType value)
          Sets the value of the multiPoint property.