|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.globecore.IKmlNodeProxy
public class IKmlNodeProxy
Properties of a of KML Node.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IKmlNodeProxy()
|
|
IKmlNodeProxy(Object obj)
|
protected |
IKmlNodeProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getDescription()
Kml Node description. |
String |
getName()
Kml Node name. |
String |
getSnippet()
Kml Node Snippet. |
boolean |
isHasDescription()
Does Kml Node have a description. |
boolean |
isHasName()
Does Kml Node have a name. |
boolean |
isHasSnippet()
Does Kml Node have a snippet. |
boolean |
isVisible()
Is the Kml node is visible. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setVisible(boolean visible)
Is the Kml node is visible. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IKmlNodeProxy()
public IKmlNodeProxy(Object obj) throws IOException
IOException
protected IKmlNodeProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getName() throws IOException, AutomationException
This property returns the name of the KML Node as a string
getName
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSnippet() throws IOException, AutomationException
Snippet is a smaller description of the KML Node. This property returns the Snippet of the KML Node as a string
getSnippet
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
This property would return any description (plain text or HTML) in the KML file. In a KML file the "<Description>" tag is used to store descriptive information.
getDescription
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node is visible or not.
If the visibility of a Node is changed it should be followed by a call to IKmlLayer.RefreshVisibleNodes in order for the change to be reflected on the display. Please see help for IKmlLayer.RefreshVisibleNodes for more information.
isVisible
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws IOException, AutomationException
Use this property to set the visibility of the Node. The property takes in a boolean (true/false) as an argument.
If the visibility of a Node is changed it should be followed by a call to IKmlLayer.RefreshVisibleNodes in order for the change to be reflected on the display. Please see help for IKmlLayer.RefreshVisibleNodes for more information.
setVisible
in interface IKmlNode
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasName() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Name or not.
isHasName
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasSnippet() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Snippet or not.
isHasSnippet
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHasDescription() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Description or not.
isHasDescription
in interface IKmlNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |