|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3d.VRMLExporter
public class VRMLExporter
COM Class 'VRMLExporter'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description 'An exporter to VRML format.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.analyst3d.ISceneExporter3d |
|---|
IID, IID3044c30b_37d0_11d4_a167_444553547777, xxDummy |
| Fields inherited from interface com.esri.arcgis.analyst3d.IVRMLExporter |
|---|
IID, IID3044c30e_37d0_11d4_a167_444553547777, xxDummy |
| Constructor Summary | |
|---|---|
VRMLExporter()
Constructs a VRMLExporter using ArcGIS Engine. |
|
VRMLExporter(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. VRMLExporter theVRMLExporter = (VRMLExporter) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
exportScene(IScene pScene)
Exports the scene. |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getExportFileName()
The exported file name. |
java.lang.String |
getFileExtension()
The file extension associated with the current exporter. |
java.lang.String |
getFilter()
The filter string used in the CFileDialog class. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getName()
The name of the exporter. |
int |
getQuality()
The quality of textures when exported to JPEG (1-100). |
int |
hashCode()
the hashcode for this object |
boolean |
isIndentation()
Indicates if VRML text is indented. |
boolean |
isMoveToOrigin()
Indicates if the origin of the coordinate system is in the middle of the scene. |
boolean |
isSaveOnlyVisible()
Indicates if only the visible items are saved. |
boolean |
isUseElevationGrid()
Indicates if an elevation grid is used to save raster surfaces. |
boolean |
isUseGeoVRML()
Indicates if the GeoVRML Extension is used. |
boolean |
isYUp()
Indicates if the scene's y-axis is used as the exporter's up direction. |
void |
release()
Release a VRMLExporter. |
void |
setExportFileName(java.lang.String fileName)
The exported file name. |
void |
setIndentation(boolean pIndentation)
Indicates if VRML text is indented. |
void |
setIsYUp(boolean pIsYUp)
Indicates if the scene's y-axis is used as the exporter's up direction. |
void |
setMoveToOrigin(boolean pbMoveToOrigin)
Indicates if the origin of the coordinate system is in the middle of the scene. |
void |
setQuality(int quality)
The quality of textures when exported to JPEG (1-100). |
void |
setSaveOnlyVisible(boolean pSaveOnlyVisible)
Indicates if only the visible items are saved. |
void |
setUseElevationGrid(boolean pbUseElevationGrid)
Indicates if an elevation grid is used to save raster surfaces. |
void |
setUseGeoVRML(boolean pbUseGeoVRML)
Indicates if the GeoVRML Extension is used. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VRMLExporter()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public VRMLExporter(java.lang.Object obj)
throws java.io.IOException
VRMLExporter theVRMLExporter = (VRMLExporter) obj;
obj to VRMLExporter.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
getFileExtension in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExportFileName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
setExportFileName in interface ISceneExporter3dfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExportFileName()
throws java.io.IOException,
AutomationException
getExportFileName in interface ISceneExporter3djava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportScene(IScene pScene)
throws java.io.IOException,
AutomationException
exportScene in interface ISceneExporter3dpScene - A reference to a com.esri.arcgis.analyst3d.IScene (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndentation(boolean pIndentation)
throws java.io.IOException,
AutomationException
setIndentation in interface IVRMLExporterpIndentation - The pIndentation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIndentation()
throws java.io.IOException,
AutomationException
isIndentation in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSaveOnlyVisible(boolean pSaveOnlyVisible)
throws java.io.IOException,
AutomationException
setSaveOnlyVisible in interface IVRMLExporterpSaveOnlyVisible - The pSaveOnlyVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSaveOnlyVisible()
throws java.io.IOException,
AutomationException
isSaveOnlyVisible in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsYUp(boolean pIsYUp)
throws java.io.IOException,
AutomationException
setIsYUp in interface IVRMLExporterpIsYUp - The pIsYUp (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isYUp()
throws java.io.IOException,
AutomationException
isYUp in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMoveToOrigin(boolean pbMoveToOrigin)
throws java.io.IOException,
AutomationException
setMoveToOrigin in interface IVRMLExporterpbMoveToOrigin - The pbMoveToOrigin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMoveToOrigin()
throws java.io.IOException,
AutomationException
isMoveToOrigin in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseGeoVRML(boolean pbUseGeoVRML)
throws java.io.IOException,
AutomationException
setUseGeoVRML in interface IVRMLExporterpbUseGeoVRML - The pbUseGeoVRML (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseGeoVRML()
throws java.io.IOException,
AutomationException
isUseGeoVRML in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseElevationGrid(boolean pbUseElevationGrid)
throws java.io.IOException,
AutomationException
setUseElevationGrid in interface IVRMLExporterpbUseElevationGrid - The pbUseElevationGrid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseElevationGrid()
throws java.io.IOException,
AutomationException
isUseElevationGrid in interface IVRMLExporterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQuality(int quality)
throws java.io.IOException,
AutomationException
setQuality in interface IVRMLExporterquality - The quality (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getQuality()
throws java.io.IOException,
AutomationException
getQuality in interface IVRMLExporterjava.io.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 | ||||||||