com.supermap.services.tilesource

Class TileSourceInfo

  • java.lang.Object
    • DataStoreInfo
      • com.supermap.services.tilesource.TileSourceInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class TileSourceInfo
    extends DataStoreInfo
    implements java.io.Serializable
    

    Slice source connection information

    Since:
    7.0
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      TileSourceInfo copy()
      Copy yourself
      boolean equals(java.lang.Object obj) 
      TileType[] getSupportedTileTypes()
      Returns the slice type supported by the slice source
      TileSourceType getType()
      Returns the slice source type
      int hashCode() 
      void setType(TileSourceType type)
      Sets the slice source type
      TileSourceInfo type(TileSourceType type)
      Sets the slice source type
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TileSourceInfo

        public TileSourceInfo()
        
      • TileSourceInfo

        public TileSourceInfo(TileSourceType type)
        
    • Method Detail

      • getType

        public TileSourceType getType()
        

        Returns the slice source type

        Returns:
        Since:
        7.0
      • setType

        public void setType(TileSourceType type)
        

        Sets the slice source type

        Since:
        7.0
      • type

        public TileSourceInfo type(TileSourceType type)
        

        Sets the slice source type

        Returns:
        TileSourceInfo
        Since:
        7.0
      • equals

        public boolean equals(java.lang.Object obj)
        
      • hashCode

        public int hashCode()
        
      • getSupportedTileTypes

        public TileType[] getSupportedTileTypes()
        

        Returns the slice type supported by the slice source

        Returns:
        Since:
        7.0