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

Packages that use CovarianceElementType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CovarianceElementType
 CovarianceElementType ObjectFactory.createCovarianceElementType()
          Create an instance of CovarianceElementType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CovarianceElementType
 javax.xml.bind.JAXBElement<CovarianceElementType> ObjectFactory.createIncludesElement(CovarianceElementType value)
          Create an instance of JAXBElement<CovarianceElementType>}
 java.util.List<CovarianceElementType> CovarianceMatrixType.getIncludesElement()
          Unordered set of elements in this covariance matrix.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CovarianceElementType
 javax.xml.bind.JAXBElement<CovarianceElementType> ObjectFactory.createIncludesElement(CovarianceElementType value)
          Create an instance of JAXBElement<CovarianceElementType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type CovarianceElementType
 void CovarianceMatrixType.setIncludesElement(java.util.List<CovarianceElementType> includesElement)
          Unordered set of elements in this covariance matrix.