Geotools.Net

CoordinateSystemFactory.CreateProjectedCoordinateSystem Method 

Creates a projected coordinate system using a projection object.

[Visual Basic]
NotOverridable Public Function CreateProjectedCoordinateSystem( _
   ByVal name As String, _
   ByVal geographicCoordinateSystem As IGeographicCoordinateSystem, _
   ByVal projection As IProjection, _
   ByVal linearUnit As ILinearUnit, _
   ByVal axis0 As IAxisInfo, _
   ByVal axis1 As IAxisInfo _
) As IProjectedCoordinateSystem Implements _
   ICoordinateSystemFactory.CreateProjectedCoordinateSystem
[C#]
public IProjectedCoordinateSystem CreateProjectedCoordinateSystem(
   string name,
   IGeographicCoordinateSystem geographicCoordinateSystem,
   IProjection projection,
   ILinearUnit linearUnit,
   IAxisInfo axis0,
   IAxisInfo axis1
);

Parameters

name
The name of the projected coordinate system.
geographicCoordinateSystem
The geographic coordinate system to base this coordinate system on.
projection
The projection details.
linearUnit
The linear units to use.
axis0
The X axis.
axis1
The Y aixs.

Return Value

An object the implements the IProjectedCoordinateSystem interface.

Implements

ICoordinateSystemFactory.CreateProjectedCoordinateSystem

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateProjectedCoordinateSystem(System.String,Geotools.CoordinateReferenceSystems.IGeographicCoordinateSystem,Geotools.CoordinateReferenceSystems.IProjection,Geotools.CoordinateReferenceSystems.ILinearUnit,Geotools.CoordinateReferenceSystems.IAxisInfo,Geotools.CoordinateReferenceSystems.IAxisInfo)

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace