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 class for GridDomainType complex type.
 class MultiCurveDomainType
          Java class for MultiCurveDomainType complex type.
 class MultiPointDomainType
          Java class for MultiPointDomainType complex type.
 class MultiSolidDomainType
          Java class for MultiSolidDomainType complex type.
 class MultiSurfaceDomainType
          Java class for MultiSurfaceDomainType complex type.
 class RectifiedGridDomainType
          Java class for 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()
          Gets the value of the domainSet property.
 

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)
          Sets the value of the domainSet property.