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

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

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)
           
 

Uses of Interior in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Interior
 Interior GMLFactory.createInterior()
           
 Interior GMLFactory.createInterior(AbstractRing abstractRing)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Interior
 class InteriorImpl