Uses of Interface
org.citygml4j.model.gml.geometry.aggregates.MultiPoint

Packages that use MultiPoint
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.model.common.visitor   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiPoint
 MultiPointType GMLMarshaller.marshalMultiPoint(MultiPoint src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiPoint
 MultiPoint GMLUnmarshaller.unmarshalMultiPoint(MultiPointType src)
           
 

Uses of MultiPoint in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MultiPoint
 MultiPoint GMLFactory.createMultiPoint()
           
 MultiPoint GMLFactory.createMultiPoint(java.util.List<Point> points)
           
 MultiPoint GMLFactory.createMultiPoint(Point... points)
           
 

Methods in org.citygml4j.factory with parameters of type MultiPoint
 MultiPointProperty GMLFactory.createMultiPointProperty(MultiPoint multiPoint)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement MultiPoint
 class MultiPointImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates that return MultiPoint
 MultiPoint MultiPointPropertyImpl.getMultiPoint()
           
 

Methods in org.citygml4j.impl.gml.geometry.aggregates with parameters of type MultiPoint
 void MultiPointPropertyImpl.setMultiPoint(MultiPoint multiPoint)
           
 

Uses of MultiPoint in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type MultiPoint
 T GeometryFunctor.apply(MultiPoint multiPoint)
           
 void GeometryVisitor.visit(MultiPoint multiPoint)
           
 

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

Methods in org.citygml4j.model.gml.geometry.aggregates that return MultiPoint
 MultiPoint MultiPointProperty.getMultiPoint()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type MultiPoint
 void MultiPointProperty.setMultiPoint(MultiPoint multiPoint)
           
 

Uses of MultiPoint in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type MultiPoint
 T GMLFunctionWalker.apply(MultiPoint multiPoint)
           
 T GeometryFunctionWalker.apply(MultiPoint multiPoint)
           
 void GMLWalker.visit(MultiPoint multiPoint)
           
 void GeometryWalker.visit(MultiPoint multiPoint)