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

Packages that use MultiPointPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.citygml.dem._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiPointPropertyType
 MultiPointPropertyType GMLMarshaller.marshalMultiPointProperty(MultiPointProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiPointPropertyType
 MultiPointProperty GMLUnmarshaller.unmarshalMultiPointProperty(MultiPointPropertyType src)
           
 

Uses of MultiPointPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return MultiPointPropertyType
 MultiPointPropertyType AddressType.getMultiPoint()
          Gets the value of the multiPoint property.
 MultiPointPropertyType MassPointReliefType.getReliefPoints()
          Gets the value of the reliefPoints property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type MultiPointPropertyType
 void AddressType.setMultiPoint(MultiPointPropertyType value)
          Sets the value of the multiPoint property.
 void MassPointReliefType.setReliefPoints(MultiPointPropertyType value)
          Sets the value of the reliefPoints property.
 

Uses of MultiPointPropertyType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return MultiPointPropertyType
 MultiPointPropertyType AddressType.getMultiPoint()
          Gets the value of the multiPoint property.
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type MultiPointPropertyType
 void AddressType.setMultiPoint(MultiPointPropertyType value)
          Sets the value of the multiPoint property.
 

Uses of MultiPointPropertyType in org.citygml4j.jaxb.citygml.dem._1
 

Methods in org.citygml4j.jaxb.citygml.dem._1 that return MultiPointPropertyType
 MultiPointPropertyType MassPointReliefType.getReliefPoints()
          Gets the value of the reliefPoints property.
 

Methods in org.citygml4j.jaxb.citygml.dem._1 with parameters of type MultiPointPropertyType
 void MassPointReliefType.setReliefPoints(MultiPointPropertyType value)
          Sets the value of the reliefPoints property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiPointPropertyType
 MultiPointPropertyType ObjectFactory.createMultiPointPropertyType()
          Create an instance of MultiPointPropertyType
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiPointPropertyType
 javax.xml.bind.JAXBElement<MultiPointPropertyType> ObjectFactory.createMultiCenterOf(MultiPointPropertyType value)
          Create an instance of JAXBElement<MultiPointPropertyType>}
 javax.xml.bind.JAXBElement<MultiPointPropertyType> ObjectFactory.createMultiLocation(MultiPointPropertyType value)
          Create an instance of JAXBElement<MultiPointPropertyType>}
 javax.xml.bind.JAXBElement<MultiPointPropertyType> ObjectFactory.createMultiPointProperty(MultiPointPropertyType value)
          Create an instance of JAXBElement<MultiPointPropertyType>}
 javax.xml.bind.JAXBElement<MultiPointPropertyType> ObjectFactory.createMultiPosition(MultiPointPropertyType value)
          Create an instance of JAXBElement<MultiPointPropertyType>}