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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CurvePropertyType
 CurvePropertyType GMLMarshaller.marshalCurveProperty(CurveProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CurvePropertyType
 CurveProperty GMLUnmarshaller.unmarshalCurveProperty(CurvePropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CurvePropertyType
 CurvePropertyType ObjectFactory.createCurvePropertyType()
          Create an instance of CurvePropertyType
 CurvePropertyType OrientableCurveType.getBaseCurve()
          References or contains the base curve (positive orientation).
 CurvePropertyType EdgeType.getCurveProperty()
          Gets the value of the curveProperty property.
 CurvePropertyType OffsetCurveType.getOffsetBase()
          Gets the value of the offsetBase property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CurvePropertyType
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createBaseCurve(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCenterLineOf(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCurveMember(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCurveProperty(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createEdgeOf(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 java.util.List<CurvePropertyType> RingType.getCurveMember()
          This element references or contains one curve in the composite curve.
 java.util.List<CurvePropertyType> MultiCurveType.getCurveMember()
          Gets the value of the curveMember property.
 java.util.List<CurvePropertyType> CompositeCurveType.getCurveMember()
          This element references or contains one curve in the composite curve.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CurvePropertyType
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createBaseCurve(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCenterLineOf(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCurveMember(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createCurveProperty(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 javax.xml.bind.JAXBElement<CurvePropertyType> ObjectFactory.createEdgeOf(CurvePropertyType value)
          Create an instance of JAXBElement<CurvePropertyType>}
 void OrientableCurveType.setBaseCurve(CurvePropertyType value)
          Sets the value of the baseCurve property.
 void EdgeType.setCurveProperty(CurvePropertyType value)
          Sets the value of the curveProperty property.
 void OffsetCurveType.setOffsetBase(CurvePropertyType value)
          Sets the value of the offsetBase property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CurvePropertyType
 void RingType.setCurveMember(java.util.List<CurvePropertyType> curveMember)
          This element references or contains one curve in the composite curve.
 void MultiCurveType.setCurveMember(java.util.List<CurvePropertyType> curveMember)
          Sets the value of the curveMember property.
 void CompositeCurveType.setCurveMember(java.util.List<CurvePropertyType> curveMember)
          This element references or contains one curve in the composite curve.