Inherits from
Classes that Inherit Serializable
GEOCALCPBW_NAMESPACE::AreaOfUse
GEOCALCPBW_NAMESPACE::CoordPoint
GEOCALCPBW_NAMESPACE::CoordSys
GEOCALCPBW_NAMESPACE::ConcatenatedTransform
GEOCALCPBW_NAMESPACE::CoordTransform
GEOCALCPBW_NAMESPACE::Ellipsoid
GEOCALCPBW_NAMESPACE::PrimeMeridian
Description
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.
Public Methods
|
Method |
Description |
|
Checks to see if the object is usable |
|
|
Returns the date on which an object was deprecated |
|
|
Returns the date on which an object was deprecated |
|
|
Returns the IdentifierCollection that stores this objects identifiers |
|
|
Returns a boolean indicating if the current object has been deprecated |
|
|
Returns a boolean indicating if the current object relies on an external file |
|
|
Returns a boolean indicating if the current object is complete |
|
|
Returns the name of this object |
|
|
Returns the description of the object |
|
|
Indicates the type of this object, according to the ObjectType enumeration |
|
|
Returns various remarks about the object |
|
|
Returns a revision timestamp as a BmgChar |
|
|
Indicates whether 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 |
|
|
Sets the date on which an object was deprecated |
|
|
Attempts to fix issues that might make the object unusable |
Comments
0 comments
Please sign in to leave a comment.