Uses of Class
org.citygml4j.jaxb.gml._3_1_1.VectorType

Packages that use VectorType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return VectorType
 VectorType GMLMarshaller.marshalVector(Vector src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type VectorType
 Vector GMLUnmarshaller.unmarshalVector(VectorType src)
           
 

Uses of VectorType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VectorType
 VectorType ObjectFactory.createVectorType()
          Create an instance of VectorType
 VectorType OffsetCurveType.getRefDirection()
          Gets the value of the refDirection property.
 VectorType DirectionVectorType.getVector()
          Gets the value of the vector property.
 VectorType CubicSplineType.getVectorAtEnd()
          Gets the value of the vectorAtEnd property.
 VectorType CubicSplineType.getVectorAtStart()
          Gets the value of the vectorAtStart property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type VectorType
 javax.xml.bind.JAXBElement<VectorType> ObjectFactory.createVector(VectorType value)
          Create an instance of JAXBElement<VectorType>}
 java.util.List<VectorType> ArcStringByBulgeType.getNormal()
          Gets the value of the normal property.
 java.util.List<VectorType> RectifiedGridType.getOffsetVector()
          Gets the value of the offsetVector property.
 java.util.List<VectorType> AffinePlacementType.getRefDirection()
          Gets the value of the refDirection property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VectorType
 javax.xml.bind.JAXBElement<VectorType> ObjectFactory.createVector(VectorType value)
          Create an instance of JAXBElement<VectorType>}
 void OffsetCurveType.setRefDirection(VectorType value)
          Sets the value of the refDirection property.
 void DirectionVectorType.setVector(VectorType value)
          Sets the value of the vector property.
 void CubicSplineType.setVectorAtEnd(VectorType value)
          Sets the value of the vectorAtEnd property.
 void CubicSplineType.setVectorAtStart(VectorType value)
          Sets the value of the vectorAtStart property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type VectorType
 void ArcStringByBulgeType.setNormal(java.util.List<VectorType> normal)
          Sets the value of the normal property.
 void RectifiedGridType.setOffsetVector(java.util.List<VectorType> offsetVector)
          Sets the value of the offsetVector property.
 void AffinePlacementType.setRefDirection(java.util.List<VectorType> refDirection)
          Sets the value of the refDirection property.