Namespace:  EGIS.Projections
Assembly:  EGIS.Projections (in EGIS.Projections.dll)

Syntax

Visual Basic
Public ReadOnly Property GeographicCoordinateSystems As List(Of IGeographicCRS)
	Get
C#
public List<IGeographicCRS> GeographicCoordinateSystems { get; }
Visual C++
public:
virtual property List<IGeographicCRS^>^ GeographicCoordinateSystems {
	List<IGeographicCRS^>^ get () sealed;
}
JavaScript
function get_geographicCoordinateSystems();

Implements

ICRSFactory..::..GeographicCoordinateSystems

See Also