public class

OnlineNMLModelLODTreeDataSource

extends NMLModelLODTreeDataSource
java.lang.Object
   ↳ com.carto.datasources.NMLModelLODTreeDataSource
     ↳ com.carto.datasources.OnlineNMLModelLODTreeDataSource

Class Overview

Online NML LOD Tree data source. This data source needs special
online service and uses custom protocol.

Summary

Public Constructors
OnlineNMLModelLODTreeDataSource(String serviceURL)
Constructs an OnlineNMLModelLODTreeDataSource object.
Public Methods
synchronized void delete()
[Expand]
Inherited Methods
From class com.carto.datasources.NMLModelLODTreeDataSource
From class java.lang.Object

Public Constructors

public OnlineNMLModelLODTreeDataSource (String serviceURL)

Constructs an OnlineNMLModelLODTreeDataSource object.

Parameters
serviceURL The service connection point.

Public Methods

public synchronized void delete ()