Description: 'Provides direct access to the geometry serialization for AMF and JSON formats.' 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 IJSONConverterGeometryProxy extends com.esri.arcgis.interop.Dispatch implements IJSONConverterGeometry, 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, objRefIID, IID7cc69669_7023_4dd6_9cdc_3a75325673d7| Modifier | Constructor and Description |
|---|---|
|
IJSONConverterGeometryProxy()
Deprecated.
For internal use only
|
|
IJSONConverterGeometryProxy(java.lang.Object obj)
Deprecated.
|
protected |
IJSONConverterGeometryProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IJSONConverterGeometryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IJSONConverterGeometryProxy(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.
|
void |
queryJSONEnvelope(IEnvelope pEnvelope,
boolean skip_spref,
IJSONObject pJSON)
Deprecated.
Queries envelope and populates existing IJSONObject
|
void |
queryJSONGeometry(IGeometry pGeom,
boolean skip_spref,
IJSONObject pJSON)
Deprecated.
Queries geometry and populates existing IJSONObject
|
void |
queryJSONGeoTransformation(IGeoTransformation pSR,
IJSONObject pJSON)
Deprecated.
Queries a geographic (datum) transformation object and populates existing IJSONObject
|
void |
queryJSONSpatialReference(ISpatialReference pSR,
IJSONObject pJSON)
Deprecated.
Queries spatial reference and populates existing IJSONObject
|
IEnvelope |
readEnvelope(IJSONReader pReader)
Deprecated.
Reads envelope object.
|
IGeometry |
readGeometry(IJSONReader pReader,
int geomType,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads geometry object.
|
IGeoTransformation |
readGeoTransformation(IJSONReader pReader)
Deprecated.
Reads a geographic (datum) transformation object.
|
IMultipoint |
readMultipoint(IJSONReader pReader,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads multipoint object.
|
IPoint |
readPoint(IJSONReader pReader)
Deprecated.
Reads point object.
|
IPolygon |
readPolygon(IJSONReader pReader,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads polygon object.
|
IPolyline |
readPolyline(IJSONReader pReader,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads polyline object.
|
ISpatialReference |
readSpatialReference(IJSONReader pReader)
Deprecated.
Reads spatial reference object.
|
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.
|
IEnvelope |
toEnvelope(IJSONObject pJSONObject)
Deprecated.
Reads envelope from a JSON object.
|
IGeometry |
toGeometry(IJSONObject pJSONObject,
int geomType,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads geometry object from JSON object.
|
IGeoTransformation |
toGeoTransformation(IJSONObject pJSONObject)
Deprecated.
Reads a geographic (datum) transformation object from a JSON object.
|
IMultipoint |
toMultipoint(IJSONObject pJSONObject,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads multipoint from a JSON object.
|
IPoint |
toPoint(IJSONObject pJSONObject)
Deprecated.
Reads point from a JSON object.
|
IPolygon |
toPolygon(IJSONObject pJSONObject,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads polygon from a JSON object.
|
IPolyline |
toPolyline(IJSONObject pJSONObject,
boolean bDefaultHasZs,
boolean bDefaultHasMs)
Deprecated.
Reads polyline from a JSON object.
|
ISpatialReference |
toSpatialReference(IJSONObject pJSONObject)
Deprecated.
Reads spatial reference from a JSON object.
|
void |
writeGeometry(IJSONWriter pWriter,
java.lang.String propname,
IGeometry pGeom,
boolean skip_spref)
Deprecated.
Writes geometry object.
|
void |
writeGeoTransformation(IJSONWriter pWriter,
java.lang.String propname,
IGeoTransformation pSR)
Deprecated.
Writes a geographic (datum) transformation object.
|
void |
writeSpatialReference(IJSONWriter pWriter,
java.lang.String propname,
ISpatialReference pSR)
Deprecated.
Writes spatial reference 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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IJSONConverterGeometryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IJSONConverterGeometryProxy()
public IJSONConverterGeometryProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IJSONConverterGeometryProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IJSONConverterGeometryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void writeSpatialReference(IJSONWriter pWriter, java.lang.String propname, ISpatialReference pSR) throws java.io.IOException, AutomationException
writeSpatialReference in interface IJSONConverterGeometrypWriter - A reference to a com.esri.arcgis.system.IJSONWriter (in)propname - The propname (in)pSR - 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 void writeGeoTransformation(IJSONWriter pWriter, java.lang.String propname, IGeoTransformation pSR) throws java.io.IOException, AutomationException
writeGeoTransformation in interface IJSONConverterGeometrypWriter - A reference to a com.esri.arcgis.system.IJSONWriter (in)propname - The propname (in)pSR - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void writeGeometry(IJSONWriter pWriter, java.lang.String propname, IGeometry pGeom, boolean skip_spref) throws java.io.IOException, AutomationException
writeGeometry in interface IJSONConverterGeometrypWriter - A reference to a com.esri.arcgis.system.IJSONWriter (in)propname - The propname (in)pGeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)skip_spref - The skip_spref (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryJSONSpatialReference(ISpatialReference pSR, IJSONObject pJSON) throws java.io.IOException, AutomationException
queryJSONSpatialReference in interface IJSONConverterGeometrypSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pJSON - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryJSONGeoTransformation(IGeoTransformation pSR, IJSONObject pJSON) throws java.io.IOException, AutomationException
queryJSONGeoTransformation in interface IJSONConverterGeometrypSR - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)pJSON - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryJSONEnvelope(IEnvelope pEnvelope, boolean skip_spref, IJSONObject pJSON) throws java.io.IOException, AutomationException
queryJSONEnvelope in interface IJSONConverterGeometrypEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)skip_spref - The skip_spref (in)pJSON - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryJSONGeometry(IGeometry pGeom, boolean skip_spref, IJSONObject pJSON) throws java.io.IOException, AutomationException
queryJSONGeometry in interface IJSONConverterGeometrypGeom - A reference to a com.esri.arcgis.geometry.IGeometry (in)skip_spref - The skip_spref (in)pJSON - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference readSpatialReference(IJSONReader pReader) throws java.io.IOException, AutomationException
readSpatialReference in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeoTransformation readGeoTransformation(IJSONReader pReader) throws java.io.IOException, AutomationException
readGeoTransformation in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry readGeometry(IJSONReader pReader, int geomType, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
readGeometry in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint readPoint(IJSONReader pReader) throws java.io.IOException, AutomationException
readPoint in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMultipoint readMultipoint(IJSONReader pReader, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
readMultipoint in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolygon readPolygon(IJSONReader pReader, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
readPolygon in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolyline readPolyline(IJSONReader pReader, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
readPolyline in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope readEnvelope(IJSONReader pReader) throws java.io.IOException, AutomationException
readEnvelope in interface IJSONConverterGeometrypReader - A reference to a com.esri.arcgis.system.IJSONReader (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry toGeometry(IJSONObject pJSONObject, int geomType, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
toGeometry in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnvelope toEnvelope(IJSONObject pJSONObject) throws java.io.IOException, AutomationException
toEnvelope in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference toSpatialReference(IJSONObject pJSONObject) throws java.io.IOException, AutomationException
toSpatialReference in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeoTransformation toGeoTransformation(IJSONObject pJSONObject) throws java.io.IOException, AutomationException
toGeoTransformation in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPoint toPoint(IJSONObject pJSONObject) throws java.io.IOException, AutomationException
toPoint in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IMultipoint toMultipoint(IJSONObject pJSONObject, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
toMultipoint in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolygon toPolygon(IJSONObject pJSONObject, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
toPolygon in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPolyline toPolyline(IJSONObject pJSONObject, boolean bDefaultHasZs, boolean bDefaultHasMs) throws java.io.IOException, AutomationException
toPolyline in interface IJSONConverterGeometrypJSONObject - A reference to a com.esri.arcgis.system.IJSONObject (in)bDefaultHasZs - The bDefaultHasZs (in)bDefaultHasMs - The bDefaultHasMs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.