com.supermap.ar.areffect.gltfModel

Class Images

  • java.lang.Object
    • com.supermap.ar.areffect.gltfModel.Images


  • public class Images
    extends java.lang.Object
    Image
    • Constructor Summary

      Constructors 
      Constructor and Description
      Images() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getUri()
      Gets the image path
      void setUri(java.lang.String uri)
      Sets the image path
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Images

        public Images()
    • Method Detail

      • setUri

        public void setUri(java.lang.String uri)
        Sets the image path
        Parameters:
        uri -
      • getUri

        public java.lang.String getUri()
        Gets the image path
        Returns: