|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPResultOptions2
This interface is new at ArcGIS 9.3. It supersedes IGPResultOptions.
Method Summary | |
---|---|
String |
getFormat()
The format of results. |
IPropertySet |
getFormatProperties()
The format properties of results. |
ISpatialReference |
getSpatialReference()
The spatial reference of result geodatasets. |
int |
getTransportType()
Indicates if the result files should be returned embedded or referenced by url. |
boolean |
isDensifyFeatures()
Indicates if the result features should be densified. |
void |
setDensifyFeatures(boolean pVal)
Indicates if the result features should be densified. |
void |
setFormat(String format)
The format of results. |
void |
setFormatPropertiesByRef(IPropertySet ppProperties)
The format properties of results. |
void |
setSpatialReferenceByRef(ISpatialReference ppSpRef)
The spatial reference of result geodatasets. |
void |
setTransportType(int transportType)
Indicates if the result files should be returned embedded or referenced by url. |
Method Detail |
---|
boolean isDensifyFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDensifyFeatures(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTransportType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransportType(int transportType) throws IOException, AutomationException
transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference ppSpRef) throws IOException, AutomationException
ppSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormat(String format) throws IOException, AutomationException
format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getFormatProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormatPropertiesByRef(IPropertySet ppProperties) throws IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (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 |