|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorldFileSettings
Provides access to members that control the settings of the World File Exporter.
Method Summary | |
---|---|
IEnvelope |
getMapExtent()
The Map Extent. |
boolean |
isOutputWorldFile()
Indicates if a World File will be created. |
void |
setMapExtent(IEnvelope mapExtent)
The Map Extent. |
void |
setOutputWorldFile(boolean outputWorldFile)
Indicates if a World File will be created. |
Method Detail |
---|
void setMapExtent(IEnvelope mapExtent) throws IOException, AutomationException
mapExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getMapExtent() throws IOException, AutomationException
The MapExtent property holds the envelope that will be used during creation of a world file or writing of a GeoTIFF header. Get the map extent envelope from the Extent property IActiveView on a Map object.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputWorldFile(boolean outputWorldFile) throws IOException, AutomationException
outputWorldFile
- The outputWorldFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOutputWorldFile() throws IOException, AutomationException
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 |