com.esri.arcgis.trackinganalyst
Interface IGMLConversion

All Superinterfaces:
Serializable
All Known Implementing Classes:
GMLConverter

public interface IGMLConversion
extends Serializable

Provides access to members for managing GML conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 Object getESRIGeometry()
          Includes Esri geometry settings in GML conversion.
 String getGML()
          Structures data to conform with GML format.
 void setESRIGeometryByRef(Object ppiGeometry)
          Includes Esri geometry settings in GML conversion.
 void setGML(String pbstrGML)
          Structures data to conform with GML format.
 

Method Detail

getGML

String getGML()
              throws IOException,
                     AutomationException
Structures data to conform with GML format.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
The pbstrGML
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGML

void setGML(String pbstrGML)
            throws IOException,
                   AutomationException
Structures data to conform with GML format.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
pbstrGML - The pbstrGML (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getESRIGeometry

Object getESRIGeometry()
                       throws IOException,
                              AutomationException
Includes Esri geometry settings in GML conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setESRIGeometryByRef

void setESRIGeometryByRef(Object ppiGeometry)
                          throws IOException,
                                 AutomationException
Includes Esri geometry settings in GML conversion.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
ppiGeometry - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.