Class IdentifiableObject

IdentifiableObject class

Represents an object that might have EPSG code and name.

public class IdentifiableObject

Properties

NameDescription
EpsgCode { get; }If this objects identifier is EPSG identifier - return its code. Otherwise - return -1.
Identifier { get; }Identifier of this identifiable object.
Name { get; }Name of this object.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also