|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameter
Provides access to members that control the properties of projection parameters.
Method Summary | |
---|---|
int |
getIndex()
The index of a projection parameter within a projected coordinate system's parameter array. |
double |
getValue()
The numerical value of a projection parameter. |
void |
setValue(double value)
The numerical value of a projection parameter. |
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo |
---|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks |
Method Detail |
---|
void setValue(double value) throws IOException, AutomationException
Sets the value of a particular parameter.
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getValue() throws IOException, AutomationException
Retrieves the value of a particular parameter.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIndex() throws IOException, AutomationException
Returns the index value of a particular parameter.
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 |