Geotools.Net

ICoordinateSystemFactory.CreateProjection Method 

Creates a projection.

[Visual Basic]
Function CreateProjection( _
   ByVal name As String, _
   ByVal wktProjectionClass As String, _
   ByVal Parameters As ProjectionParameter() _
) As IProjection
[C#]
IProjection CreateProjection(
   string name,
   string wktProjectionClass,
   ProjectionParameter[] Parameters
);

Parameters

name
Name to give new object.
wktProjectionClass
wktProjectionClass Classification string for projection (e.g. "Transverse_Mercator").
Parameters
Parameters to use for projection, in units of intended PCS.

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreateProjection(System.String,System.String,Geotools.CoordinateReferenceSystems.ProjectionParameter[])

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreateProjection(System.String,System.String,Geotools.CoordinateReferenceSystems.ProjectionParameter[])

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace