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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PointArrayPropertyType
 PointArrayPropertyType GMLMarshaller.marshalPointArrayProperty(PointArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PointArrayPropertyType
 PointArrayProperty GMLUnmarshaller.unmarshalPointArrayProperty(PointArrayPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PointArrayPropertyType
 PointArrayPropertyType ObjectFactory.createPointArrayPropertyType()
          Create an instance of PointArrayPropertyType
 PointArrayPropertyType MultiPointType.getPointMembers()
          Gets the value of the pointMembers property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PointArrayPropertyType
 javax.xml.bind.JAXBElement<PointArrayPropertyType> ObjectFactory.createPointArrayProperty(PointArrayPropertyType value)
          Create an instance of JAXBElement<PointArrayPropertyType>}
 javax.xml.bind.JAXBElement<PointArrayPropertyType> ObjectFactory.createPointMembers(PointArrayPropertyType value)
          Create an instance of JAXBElement<PointArrayPropertyType>}
 void MultiPointType.setPointMembers(PointArrayPropertyType value)
          Sets the value of the pointMembers property.