|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsSdeWorkspace
Implementation of ArcIMS SDEWORKSPACE element. Used when adding dynamic SDE layers to the map.
| Field Summary | |
static long |
m_workspaceId
|
| Fields inherited from interface com.moximedia.aims.AimsWorkspace |
WORKSPACE_TYPE_IMAGE, WORKSPACE_TYPE_SDE, WORKSPACE_TYPE_SHAPE |
| Constructor Summary | |
AimsSdeWorkspace()
Do not use. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this object. |
AimsSdeWorkspace |
getCopy()
Creates a copy of this object. |
java.lang.String |
getDatabase()
Gets the database property. |
boolean |
getEncrypted()
Gets the encrypted property. |
java.lang.String |
getGeoIndexDir()
Gets the geoindex directory, if any. |
java.lang.String |
getInstance()
Gets the instance property. |
java.lang.String |
getName()
Gets the name property. |
java.lang.String |
getPassword()
Gets the password property. |
java.lang.String |
getServer()
Gets the server property. |
java.lang.String |
getUser()
Gets the user property. |
int |
getWorkspaceType()
|
void |
setDatabase(java.lang.String database)
Sets the database property. |
void |
setEncrypted(boolean isEncrypted)
Sets the encrypted property. |
void |
setGeoIndexDir(java.lang.String geoIndexDir)
Sets the geoindex directory. |
void |
setInstance(java.lang.String instance)
Sets the instance property. |
void |
setName(java.lang.String name)
Sets the name property. |
void |
setPassword(java.lang.String password)
Sets the password property. |
void |
setPassword(java.lang.String password,
boolean isEncrypted)
Sets the password property. |
void |
setServer(java.lang.String server)
Sets the server property. |
void |
setUser(java.lang.String user)
Sets the user property. |
void |
setUser(java.lang.String user,
java.lang.String password)
Sets the user credentials. |
void |
setUser(java.lang.String user,
java.lang.String password,
boolean isEncrypted)
Sets the user credentials. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object, using the default environnment setting. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the specified environnment setting. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static long m_workspaceId
| Constructor Detail |
public AimsSdeWorkspace()
| Method Detail |
public int getWorkspaceType()
getWorkspaceType in interface AimsWorkspacepublic java.lang.Object clone()
clone in interface AimsWorkspacepublic AimsSdeWorkspace getCopy()
public java.lang.String getDatabase()
public void setDatabase(java.lang.String database)
database - The database property.public boolean getEncrypted()
public void setEncrypted(boolean isEncrypted)
public java.lang.String getGeoIndexDir()
public void setGeoIndexDir(java.lang.String geoIndexDir)
geoIndexDir - geoindex directory.public java.lang.String getInstance()
public void setInstance(java.lang.String instance)
instance - The instance property.public java.lang.String getName()
getName in interface AimsWorkspacepublic void setName(java.lang.String name)
name - The name property.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - The password property.
public void setPassword(java.lang.String password,
boolean isEncrypted)
password - The password property.isEncrypted - True if the password is encrypted, otherwise false.public java.lang.String getServer()
public void setServer(java.lang.String server)
server - The server property.public java.lang.String getUser()
public void setUser(java.lang.String user)
user - The user property.
public void setUser(java.lang.String user,
java.lang.String password)
user - The user property.password - The password property.
public void setUser(java.lang.String user,
java.lang.String password,
boolean isEncrypted)
user - The user property.password - The password property.isEncrypted - True if the password is encrypted, otherwise false.public java.lang.String toAxlString()
toAxlString in interface AimsWorkspacepublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsWorkspaceenv - The environment object containing coordinate separators.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||