|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVRMLExporter
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 |
---|
static final int IID3044c30e_37d0_11d4_a167_444553547777
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIndentation(boolean pIndentation) throws java.io.IOException, AutomationException
pIndentation
- The pIndentation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIndentation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSaveOnlyVisible(boolean pSaveOnlyVisible) throws java.io.IOException, AutomationException
pSaveOnlyVisible
- The pSaveOnlyVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSaveOnlyVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsYUp(boolean pIsYUp) throws java.io.IOException, AutomationException
pIsYUp
- The pIsYUp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isYUp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMoveToOrigin(boolean pbMoveToOrigin) throws java.io.IOException, AutomationException
pbMoveToOrigin
- The pbMoveToOrigin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMoveToOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseGeoVRML(boolean pbUseGeoVRML) throws java.io.IOException, AutomationException
pbUseGeoVRML
- The pbUseGeoVRML (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGeoVRML() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseElevationGrid(boolean pbUseElevationGrid) throws java.io.IOException, AutomationException
pbUseElevationGrid
- The pbUseElevationGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseElevationGrid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQuality(int quality) throws java.io.IOException, AutomationException
quality
- The quality (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getQuality() throws java.io.IOException, AutomationException
java.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 |