|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDocument
COM Interface 'IGlobeDocument'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 |
IIDd2bcaf32_541c_4965_9980_aae56ab3a964
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
close()
Close the globe document. |
void |
esri_new(java.lang.String bsDocument)
Creates and opens a new globe document in preparation for the contents to be retrieve or updated. |
java.lang.String |
getDocumentFilename()
The globe document filename that the GlobeDocument coclass is linked to. |
int |
getDocumentType()
The type of globe document currently loaded in the object. |
int |
getDocumentVersion()
Indicates if the version of the globe document is compatible with the current version of software. |
java.lang.Object |
getGlobeObject()
The Globe object. |
ILayer |
getLayer(int lLayerIndex)
The Layer object at the specified index. |
int |
getLayerCount()
The number of Layer objects contained within the globe document. |
IPicture |
getThumbnail()
The thumbnail stored in the globe document. |
void |
getVersionInfo(boolean[] pbVersionInfoMissing,
int[] plMajor,
int[] plMinor,
int[] plRevision,
int[] plBuild)
Retrieve the detailed version information of the globe document. |
boolean |
isGlobeDocument(java.lang.String bsDocument)
Indicates if the globe document is a valid globe document. |
boolean |
isPasswordProtected(java.lang.String bsDocument)
Indicates if the globe document is protected by a passsword. |
boolean |
isPresent(java.lang.String bsDocument)
Indicates if the globe document is present. |
boolean |
isReadOnly(java.lang.String bsDocument)
Indicates if the globe document is read only. |
boolean |
isRestricted(java.lang.String bsDocument)
Indicates if the use of the globe document is restricted to certain applications. |
boolean |
isUsesRelativePaths()
Indicates if the data in the globe document is referenced using relative paths. |
void |
open(java.lang.String bsDocument,
java.lang.String bsPassword)
Open the globe document in preparation for the contents to be retrieved or updated. |
void |
save(boolean bUseRelativePaths,
boolean bCreateThumnbail)
Save the contents of the globe document to the bound file. |
void |
saveAs(java.lang.String bsDocument,
boolean bUseRelativePaths,
boolean bCreateThumnbail)
Save the contents of the globe document to the specified file name. |
void |
setGlobeObject(java.lang.Object ppUnk)
The Globe object. |
Field Detail |
---|
static final int IIDd2bcaf32_541c_4965_9980_aae56ab3a964
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isGlobeDocument(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPresent(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReadOnly(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRestricted(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPasswordProtected(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_new(java.lang.String bsDocument) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open(java.lang.String bsDocument, java.lang.String bsPassword) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)bsPassword
- The bsPassword (in, optional, pass if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDocumentFilename() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDocumentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUsesRelativePaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDocumentVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobeObject(java.lang.Object ppUnk) throws java.io.IOException, AutomationException
ppUnk
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getGlobeObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer(int lLayerIndex) throws java.io.IOException, AutomationException
lLayerIndex
- The lLayerIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPicture getThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getVersionInfo(boolean[] pbVersionInfoMissing, int[] plMajor, int[] plMinor, int[] plRevision, int[] plBuild) throws java.io.IOException, AutomationException
pbVersionInfoMissing
- The pbVersionInfoMissing (in/out: use single element array)plMajor
- The plMajor (in/out: use single element array)plMinor
- The plMinor (in/out: use single element array)plRevision
- The plRevision (in/out: use single element array)plBuild
- The plBuild (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void save(boolean bUseRelativePaths, boolean bCreateThumnbail) throws java.io.IOException, AutomationException
bUseRelativePaths
- The bUseRelativePaths (in, optional, pass true if not required)bCreateThumnbail
- The bCreateThumnbail (in, optional, pass true if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveAs(java.lang.String bsDocument, boolean bUseRelativePaths, boolean bCreateThumnbail) throws java.io.IOException, AutomationException
bsDocument
- The bsDocument (in)bUseRelativePaths
- The bUseRelativePaths (in, optional, pass true if not required)bCreateThumnbail
- The bCreateThumnbail (in, optional, pass true if not required)
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 |