Uses of Class
org.citygml4j.jaxb.gml._3_1_1.DomainSetType

Packages that use DomainSetType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

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

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

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

Uses of DomainSetType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of DomainSetType in org.citygml4j.jaxb.gml._3_1_1
 class GridDomainType
          Java-Klasse für GridDomainType complex type.
 class MultiCurveDomainType
          Java-Klasse für MultiCurveDomainType complex type.
 class MultiPointDomainType
          Java-Klasse für MultiPointDomainType complex type.
 class MultiSolidDomainType
          Java-Klasse für MultiSolidDomainType complex type.
 class MultiSurfaceDomainType
          Java-Klasse für MultiSurfaceDomainType complex type.
 class RectifiedGridDomainType
          Java-Klasse für RectifiedGridDomainType complex type.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DomainSetType
 DomainSetType ObjectFactory.createDomainSetType()
          Create an instance of DomainSetType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DomainSetType
 javax.xml.bind.JAXBElement<DomainSetType> ObjectFactory.createDomainSet(DomainSetType value)
          Create an instance of JAXBElement<DomainSetType>}
 javax.xml.bind.JAXBElement<? extends DomainSetType> AbstractCoverageType.getDomainSet()
          Ruft den Wert der domainSet-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DomainSetType
 javax.xml.bind.JAXBElement<DomainSetType> ObjectFactory.createDomainSet(DomainSetType value)
          Create an instance of JAXBElement<DomainSetType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type DomainSetType
 void AbstractCoverageType.setDomainSet(javax.xml.bind.JAXBElement<? extends DomainSetType> value)
          Legt den Wert der domainSet-Eigenschaft fest.