|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IKmlConvertor
Provides access to the public Kml Convertor methods.
| Method Summary | |
|---|---|
byte[] |
convertToArray()
The Convert method. |
void |
convertToFile(String filename)
The Convert method. |
IEnvelope |
getBBox()
The bounding box of the map. |
int |
getDPI()
Get DPI property. |
String |
getEndPointUrl()
Get EndPointUrl property. |
int |
getFeatureLimit()
Get FeatureLimit value. |
int |
getIconSize()
Get IconSize property. |
IArray |
getIDList()
Returns Layer hierarchy. |
int |
getImageSize()
Get ImageSize property. |
IPropertySet |
getKmlParameters()
Get list of verious KML parameters. |
String |
getLayerIDs()
Get layer ID string. |
int |
getPaletteSize()
Get PaletteSize property. |
double |
getScale()
Get Scale property. |
String |
getWorkingDirectory()
Get WorkingDirectory property. |
boolean |
isComposite()
Get Composite property. |
boolean |
isIgnoreScaleFactor()
Get ignore scale factor property. |
boolean |
isIgnoreVisibility()
Get ignore visibility property. |
boolean |
isVectorsToRasters()
Get VectorsToRasters property. |
void |
setBBox(IEnvelope pArea)
The bounding box of the map. |
void |
setComposite(boolean pComposite)
Get Composite property. |
void |
setDPI(int pDpi)
Get DPI property. |
void |
setEndPointUrl(String pUrl)
Get EndPointUrl property. |
void |
setFeatureLimit(int pFeatureLimit)
Get FeatureLimit value. |
void |
setIconSize(int psize)
Get IconSize property. |
void |
setIgnoreScaleFactor(boolean pIgnoreScaleFactor)
Get ignore scale factor property. |
void |
setIgnoreVisibility(boolean pIgnoreVisibility)
Get ignore visibility property. |
void |
setImageSize(int psize)
Get ImageSize property. |
void |
setKmlParameters(IPropertySet pProps)
Get list of verious KML parameters. |
void |
setLayerIDs(String pLayerIDs)
Get layer ID string. |
void |
setMap(IMap pMap)
Intialize by IMap object. |
void |
setMapServer(IMapServer pMapServer)
Intialize by IMapServer object. |
void |
setPaletteSize(int psize)
Get PaletteSize property. |
void |
setScale(double pScale)
Get Scale property. |
void |
setVectorsToRasters(boolean pVectorsToRasters)
Get VectorsToRasters property. |
void |
setWorkingDirectory(String pWorkingDirectory)
Get WorkingDirectory property. |
| Method Detail |
|---|
void setMap(IMap pMap)
throws IOException,
AutomationException
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapServer(IMapServer pMapServer)
throws IOException,
AutomationException
pMapServer - A reference to a com.esri.arcgis.carto.IMapServer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWorkingDirectory()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWorkingDirectory(String pWorkingDirectory)
throws IOException,
AutomationException
pWorkingDirectory - The pWorkingDirectory (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getBBox()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBBox(IEnvelope pArea)
throws IOException,
AutomationException
pArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void convertToFile(String filename)
throws IOException,
AutomationException
filename - The filename (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] convertToArray()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLayerIDs()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerIDs(String pLayerIDs)
throws IOException,
AutomationException
pLayerIDs - The pLayerIDs (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isComposite()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setComposite(boolean pComposite)
throws IOException,
AutomationException
pComposite - The pComposite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isVectorsToRasters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVectorsToRasters(boolean pVectorsToRasters)
throws IOException,
AutomationException
pVectorsToRasters - The pVectorsToRasters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageSize(int psize)
throws IOException,
AutomationException
psize - The psize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPaletteSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPaletteSize(int psize)
throws IOException,
AutomationException
psize - The psize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIconSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIconSize(int psize)
throws IOException,
AutomationException
psize - The psize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScale(double pScale)
throws IOException,
AutomationException
pScale - The pScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDPI()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDPI(int pDpi)
throws IOException,
AutomationException
pDpi - The pDpi (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getEndPointUrl()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndPointUrl(String pUrl)
throws IOException,
AutomationException
pUrl - The pUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIgnoreScaleFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIgnoreScaleFactor(boolean pIgnoreScaleFactor)
throws IOException,
AutomationException
pIgnoreScaleFactor - The pIgnoreScaleFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isIgnoreVisibility()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIgnoreVisibility(boolean pIgnoreVisibility)
throws IOException,
AutomationException
pIgnoreVisibility - The pIgnoreVisibility (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFeatureLimit()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFeatureLimit(int pFeatureLimit)
throws IOException,
AutomationException
pFeatureLimit - The pFeatureLimit (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getKmlParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setKmlParameters(IPropertySet pProps)
throws IOException,
AutomationException
pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getIDList()
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 | ||||||||