Class VectorTileStyle


  • public final class VectorTileStyle
    extends java.lang.Object
    Represents the style information for an ArcGISVectorTiledLayer.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSourceUri()
      Gets the source URI.
      java.lang.String getVersion()
      Gets the version.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        Gets the version.
        Returns:
        the version
        Since:
        100.0.0
      • getSourceUri

        public java.lang.String getSourceUri()
        Gets the source URI.
        Returns:
        the source URI
        Since:
        100.0.0