|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeodeticLineFeedback
Provides access to members that control the geodetic properties of line display feedback.
Method Summary | |
---|---|
int |
getGeodeticConstructionMethod()
The geodetic construction method. |
ISpatialReference |
getSpatialReference()
The spatial reference of the feedback line. |
boolean |
isUseGeodeticConstruction()
Specifies if geodetic construction will be used. |
void |
setGeodeticConstructionMethod(int gType)
The geodetic construction method. |
void |
setSpatialReferenceByRef(ISpatialReference sr)
The spatial reference of the feedback line. |
void |
setUseGeodeticConstruction(boolean flag)
Specifies if geodetic construction will be used. |
Method Detail |
---|
ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference sr) throws IOException, AutomationException
sr
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGeodeticConstruction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseGeodeticConstruction(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeodeticConstructionMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeodeticConstructionMethod(int gType) throws IOException, AutomationException
gType
- A com.esri.arcgis.geometry.esriGeodeticType constant (in)
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 |