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

Syntax

Visual Basic
Protected Sub New ( _
	sridFilename As String _
)
C#
protected CoordinateReferenceSystemFactory(
	string sridFilename
)
Visual C++
protected:
CoordinateReferenceSystemFactory(
	String^ sridFilename
)
JavaScript
EGIS.Projections.CoordinateReferenceSystemFactory = function(sridFilename);

Parameters

sridFilename
Type: System..::..String

See Also