Uses of Class
org.citygml4j.model.gml.geometry.primitives.PointArrayProperty

Packages that use PointArrayProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type PointArrayProperty
 PointArrayPropertyType GMLMarshaller.marshalPointArrayProperty(PointArrayProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return PointArrayProperty
 PointArrayProperty GMLUnmarshaller.unmarshalPointArrayProperty(PointArrayPropertyType src)
           
 

Uses of PointArrayProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return PointArrayProperty
 PointArrayProperty MultiPoint.getPointMembers()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type PointArrayProperty
 void MultiPoint.setPointMembers(PointArrayProperty pointMembers)