Uses of Class
org.citygml4j.model.gml.geometry.primitives.GeometricPrimitiveProperty

Packages that use GeometricPrimitiveProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.geometry.complexes   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GeometricPrimitiveProperty
 GeometricPrimitivePropertyType GMLMarshaller.marshalGeometricPrimitiveProperty(GeometricPrimitiveProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GeometricPrimitiveProperty
 GeometricPrimitiveProperty GMLUnmarshaller.unmarshalGeometricPrimitiveProperty(GeometricPrimitivePropertyType src)
           
 

Uses of GeometricPrimitiveProperty in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes that return types with arguments of type GeometricPrimitiveProperty
 java.util.List<GeometricPrimitiveProperty> GeometricComplex.getElement()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type GeometricPrimitiveProperty
 void GeometricComplex.addElement(GeometricPrimitiveProperty element)
           
 boolean GeometricComplex.unsetElement(GeometricPrimitiveProperty element)
           
 

Method parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type GeometricPrimitiveProperty
 void GeometricComplex.setElement(java.util.List<GeometricPrimitiveProperty> element)