Geotools.Net

CoordinateSystemFactory.CreateProjection Method 

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

[Visual Basic]
NotOverridable Public Function CreateProjection( _
   ByVal name As String, _
   ByVal wktProjectionClass As String, _
   ByVal parameters As ProjectionParameter() _
) As IProjection Implements _
   ICoordinateSystemFactory.CreateProjection
[C#]
public IProjection CreateProjection(
   string name,
   string wktProjectionClass,
   ProjectionParameter[] parameters
);

Parameters

name
Name to give new object.
wktProjectionClass
Classification string for projection (e.g. "Transverse_Mercator").
parameters
Parameters to use for projection. A default set of parameters can be constructed using classification and initialized using a chain of SetParameter(...) calls.

Return Value

A projection.

Implements

ICoordinateSystemFactory.CreateProjection

Remarks

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

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace