Uses of Class
org.citygml4j.model.gml.geometry.aggregates.MultiPointProperty

Packages that use MultiPointProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.relief   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiPointProperty
 MultiPointPropertyType GMLMarshaller.marshalMultiPointProperty(MultiPointProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiPointProperty
 MultiPointProperty GMLUnmarshaller.unmarshalMultiPointProperty(MultiPointPropertyType src)
           
 

Uses of MultiPointProperty in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return MultiPointProperty
 MultiPointProperty Address.getMultiPoint()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type MultiPointProperty
 void Address.setMultiPoint(MultiPointProperty multiPoint)
           
 

Uses of MultiPointProperty in org.citygml4j.model.citygml.relief
 

Methods in org.citygml4j.model.citygml.relief that return MultiPointProperty
 MultiPointProperty MassPointRelief.getReliefPoints()
           
 

Methods in org.citygml4j.model.citygml.relief with parameters of type MultiPointProperty
 void MassPointRelief.setReliefPoints(MultiPointProperty reliefPoints)