|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKmlNode
Properties of a of KML Node.
Method Summary | |
---|---|
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 |
setVisible(boolean visible)
Is the Kml node is visible. |
Method Detail |
---|
String getName() throws IOException, AutomationException
This property returns the name of the KML Node as a string
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasName() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Name or not.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasSnippet() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Snippet or not.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasDescription() throws IOException, AutomationException
This property returns a boolean value (true/false) indicating if the Node has a Description or not.
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 |