The Serializable class defines an object that can be loaded from or saved to the DataSource. It cannot be instantiated, as it is an abstract class, but it provides a base for many objects in the GeoCalc library.
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Returns the IdentifierCollection that stores this objects identifiers | |
|
Returns the name of this object | |
|
Indicates the type of this object, according to the ObjectType enumeration | |
|
Returns various remarks about the object | |
|
Indicates if this object has an identifier that is also in the specified object | |
|
Sets the IdentifierCollection that stores this objects identifiers | |
|
Sets the name of this object | |
|
Sets the remarks for this object |