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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return ImageDatumRefType
 ImageDatumRefType ObjectFactory.createImageDatumRefType()
          Create an instance of ImageDatumRefType
 ImageDatumRefType ImageCRSType.getUsesImageDatum()
          Gets the value of the usesImageDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type ImageDatumRefType
 javax.xml.bind.JAXBElement<ImageDatumRefType> ObjectFactory.createImageDatumRef(ImageDatumRefType value)
          Create an instance of JAXBElement<ImageDatumRefType>}
 javax.xml.bind.JAXBElement<ImageDatumRefType> ObjectFactory.createUsesImageDatum(ImageDatumRefType value)
          Create an instance of JAXBElement<ImageDatumRefType>}
 void ImageCRSType.setUsesImageDatum(ImageDatumRefType value)
          Sets the value of the usesImageDatum property.