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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ImageDatumType
 ImageDatumType ObjectFactory.createImageDatumType()
          Create an instance of ImageDatumType
 ImageDatumType ImageDatumRefType.getImageDatum()
          Gets the value of the imageDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ImageDatumType
 javax.xml.bind.JAXBElement<ImageDatumType> ObjectFactory.createImageDatum(ImageDatumType value)
          Create an instance of JAXBElement<ImageDatumType>}
 void ImageDatumRefType.setImageDatum(ImageDatumType value)
          Sets the value of the imageDatum property.