public class DefaultPortableViewInformation extends java.lang.Object implements PortableViewInformation, Persistent
PortableViewInformation| Modifier and Type | Field and Description |
|---|---|
static DynStruct |
dynDefinition |
DYN_DEFINITION_NAME| Constructor and Description |
|---|
DefaultPortableViewInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildNumber() |
java.util.Date |
getCreationTimestamp() |
IProjection |
getCRS() |
java.lang.String |
getDescription() |
DynStruct |
getDynDefinition()
Returns
DynValue definition |
DynObject |
getDynObject() |
Envelope |
getFullEnvelope() |
java.lang.String |
getId() |
java.lang.String |
getName() |
int |
getVersion() |
void |
loadFromState(PersistentState state) |
static void |
registerPersistent()
Utility method to register
PortableViewInformation definition in
the PersistenceManager |
void |
saveToState(PersistentState state) |
protected void |
setBuildNumber(int buildNumber) |
protected void |
setCreationTimestamp(java.util.Date creationTimestamp) |
protected void |
setCrs(IProjection crs) |
protected void |
setDescription(java.lang.String description) |
protected void |
setFullEnvelope(Envelope envelope) |
protected void |
setId(java.lang.String id) |
protected void |
setName(java.lang.String name) |
protected void |
setVersion(int version) |
public static DynStruct dynDefinition
public java.lang.String getId()
getId in interface PortableViewInformationpublic java.lang.String getName()
getName in interface PortableViewInformationpublic java.lang.String getDescription()
getDescription in interface PortableViewInformationpublic int getVersion()
getVersion in interface PortableViewInformationpublic int getBuildNumber()
getBuildNumber in interface PortableViewInformationpublic java.util.Date getCreationTimestamp()
getCreationTimestamp in interface PortableViewInformationpublic Envelope getFullEnvelope()
getFullEnvelope in interface PortableViewInformationpublic IProjection getCRS()
getCRS in interface PortableViewInformationpublic void saveToState(PersistentState state) throws PersistenceException
saveToState in interface PersistentPersistenceExceptionpublic DynObject getDynObject()
getDynObject in interface PortableViewInformationpublic void loadFromState(PersistentState state) throws PersistenceException
loadFromState in interface PersistentPersistenceExceptionprotected void setId(java.lang.String id)
protected void setName(java.lang.String name)
protected void setDescription(java.lang.String description)
protected void setVersion(int version)
protected void setBuildNumber(int buildNumber)
protected void setCreationTimestamp(java.util.Date creationTimestamp)
protected void setFullEnvelope(Envelope envelope)
protected void setCrs(IProjection crs)
public DynStruct getDynDefinition()
PortableViewInformationDynValue definitiongetDynDefinition in interface PortableViewInformationpublic static void registerPersistent()
PortableViewInformation definition in
the PersistenceManager