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

Methods in org.citygml4j.factory that return MultiPointProperty
 MultiPointProperty GMLFactory.createMultiPointProperty()
           
 MultiPointProperty GMLFactory.createMultiPointProperty(MultiPoint multiPoint)
           
 MultiPointProperty GMLFactory.createMultiPointProperty(java.lang.String xlink)
           
 

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

Methods in org.citygml4j.impl.citygml.core that return MultiPointProperty
 MultiPointProperty AddressImpl.getMultiPoint()
           
 

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

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

Methods in org.citygml4j.impl.citygml.relief that return MultiPointProperty
 MultiPointProperty MassPointReliefImpl.getReliefPoints()
           
 

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

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

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement MultiPointProperty
 class MultiPointPropertyImpl
           
 

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)