Serializable Class

Uses

GeoCalcPBW::GeoBase

 

Classes that Use Serializable

GeoCalcPBW::AngularUnit

GeoCalcPBW::CoordPoint

GeoCalcPBW::CoordSys

GeoCalcPBW::CoordTransform

GeoCalcPBW::DatumShift

GeoCalcPBW::Ellipsoid

GeoCalcPBW::Envelope

GeoCalcPBW::HeightModel

GeoCalcPBW::HorizontalDatum

GeoCalcPBW::LinearUnit

GeoCalcPBW::PrimeMeridian

GeoCalcPBW::VerticalDatum

GeoCalcPBW::VerticalReference

 

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

Clone

Produces a deep-copy of the current instance

get_Identifiers

Returns the IdentifierCollection that stores this objects identifiers

get_Name

Returns the name of this object

get_ObjectType

Indicates the type of this object, according to the ObjectType enumeration

get_Remarks

Returns various remarks about the object

HasIdentifierIn

Indicates if this object has an identifier that is also in the specified object

set_Identifiers

Sets the IdentifierCollection that stores this objects identifiers

set_Name

Sets the name of this object

set_Remarks

Sets the remarks for this object