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

Packages that use Vector
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.grids   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Vector
 VectorType GMLMarshaller.marshalVector(Vector src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Vector
 Vector GMLUnmarshaller.unmarshalVector(VectorType src)
           
 

Uses of Vector in org.citygml4j.model.gml.grids
 

Methods in org.citygml4j.model.gml.grids that return types with arguments of type Vector
 java.util.List<Vector> RectifiedGrid.getOffsetVector()
           
 

Methods in org.citygml4j.model.gml.grids with parameters of type Vector
 void RectifiedGrid.addOffsetVector(Vector offsetVector)
           
 boolean RectifiedGrid.unsetOffsetVector(Vector offsetVector)
           
 

Method parameters in org.citygml4j.model.gml.grids with type arguments of type Vector
 void RectifiedGrid.setOffsetVector(java.util.List<Vector> offsetVector)