public interface IJSONConverterGeometry2 extends IJSONConverterGeometry, java.io.Serializable
Description: 'Provides direct access to the Units serialization.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe263189e_4fc0_4ff5_91a1_f5df7042a77d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7cc69669_7023_4dd6_9cdc_3a75325673d7
Modifier and Type | Method and Description |
---|---|
void |
queryJSONUnit(IUnit pUnit,
IJSONObject pJSON)
Query a Unit Object and populates existing IJSONObject.
|
IUnit |
readUnit(IJSONReader pReader)
Read a unit object.
|
IUnit |
toUnit(IJSONObject pJSONObject)
Read a Unit object from a JSON object.
|
void |
writeUnit(IJSONWriter pWriter,
java.lang.String propname,
IUnit pUnit)
Writes a Units object.
|
queryJSONEnvelope, queryJSONGeometry, queryJSONGeoTransformation, queryJSONSpatialReference, readEnvelope, readGeometry, readGeoTransformation, readMultipoint, readPoint, readPolygon, readPolyline, readSpatialReference, toEnvelope, toGeometry, toGeoTransformation, toMultipoint, toPoint, toPolygon, toPolyline, toSpatialReference, writeGeometry, writeGeoTransformation, writeSpatialReference
static final int IIDe263189e_4fc0_4ff5_91a1_f5df7042a77d
static final int xxDummy
static final java.lang.String IID
void queryJSONUnit(IUnit pUnit, IJSONObject pJSON) throws java.io.IOException, AutomationException
pUnit
- A reference to a com.esri.arcgis.geometry.IUnit (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.IUnit toUnit(IJSONObject pJSONObject) throws java.io.IOException, AutomationException
pJSONObject
- 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.IUnit readUnit(IJSONReader pReader) throws java.io.IOException, AutomationException
pReader
- 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.void writeUnit(IJSONWriter pWriter, java.lang.String propname, IUnit pUnit) throws java.io.IOException, AutomationException
pWriter
- A reference to a com.esri.arcgis.system.IJSONWriter (in)propname
- The propname (in)pUnit
- A reference to a com.esri.arcgis.geometry.IUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.