com.esri.arcgis.geometry
Interface IPRJSpatialReferenceGEN

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeographicCoordinateSystem, IPRJSpatialReferenceGENProxy, ProjectedCoordinateSystem

public interface IPRJSpatialReferenceGEN
extends java.io.Serializable

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

Description: 'Provides access to members that control the import/export operations components of a spatial reference system. IPRJSpatialReference has been deprecated and IPRJSpatialReferenceGEN should be used.' 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 IIDf0e1978b_ab3d_4f82_a374_c5533b179b17
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exportSpatialReferenceToPRJ(java.lang.String[] str, int[] cBytesWrote)
          Exports the spatial reference to a buffer.
 int getPRJSpatialReferenceSize()
          The number of bytes required to hold the persistant representation of the spatial reference.
 void importSpatialReferenceFromPRJ(java.lang.String str, int[] cBytesRead)
          Defines the spatial reference from the specified ESRISpatialReference buffer.
 

Field Detail

IIDf0e1978b_ab3d_4f82_a374_c5533b179b17

static final int IIDf0e1978b_ab3d_4f82_a374_c5533b179b17
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

getPRJSpatialReferenceSize

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

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

importSpatialReferenceFromPRJ

void importSpatialReferenceFromPRJ(java.lang.String str,
                                   int[] cBytesRead)
                                   throws java.io.IOException,
                                          AutomationException
Defines the spatial reference 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.

exportSpatialReferenceToPRJ

void exportSpatialReferenceToPRJ(java.lang.String[] str,
                                 int[] cBytesWrote)
                                 throws java.io.IOException,
                                        AutomationException
Exports the spatial reference 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.