|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGUIDGenerator
Provides access to a GUID generator.
Geodatabase workspaces can be cast to this interface to create and validate GUIDs.
Method Summary | |
---|---|
String |
createGUID()
Create a Global Unique Identifier. |
boolean |
validateGUID(String gUID)
Validates the format of a Global Unique Identifier. |
Method Detail |
---|
String createGUID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean validateGUID(String gUID) throws IOException, AutomationException
gUID
- The gUID (in)
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 |