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()
          Ruft den Wert der refDirection-Eigenschaft ab.
 VectorType DirectionVectorType.getVector()
          Ruft den Wert der vector-Eigenschaft ab.
 VectorType CubicSplineType.getVectorAtEnd()
          Ruft den Wert der vectorAtEnd-Eigenschaft ab.
 VectorType CubicSplineType.getVectorAtStart()
          Ruft den Wert der vectorAtStart-Eigenschaft ab.
 

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)
          Legt den Wert der refDirection-Eigenschaft fest.
 void DirectionVectorType.setVector(VectorType value)
          Legt den Wert der vector-Eigenschaft fest.
 void CubicSplineType.setVectorAtEnd(VectorType value)
          Legt den Wert der vectorAtEnd-Eigenschaft fest.
 void CubicSplineType.setVectorAtStart(VectorType value)
          Legt den Wert der vectorAtStart-Eigenschaft fest.
 

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.