Description: 'Provides access to members that create different kinds of spatial reference components.' 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 =
public class ISpatialReferenceFactoryProxy extends com.esri.arcgis.interop.Dispatch implements ISpatialReferenceFactory, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID6cd10b60_c4f6_11d1_bc92_0000f875bcce
Modifier | Constructor and Description |
---|---|
|
ISpatialReferenceFactoryProxy()
Deprecated.
For internal use only
|
|
ISpatialReferenceFactoryProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISpatialReferenceFactoryProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISpatialReferenceFactoryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISpatialReferenceFactoryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IDatum |
createDatum(int datumType)
Deprecated.
Creates a predefined datum.
|
void |
createESRISpatialReference(java.lang.String spatRefInfo,
ISpatialReference[] spatialReference,
int[] cBytesRead)
Deprecated.
Creates a spatial reference system and defines it from the specified ESRISpatialReference buffer.
|
ISpatialReference |
createESRISpatialReferenceFromPRJ(java.lang.String prj)
Deprecated.
Creates a spatial reference from a PRJ string.
|
ISpatialReference |
createESRISpatialReferenceFromPRJFile(java.lang.String prjFile)
Deprecated.
Creates a spatial reference from a PRJ file.
|
IGeographicCoordinateSystem |
createGeographicCoordinateSystem(int gcsType)
Deprecated.
Creates a predefined geographic coordinate system.
|
ITransformation |
createGeoTransformation(int gTransformationType)
Deprecated.
Creates a predefined transformation between geographic coordinate systems.
|
IParameter |
createParameter(int parameterType)
Deprecated.
Creates a predefined parameter.
|
ISet |
createPredefinedAngularUnits()
Deprecated.
Creates a list of predefined angular units.
|
ISet |
createPredefinedDatums()
Deprecated.
Creates a list of a list of predefined datums.
|
ISet |
createPredefinedLinearUnits()
Deprecated.
Creates a list of predefined linear units.
|
ISet |
createPredefinedPrimeMeridians()
Deprecated.
Creates a list of predefined prime meridians.
|
ISet |
createPredefinedProjections()
Deprecated.
Creates a list of predefined projections.
|
ISet |
createPredefinedSpheroids()
Deprecated.
Creates a list of predefined spheroids.
|
IPrimeMeridian |
createPrimeMeridian(int primeMeridianType)
Deprecated.
Creates a predefined prime meridian.
|
IProjectedCoordinateSystem |
createProjectedCoordinateSystem(int pcsType)
Deprecated.
Creates a predefined projected coordinate system.
|
IProjection |
createProjection(int projectionType)
Deprecated.
Creates a predefined projection.
|
ISpheroid |
createSpheroid(int spheroidType)
Deprecated.
Creates a predefined spheroid.
|
IUnit |
createUnit(int unitType)
Deprecated.
Creates a predefined unit of measure.
|
void |
exportESRISpatialReferenceToPRJFile(java.lang.String prjFile,
ISpatialReference spatialReference)
Deprecated.
Exports a spatial reference to a PRJ file.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ISpatialReferenceFactoryProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISpatialReferenceFactoryProxy()
public ISpatialReferenceFactoryProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceFactoryProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISpatialReferenceFactoryProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void createESRISpatialReference(java.lang.String spatRefInfo, ISpatialReference[] spatialReference, int[] cBytesRead) throws java.io.IOException, AutomationException
createESRISpatialReference
in interface ISpatialReferenceFactory
spatRefInfo
- The spatRefInfo (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (out: use single element array)cBytesRead
- The cBytesRead (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpatialReference createESRISpatialReferenceFromPRJ(java.lang.String prj) throws java.io.IOException, AutomationException
createESRISpatialReferenceFromPRJ
in interface ISpatialReferenceFactory
prj
- The prj (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpatialReference createESRISpatialReferenceFromPRJFile(java.lang.String prjFile) throws java.io.IOException, AutomationException
createESRISpatialReferenceFromPRJFile
in interface ISpatialReferenceFactory
prjFile
- The prjFile (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void exportESRISpatialReferenceToPRJFile(java.lang.String prjFile, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
exportESRISpatialReferenceToPRJFile
in interface ISpatialReferenceFactory
prjFile
- The prjFile (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUnit createUnit(int unitType) throws java.io.IOException, AutomationException
createUnit
in interface ISpatialReferenceFactory
unitType
- The unitType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISpheroid createSpheroid(int spheroidType) throws java.io.IOException, AutomationException
createSpheroid
in interface ISpatialReferenceFactory
spheroidType
- The spheroidType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDatum createDatum(int datumType) throws java.io.IOException, AutomationException
createDatum
in interface ISpatialReferenceFactory
datumType
- The datumType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPrimeMeridian createPrimeMeridian(int primeMeridianType) throws java.io.IOException, AutomationException
createPrimeMeridian
in interface ISpatialReferenceFactory
primeMeridianType
- The primeMeridianType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProjection createProjection(int projectionType) throws java.io.IOException, AutomationException
createProjection
in interface ISpatialReferenceFactory
projectionType
- The projectionType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IParameter createParameter(int parameterType) throws java.io.IOException, AutomationException
createParameter
in interface ISpatialReferenceFactory
parameterType
- The parameterType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IProjectedCoordinateSystem createProjectedCoordinateSystem(int pcsType) throws java.io.IOException, AutomationException
createProjectedCoordinateSystem
in interface ISpatialReferenceFactory
pcsType
- The pcsType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeographicCoordinateSystem createGeographicCoordinateSystem(int gcsType) throws java.io.IOException, AutomationException
createGeographicCoordinateSystem
in interface ISpatialReferenceFactory
gcsType
- The gcsType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ITransformation createGeoTransformation(int gTransformationType) throws java.io.IOException, AutomationException
createGeoTransformation
in interface ISpatialReferenceFactory
gTransformationType
- The gTransformationType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedProjections() throws java.io.IOException, AutomationException
createPredefinedProjections
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedLinearUnits() throws java.io.IOException, AutomationException
createPredefinedLinearUnits
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedDatums() throws java.io.IOException, AutomationException
createPredefinedDatums
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedAngularUnits() throws java.io.IOException, AutomationException
createPredefinedAngularUnits
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedPrimeMeridians() throws java.io.IOException, AutomationException
createPredefinedPrimeMeridians
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISet createPredefinedSpheroids() throws java.io.IOException, AutomationException
createPredefinedSpheroids
in interface ISpatialReferenceFactory
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.