DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerWebTileLod | Interfaces | Methods | Properties
Level of details (LOD) specification.
// C# public interface ITGIS_LayerWebTileLod: ITBaseObject { }
' VisualBasic Public Interface ITGIS_LayerWebTileLod Implements ITBaseObject End Class
// Oxygene type ITGIS_LayerWebTileLod = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Create an instance of LOD. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Id | public | Level identifier. | |
Resolution | public | Level resolution (extent divided by pixel width). | |
TileSize | public | Tile size of level in pixels. | |
TilesRange | public | First/Last Row/Column of a tile. | |
TopLeft | public | Top-left origin of a level (coordinates of top-left tile corner). | |