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

Packages that use DomainSet
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
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.model.gml.coverage
 

Subclasses of DomainSet in org.citygml4j.model.gml.coverage
 class RectifiedGridDomain