Class WorkSpace
- java.lang.Object
-
- oracle.spatial.network.nfe.vis.maps.geoobject.WorkSpace
-
public class WorkSpace extends java.lang.ObjectContains WorkSpace information
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDate()Returns the saved point datejava.lang.StringgetDateFormat()Returns the date format usedjava.lang.StringgetDateGlobalizationSupport()Returns true if date globalization is supportedjava.lang.StringgetName()Returns the current workspace namejava.lang.StringgetSavedPoint()Returns the saved point namebooleanisDateTimestampWithZone()Returns true if timestamp contains time zone flagvoidsetDate(java.lang.String date)Sets the saved point datevoidsetDateFormat(java.lang.String dateFormat)Sets the date format to be usedvoidsetDateGlobalizationSupport(java.lang.String dateGlobal)Sets true if date globalization is supportedvoidsetDatetimestamWithZone(boolean zone)Sets true if timestamp contains time zone flagvoidsetName(java.lang.String name)Sets the current workspace namevoidsetSavedPoint(java.lang.String savedPoint)Sets the saved point name
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the current workspace name- Returns:
-
setName
public void setName(java.lang.String name)
Sets the current workspace name- Parameters:
name-
-
getSavedPoint
public java.lang.String getSavedPoint()
Returns the saved point name- Returns:
-
setSavedPoint
public void setSavedPoint(java.lang.String savedPoint)
Sets the saved point name- Parameters:
savedPoint-
-
getDate
public java.lang.String getDate()
Returns the saved point date- Returns:
-
setDate
public void setDate(java.lang.String date)
Sets the saved point date- Parameters:
date-
-
getDateFormat
public java.lang.String getDateFormat()
Returns the date format used- Returns:
-
setDateFormat
public void setDateFormat(java.lang.String dateFormat)
Sets the date format to be used- Parameters:
dateFormat-
-
getDateGlobalizationSupport
public java.lang.String getDateGlobalizationSupport()
Returns true if date globalization is supported- Returns:
-
setDateGlobalizationSupport
public void setDateGlobalizationSupport(java.lang.String dateGlobal)
Sets true if date globalization is supported- Parameters:
dateGlobal-
-
isDateTimestampWithZone
public boolean isDateTimestampWithZone()
Returns true if timestamp contains time zone flag- Returns:
-
setDatetimestamWithZone
public void setDatetimestamWithZone(boolean zone)
Sets true if timestamp contains time zone flag- Parameters:
zone-
-
-