Uses of Interface
org.citygml4j.model.gml.coverage.DomainSet

Packages that use DomainSet
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.gml.coverage   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type DomainSet
 void GMLMarshaller.marshalDomainSet(DomainSet<? extends AbstractGeometry> src, DomainSetType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type DomainSet
 void GMLUnmarshaller.unmarshalDomainSet(DomainSetType src, DomainSet<? extends AbstractGeometry> dest)
           
 

Uses of DomainSet in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return DomainSet
<T extends AbstractGeometry>
DomainSet<T>
GMLFactory.createDomainSet()
           
 

Uses of DomainSet in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage that implement DomainSet
 class DomainSetImpl<T extends AbstractGeometry>
           
 class RectifiedGridDomainImpl
           
 

Uses of DomainSet in org.citygml4j.model.gml.coverage
 

Subinterfaces of DomainSet in org.citygml4j.model.gml.coverage
 interface RectifiedGridDomain