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

Packages that use PixelInCellType
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PixelInCellType
 PixelInCellType ObjectFactory.createPixelInCellType()
          Create an instance of PixelInCellType
 PixelInCellType ImageDatumType.getPixelInCell()
          Ruft den Wert der pixelInCell-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PixelInCellType
 javax.xml.bind.JAXBElement<PixelInCellType> ObjectFactory.createPixelInCell(PixelInCellType value)
          Create an instance of JAXBElement<PixelInCellType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PixelInCellType
 javax.xml.bind.JAXBElement<PixelInCellType> ObjectFactory.createPixelInCell(PixelInCellType value)
          Create an instance of JAXBElement<PixelInCellType>}
 void ImageDatumType.setPixelInCell(PixelInCellType value)
          Legt den Wert der pixelInCell-Eigenschaft fest.