com.esri.arcgis.analyst3d
Interface IVRMLExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVRMLExporterProxy, VRMLExporter

public interface IVRMLExporter
extends java.io.Serializable

COM Interface 'IVRMLExporter'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that are associated with the VRML exporter.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID3044c30e_37d0_11d4_a167_444553547777
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getQuality()
          The quality of textures when exported to JPEG (1-100).
 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 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.
 

Field Detail

IID3044c30e_37d0_11d4_a167_444553547777

static final int IID3044c30e_37d0_11d4_a167_444553547777
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setIndentation

void setIndentation(boolean pIndentation)
                    throws java.io.IOException,
                           AutomationException
Indicates if VRML text is indented.

Parameters:
pIndentation - The pIndentation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIndentation

boolean isIndentation()
                      throws java.io.IOException,
                             AutomationException
Indicates if VRML text is indented.

Returns:
The pIndentation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSaveOnlyVisible

void setSaveOnlyVisible(boolean pSaveOnlyVisible)
                        throws java.io.IOException,
                               AutomationException
Indicates if only the visible items are saved.

Parameters:
pSaveOnlyVisible - The pSaveOnlyVisible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSaveOnlyVisible

boolean isSaveOnlyVisible()
                          throws java.io.IOException,
                                 AutomationException
Indicates if only the visible items are saved.

Returns:
The pSaveOnlyVisible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsYUp

void setIsYUp(boolean pIsYUp)
              throws java.io.IOException,
                     AutomationException
Indicates if the scene's y-axis is used as the exporter's up direction.

Parameters:
pIsYUp - The pIsYUp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isYUp

boolean isYUp()
              throws java.io.IOException,
                     AutomationException
Indicates if the scene's y-axis is used as the exporter's up direction.

Returns:
The pIsYUp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMoveToOrigin

void setMoveToOrigin(boolean pbMoveToOrigin)
                     throws java.io.IOException,
                            AutomationException
Indicates if the origin of the coordinate system is in the middle of the scene.

Parameters:
pbMoveToOrigin - The pbMoveToOrigin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMoveToOrigin

boolean isMoveToOrigin()
                       throws java.io.IOException,
                              AutomationException
Indicates if the origin of the coordinate system is in the middle of the scene.

Returns:
The pbMoveToOrigin
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseGeoVRML

void setUseGeoVRML(boolean pbUseGeoVRML)
                   throws java.io.IOException,
                          AutomationException
Indicates if the GeoVRML Extension is used.

Parameters:
pbUseGeoVRML - The pbUseGeoVRML (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseGeoVRML

boolean isUseGeoVRML()
                     throws java.io.IOException,
                            AutomationException
Indicates if the GeoVRML Extension is used.

Returns:
The pbUseGeoVRML
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseElevationGrid

void setUseElevationGrid(boolean pbUseElevationGrid)
                         throws java.io.IOException,
                                AutomationException
Indicates if an elevation grid is used to save raster surfaces.

Parameters:
pbUseElevationGrid - The pbUseElevationGrid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseElevationGrid

boolean isUseElevationGrid()
                           throws java.io.IOException,
                                  AutomationException
Indicates if an elevation grid is used to save raster surfaces.

Returns:
The pbUseElevationGrid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQuality

void setQuality(int quality)
                throws java.io.IOException,
                       AutomationException
The quality of textures when exported to JPEG (1-100).

Parameters:
quality - The quality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQuality

int getQuality()
               throws java.io.IOException,
                      AutomationException
The quality of textures when exported to JPEG (1-100).

Returns:
The quality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.