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

Methods in org.citygml4j.factory that return Vector
 Vector GMLFactory.createVector()
           
 Vector GMLFactory.createVector(Matrix matrix)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Vector
 class VectorImpl
           
 

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

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

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

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

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)