Uses of Interface
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.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
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.factory
 

Methods in org.citygml4j.factory that return PointArrayProperty
 PointArrayProperty GMLFactory.createPointArrayProperty()
           
 PointArrayProperty GMLFactory.createPointArrayProperty(java.util.List<Point> point)
           
 PointArrayProperty GMLFactory.createPointArrayProperty(Point... point)
           
 

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

Methods in org.citygml4j.impl.gml.geometry.aggregates that return PointArrayProperty
 PointArrayProperty MultiPointImpl.getPointMembers()
           
 

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

Uses of PointArrayProperty in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement PointArrayProperty
 class PointArrayPropertyImpl
           
 

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)