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

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

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)