|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.SpatialReferenceDialog
public class SpatialReferenceDialog
COM Class 'SpatialReferenceDialog'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'Provides access to the spatial reference dialog.' 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 |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.ISpatialReferenceDialog |
---|
IID, IID16688540_54c4_11d2_aad3_00c04fa33a15, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.ISpatialReferenceDialog2 |
---|
IID, IIDb088f162_cdd1_11d3_a097_00c04f6bdf0e, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.ISpatialReferenceDialog3 |
---|
IID, IID7d6c0e92_cb16_48b3_9bf5_6b051045840c, xxDummy |
Fields inherited from interface com.esri.arcgis.catalogUI.ISpatialReferenceDialogContext |
---|
IID, IID8163a6ff_0ed6_4141_bc5d_feb844c1b30f, xxDummy |
Constructor Summary | |
---|---|
SpatialReferenceDialog()
Constructs a SpatialReferenceDialog using ArcGIS Engine. |
|
SpatialReferenceDialog(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SpatialReferenceDialog theSpatialReferenceDialog = (SpatialReferenceDialog) obj; |
Method Summary | |
---|---|
ISpatialReference |
doModalCreate(boolean hasXY,
boolean hasZ,
boolean hasM,
int hParent)
Prompts the user to define a new spatial reference. |
ISpatialReference |
doModalCreate3(boolean hasZ,
int hParent)
Prompts the user to define a new spatial reference. |
ISpatialReference |
doModalEdit(ISpatialReference inputSpatialReference,
boolean hasXY,
boolean hasZ,
boolean hasM,
boolean coordPageReadOnly,
boolean xyDomainPageReadOnly,
boolean mDomainPageReadOnly,
boolean zDomainPageReadOnly,
int hParent)
Displays/edits the properties of the given spatial reference. |
ISpatialReference |
doModalEdit(ISpatialReference inputSpatialReference,
boolean hasXY,
boolean hasZ,
boolean hasM,
boolean coordPageReadOnly,
boolean domainPageReadOnly,
int hParent)
Displays/edits the properties of the given spatial reference. |
ISpatialReference |
doModalEdit3(ISpatialReference inputSpatialReference,
boolean hasZ,
int hParent)
Displays/edits the properties of the given spatial reference. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IBasicMap |
getBasicMap()
The basic map that provides the layer list and spatial filtering extent. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getXYFilter()
Restriction on the type of coordinate system to show. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a SpatialReferenceDialog. |
void |
setBasicMapByRef(IBasicMap basicMap)
The basic map that provides the layer list and spatial filtering extent. |
void |
setXYFilter(int filter)
Restriction on the type of coordinate system to show. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialReferenceDialog() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SpatialReferenceDialog(java.lang.Object obj) throws java.io.IOException
SpatialReferenceDialog theSpatialReferenceDialog = (SpatialReferenceDialog) obj;
obj
to SpatialReferenceDialog
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public ISpatialReference doModalCreate(boolean hasXY, boolean hasZ, boolean hasM, int hParent) throws java.io.IOException, AutomationException
doModalCreate
in interface ISpatialReferenceDialog
doModalCreate
in interface ISpatialReferenceDialog2
hasXY
- The hasXY (in)hasZ
- The hasZ (in)hasM
- The hasM (in)hParent
- The hParent (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference doModalEdit(ISpatialReference inputSpatialReference, boolean hasXY, boolean hasZ, boolean hasM, boolean coordPageReadOnly, boolean domainPageReadOnly, int hParent) throws java.io.IOException, AutomationException
doModalEdit
in interface ISpatialReferenceDialog
inputSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)hasXY
- The hasXY (in)hasZ
- The hasZ (in)hasM
- The hasM (in)coordPageReadOnly
- The coordPageReadOnly (in)domainPageReadOnly
- The domainPageReadOnly (in)hParent
- The hParent (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference doModalEdit(ISpatialReference inputSpatialReference, boolean hasXY, boolean hasZ, boolean hasM, boolean coordPageReadOnly, boolean xyDomainPageReadOnly, boolean mDomainPageReadOnly, boolean zDomainPageReadOnly, int hParent) throws java.io.IOException, AutomationException
doModalEdit
in interface ISpatialReferenceDialog2
inputSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)hasXY
- The hasXY (in)hasZ
- The hasZ (in)hasM
- The hasM (in)coordPageReadOnly
- The coordPageReadOnly (in)xyDomainPageReadOnly
- The xyDomainPageReadOnly (in)mDomainPageReadOnly
- The mDomainPageReadOnly (in)zDomainPageReadOnly
- The zDomainPageReadOnly (in)hParent
- The hParent (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference doModalCreate3(boolean hasZ, int hParent) throws java.io.IOException, AutomationException
doModalCreate3
in interface ISpatialReferenceDialog3
hasZ
- The hasZ (in)hParent
- The hParent (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference doModalEdit3(ISpatialReference inputSpatialReference, boolean hasZ, int hParent) throws java.io.IOException, AutomationException
doModalEdit3
in interface ISpatialReferenceDialog3
inputSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)hasZ
- The hasZ (in)hParent
- The hParent (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IBasicMap getBasicMap() throws java.io.IOException, AutomationException
getBasicMap
in interface ISpatialReferenceDialogContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBasicMapByRef(IBasicMap basicMap) throws java.io.IOException, AutomationException
setBasicMapByRef
in interface ISpatialReferenceDialogContext
basicMap
- A reference to a com.esri.arcgis.carto.IBasicMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getXYFilter() throws java.io.IOException, AutomationException
getXYFilter
in interface ISpatialReferenceDialogContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXYFilter(int filter) throws java.io.IOException, AutomationException
setXYFilter
in interface ISpatialReferenceDialogContext
filter
- A com.esri.arcgis.catalogUI.esriSpatialReferenceXYFilter constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |