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

Packages that use Interior
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Interior
 AbstractRingPropertyType GMLMarshaller.marshalInterior(Interior src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Interior
 Interior GMLUnmarshaller.unmarshalInterior(AbstractRingPropertyType src)