<< Click to Display Table of Contents >>
OGCGlobe.js
Class  | 
OGC.WMSDocument(object CmdTarget, object ProxyService)  | 
WMS  | 
|
Method  | 
Boolean  | 
getVisible()  | 
return a Boolean value indicates the visibility of the WMS.  | 
Method  | 
void  | 
setVisible(Boolean v)  | 
set a Boolean value indicates the visibility of the WMS.  | 
Method  | 
void  | 
LoadService(string Service)  | 
Load the WMS.  | 
Method  | 
Boolean  | 
isClampToGround()  | 
return a Boolean value indicates whether the WMS is clamp to ground.  | 
Method  | 
array  | 
getLegends()  | 
return an array represents the layer name, visibility, legend, and so on.  | 
Method  | 
Service  | 
getTitle()  | 
return a Service object.  | 
Method  | 
string  | 
getName()  | 
return the service name.  | 
Class  | 
OGC.WMTSDocument(object CmdTarget, object ProxyService)  | 
WMTS  | 
|
Method  | 
Boolean  | 
getVisible()  | 
return a Boolean value indicates the visibility of the WMTS.  | 
Method  | 
void  | 
setVisible(Boolean v)  | 
set a Boolean value indicates the visibility of the WMTS.  | 
Method  | 
void  | 
LoadService(string Service)  | 
Load the WMTS.  | 
Method  | 
void  | 
render(object Scene, cam)  | 
render the layer.  | 
Method  | 
Boolean  | 
isClampToGround()  | 
return a Boolean value indicates whether the WMTS is clamp to ground.  | 
Method  | 
array  | 
getLegends()  | 
return an array represents the layer name, visibility, legend, and so on.  | 
Method  | 
string  | 
getGroupName()  | 
return the group name of the WMTS  | 
Method  | 
Service  | 
getTitle()  | 
return a Service object.  | 
Method  | 
MatrixSet  | 
FindMatrixSet(string Name)  | 
return the scale definitions of the WMTS.  | 
Class  | 
OGC.KMLDocument(object CmdTarget, object ProxyService, defaultIconPath)  | 
KML  | 
|
Method  | 
IconStyle  | 
getIconStyle()  | 
return the IconStyle of the kml.  | 
Method  | 
LabelStyle  | 
getLabelStyle()  | 
return the LabelStyle of the kml.  | 
Method  | 
LineStyle  | 
getLineStyle()  | 
return the LineStyle of the kml.  | 
Method  | 
PolyStyle  | 
getPolyStyle()  | 
return the PolyStyle of the kml.  | 
Method  | 
NowTime  | 
getNowTime()  | 
return the current time for the KML time stamps  | 
Method  | 
void  | 
setNowTime()  | 
set the current time for the KML time stamps  | 
Method  | 
Boolean  | 
isClampToGround()  | 
return a Boolean value represents if the kml is clamp to ground.  | 
Method  | 
Camera  | 
getCamera()  | 
return the Camera object  | 
Method  | 
RootPath  | 
getRootPath()  | 
return the RootPath object.  | 
Method  | 
PagePath  | 
getPagePath()  | 
return the PagePath object.  | 
Method  | 
void  | 
render(object Scene, cam)  | 
render the kml layer.  | 
Method  | 
Feature  | 
get_Feature()  | 
return the Feature object.  | 
Method  | 
string  | 
getName()  | 
return the kml name.  | 
Method  | 
Boolean  | 
getVisible()  | 
return a Boolean value represents the visibility of the kml layer.  | 
Method  | 
void  | 
setVisible(Boolean v)  | 
set a Boolean value represents the visibility of the kml layer.  | 
Method  | 
array  | 
getLegends()  | 
return an array represents the layer name, visibility, legend, and so on.  | 
Method  | 
string  | 
getGroupName()  | 
return the group name.  | 
Method  | 
void  | 
AppendObject(string ID, object Obj)  | 
append an object.  | 
Method  | 
KMLObject  | 
FindByID(string ID)  | 
return the KMLObject with the coresponding ID.  | 
Method  | 
ViewStatus  | 
getViewStatus()  | 
return the ViewStatues object.  | 
Method  | 
void  | 
ShowBalloon(object Feature)  | 
show the balloon.  | 
Method  | 
void  | 
HideBalloon()  | 
hide the balloon.  | 
© 2017 Supergeo Technologies Inc.