com.esri.arcgis.geometry
Interface IESRISpatialReferenceGEN2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngularUnit, Datum, GeographicCoordinateSystem, IESRISpatialReferenceGEN2Proxy, LinearUnit, Parameter, PrimeMeridian, ProjectedCoordinateSystem, Projection, Spheroid, VerticalCoordinateSystem, VerticalDatum

public interface IESRISpatialReferenceGEN2
extends java.io.Serializable

COM Interface 'IESRISpatialReferenceGEN2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that generate well known string representations for spatial reference objects. The strings include authority metadata.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3f9863b9_5477_4757_ac6f_63204de301ee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exportToESRISpatialReference2(java.lang.String[] str, int[] cBytesWrote)
          Exports this spatial reference component to a buffer.
 int getESRISpatialReferenceSize()
          The number of bytes required to hold the persistant representation of this spatial reference component.
 void importFromESRISpatialReference(java.lang.String str, int[] cBytesRead)
          Defines this spatial reference component from the specified ESRISpatialReference buffer.
 

Field Detail

IID3f9863b9_5477_4757_ac6f_63204de301ee

static final int IID3f9863b9_5477_4757_ac6f_63204de301ee
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getESRISpatialReferenceSize

int getESRISpatialReferenceSize()
                                throws java.io.IOException,
                                       AutomationException
The number of bytes required to hold the persistant representation of this spatial reference component.

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

importFromESRISpatialReference

void importFromESRISpatialReference(java.lang.String str,
                                    int[] cBytesRead)
                                    throws java.io.IOException,
                                           AutomationException
Defines this spatial reference component from the specified ESRISpatialReference buffer.

Parameters:
str - The str (in)
cBytesRead - The cBytesRead (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToESRISpatialReference2

void exportToESRISpatialReference2(java.lang.String[] str,
                                   int[] cBytesWrote)
                                   throws java.io.IOException,
                                          AutomationException
Exports this spatial reference component to a buffer.

Parameters:
str - The str (out: use single element array)
cBytesWrote - The cBytesWrote (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.