Represents 3D Cartesian coordinate.


Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class GeCoordinate
    Implements ICloneable, IComparable(Of GeCoordinate), IGeEquitable(Of GeCoordinate), IEquatable(Of GeCoordinate), IGeTransformable(Of GeCoordinate), IFdfQueryable, IFdfLocalizable, ICrsTransformable(Of GeCoordinate)
C#
[SerializableAttribute]
public class GeCoordinate : ICloneable, IComparable<GeCoordinate>, IGeEquitable<GeCoordinate>, IEquatable<GeCoordinate>, IGeTransformable<GeCoordinate>, IFdfQueryable, IFdfLocalizable, ICrsTransformable<GeCoordinate>
C++
[SerializableAttribute]
ref class GeCoordinate : ICloneable, IComparable<GeCoordinate>, IGeEquitable<GeCoordinate>, IEquatable<GeCoordinate>, IGeTransformable<GeCoordinate>, IFdfQueryable, IFdfLocalizable, ICrsTransformable<GeCoordinate>
J#
/** @attribute SerializableAttribute() */
public class GeCoordinate implements ICloneable, IComparable<GeCoordinate>, IGeEquitable<GeCoordinate>, IEquatable<GeCoordinate>, IGeTransformable<GeCoordinate>, IFdfQueryable, IFdfLocalizable, ICrsTransformable<GeCoordinate>
JScript
public 
   SerializableAttribute
class GeCoordinate extends ICloneable, IComparable<GeCoordinate>, IGeEquitable<GeCoordinate>, IEquatable<GeCoordinate>, IGeTransformable<GeCoordinate>, IFdfQueryable, IFdfLocalizable, ICrsTransformable<GeCoordinate>

Inheritance Hierarchy

System.Object
   FDF.Common.Geometries.GeCoordinate

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also