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

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

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

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

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

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

Uses of Exterior in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Exterior
 Exterior GMLFactory.createExterior()
           
 Exterior GMLFactory.createExterior(AbstractRing abstractRing)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Exterior
 class ExteriorImpl