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.SerializableSlice source connection information
- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor and Description TileSourceInfo()TileSourceInfo(TileSourceType type)
-
Method Summary
Methods Modifier and Type Method and Description TileSourceInfocopy()Copy yourselfbooleanequals(java.lang.Object obj)TileType[]getSupportedTileTypes()Returns the slice type supported by the slice sourceTileSourceTypegetType()Returns the slice source typeinthashCode()voidsetType(TileSourceType type)Sets the slice source typeTileSourceInfotype(TileSourceType type)Sets the slice source type
-
-
-
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
-
copy
public TileSourceInfo copy()
Copy yourself
- Returns:
- 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
-
-