Geotools.Net

ICoordinateSystemFactory.CreateProjectedCoordinateSystem Method 

Creates a projected coordinate system using a projection object.

[Visual Basic]
Function CreateProjectedCoordinateSystem( _
   ByVal name As String, _
   ByVal gcs As IGeographicCoordinateSystem, _
   ByVal projection As IProjection, _
   ByVal linearUnit As ILinearUnit, _
   ByVal axis0 As IAxisInfo, _
   ByVal axis1 As IAxisInfo _
) As IProjectedCoordinateSystem
[C#]
IProjectedCoordinateSystem CreateProjectedCoordinateSystem(
   string name,
   IGeographicCoordinateSystem gcs,
   IProjection projection,
   ILinearUnit linearUnit,
   IAxisInfo axis0,
   IAxisInfo axis1
);

Parameters

name
Name to give new object.
gcs
Geographic coordinate system to base projection on.
projection
Projection from GCS to PCS.
linearUnit
Linear units of returned PCS.
axis0
Details of 0th ordinates in returned PCS coordinates.
axis1
Details of 1st ordinates in returned PCS coordinates.

Return Value

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

Remarks

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

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace