Uses of Interface
org.citygml4j.model.gml.geometry.primitives.LinearRingProperty

Packages that use LinearRingProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type LinearRingProperty
 LinearRingPropertyType GMLMarshaller.marshalLinearRingProperty(LinearRingProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return LinearRingProperty
 LinearRingProperty GMLUnmarshaller.unmarshalLinearRingProperty(LinearRingPropertyType src)
           
 

Uses of LinearRingProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return LinearRingProperty
 LinearRingProperty GMLFactory.createLinearRingProperty()
           
 LinearRingProperty GMLFactory.createLinearRingProperty(LinearRing linearRing)
           
 

Uses of LinearRingProperty in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement LinearRingProperty
 class LinearRingPropertyImpl