|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.SimpleAlignedConstructor
public class SimpleAlignedConstructor
COM Class 'SimpleAlignedConstructor'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description 'A dimension feature constructor for creating aligned dimension features.' 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.editor.IDimensionConstructor |
|---|
IID, IID3099c3ce_6630_4065_92b0_9009eaab1303, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
SimpleAlignedConstructor()
Constructs a SimpleAlignedConstructor using ArcGIS Engine. |
|
SimpleAlignedConstructor(java.lang.Object obj)
Construct a SimpleAlignedConstructor using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addFeedbackPoint(IPoint point)
Adds a point to the display feedback. |
void |
constructDimension(IDimensionFeature feature,
IGeometry geometry,
IDimensionStyle style)
Creates the dimension shape for a dimension feature given the geometry constructed in the dimension constructor. |
IDisplayFeedback |
createFeedback()
The display feedback for the constructor. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getDimensionType()
The type of dimension created with the dimension constructor. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
Name of the dimension constructor. |
int |
getSketchGeometryType()
The type of geometry used for the edit sketch constructor. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isCanFinish(IGeometry sketchGeometry)
Indicates if the dimension feature can be constructed given the number of points in the edit sketch. |
boolean |
isHasFeedback()
Indicates if the constructor will use a custom feedback. |
void |
release()
Release a SimpleAlignedConstructor. |
void |
shutdown()
The constructor start event. |
void |
startFeedback(IPoint point,
IDimensionStyle style)
Starts the display feedback for the dimension constructor. |
void |
startFeedbackFromShape(IGeometry shape,
IDimensionStyle style)
Starts the display feedback for the dimension constructor from an existing geometry. |
void |
startup(IDimensionEditExtension extension)
The dimension editor extension. |
void |
stopFeedback()
Stops the display feedback. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAlignedConstructor()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SimpleAlignedConstructor(java.lang.Object obj)
throws java.io.IOException
obj to SimpleAlignedConstructor.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
SimpleAlignedConstructor theSimpleAlignedConstructor = (SimpleAlignedConstructor) obj;| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSketchGeometryType()
throws java.io.IOException,
AutomationException
getSketchGeometryType in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionType()
throws java.io.IOException,
AutomationException
getDimensionType in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCanFinish(IGeometry sketchGeometry)
throws java.io.IOException,
AutomationException
isCanFinish in interface IDimensionConstructorsketchGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void constructDimension(IDimensionFeature feature,
IGeometry geometry,
IDimensionStyle style)
throws java.io.IOException,
AutomationException
constructDimension in interface IDimensionConstructorfeature - A reference to a com.esri.arcgis.carto.IDimensionFeature (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)style - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startup(IDimensionEditExtension extension)
throws java.io.IOException,
AutomationException
startup in interface IDimensionConstructorextension - A reference to a com.esri.arcgis.editor.IDimensionEditExtension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void shutdown()
throws java.io.IOException,
AutomationException
shutdown in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDisplayFeedback createFeedback()
throws java.io.IOException,
AutomationException
createFeedback in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startFeedback(IPoint point,
IDimensionStyle style)
throws java.io.IOException,
AutomationException
startFeedback in interface IDimensionConstructorpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)style - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addFeedbackPoint(IPoint point)
throws java.io.IOException,
AutomationException
addFeedbackPoint in interface IDimensionConstructorpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopFeedback()
throws java.io.IOException,
AutomationException
stopFeedback in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasFeedback()
throws java.io.IOException,
AutomationException
isHasFeedback in interface IDimensionConstructorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startFeedbackFromShape(IGeometry shape,
IDimensionStyle style)
throws java.io.IOException,
AutomationException
startFeedbackFromShape in interface IDimensionConstructorshape - A reference to a com.esri.arcgis.geometry.IGeometry (in)style - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||