Serializable Class

Uses

System.Object

System.ICloneable

System.IDisposeable

 

Classes that use Serializable

GeoCalcNET.AngularUnit

GeoCalcNET.CoordPoint

GeoCalcNET.CoordSys

GeoCalcNET.CoordTransform

GeoCalcNET.DatumShift

GeoCalcNET.Ellipsoid

GeoCalcNET.Envelope

GeoCalcNET.HeightModel

GeoCalcNET.HorizontalDatum

GeoCalcNET.LinearUnit

GeoCalcNET.PrimeMeridian

GeoCalcNET.VerticalDatum

GeoCalcNET.VerticalReference

 

Description

The Serializable class defines an object that can be loaded from or saved to the data source.  It cannot be instantiated, as it is an abstract class, but it provides a base for many objects in the GeoCalcNET library.

 

Public Properties

Property

Description

Identifiers

The collection of identifiers used to identify this object in the data source.

Name

The name of this object

Remarks

Various remarks about this object

 

Public Methods

Method

Description

Clone

Produces a deep-copy of the current instance

Dispose

Releases the resources used by the current instance

HasIdentifiersIn

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