C# 클래스 ProjNet.CoordinateSystems.Projections.KrovakProjection

상속: MapProjection
파일 보기 프로젝트 열기: fivepmtechnology/ProjNET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_azimuth double
_centralMeridian double
_excentricity double
_excentricitySquared double
_latitudeOfOrigin double
_pseudoStandardParallel double
_scaleFactor double

공개 메소드들

메소드 설명
DegreesToMeters ( double lonlat ) : double[]

Converts coordinates in decimal degrees to projected meters.

Inverse ( ) : IMathTransform

Returns the inverse of this projection.

KrovakProjection ( List parameters ) : System

Creates an instance of an LambertConformalConic2SPProjection projection object.

The parameters this projection expects are listed below.

ItemsDescriptions latitude_of_false_originThe latitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. longitude_of_false_originThe longitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. latitude_of_1st_standard_parallelFor a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is nearest the pole. Scale is true along this parallel. latitude_of_2nd_standard_parallelFor a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is furthest from the pole. Scale is true along this parallel. easting_at_false_originThe easting value assigned to the false origin. northing_at_false_originThe northing value assigned to the false origin.
KrovakProjection ( List parameters, bool isInverse ) : System

Creates an instance of an Albers projection object.

The parameters this projection expects are listed below.

ParameterDescription latitude_of_originThe latitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. central_meridianThe longitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. standard_parallel_1For a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is nearest the pole. Scale is true along this parallel. standard_parallel_2For a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is furthest from the pole. Scale is true along this parallel. false_eastingThe easting value assigned to the false origin. false_northingThe northing value assigned to the false origin.
MetersToDegrees ( double p ) : double[]

Converts coordinates in projected meters to decimal degrees.

메소드 상세

DegreesToMeters() 공개 메소드

Converts coordinates in decimal degrees to projected meters.
public DegreesToMeters ( double lonlat ) : double[]
lonlat double The point in decimal degrees.
리턴 double[]

Inverse() 공개 메소드

Returns the inverse of this projection.
public Inverse ( ) : IMathTransform
리턴 IMathTransform

KrovakProjection() 공개 메소드

Creates an instance of an LambertConformalConic2SPProjection projection object.

The parameters this projection expects are listed below.

ItemsDescriptions latitude_of_false_originThe latitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. longitude_of_false_originThe longitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. latitude_of_1st_standard_parallelFor a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is nearest the pole. Scale is true along this parallel. latitude_of_2nd_standard_parallelFor a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is furthest from the pole. Scale is true along this parallel. easting_at_false_originThe easting value assigned to the false origin. northing_at_false_originThe northing value assigned to the false origin.
public KrovakProjection ( List parameters ) : System
parameters List List of parameters to initialize the projection.
리턴 System

KrovakProjection() 공개 메소드

Creates an instance of an Albers projection object.

The parameters this projection expects are listed below.

ParameterDescription latitude_of_originThe latitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. central_meridianThe longitude of the point which is not the natural origin and at which grid coordinate values false easting and false northing are defined. standard_parallel_1For a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is nearest the pole. Scale is true along this parallel. standard_parallel_2For a conic projection with two standard parallels, this is the latitude of intersection of the cone with the ellipsoid that is furthest from the pole. Scale is true along this parallel. false_eastingThe easting value assigned to the false origin. false_northingThe northing value assigned to the false origin.
public KrovakProjection ( List parameters, bool isInverse ) : System
parameters List List of parameters to initialize the projection.
isInverse bool Indicates whether the projection forward (meters to degrees or degrees to meters).
리턴 System

MetersToDegrees() 공개 메소드

Converts coordinates in projected meters to decimal degrees.
public MetersToDegrees ( double p ) : double[]
p double Point in meters
리턴 double[]

프로퍼티 상세

_azimuth 보호되어 있는 프로퍼티

protected double _azimuth
리턴 double

_centralMeridian 보호되어 있는 프로퍼티

protected double _centralMeridian
리턴 double

_excentricity 보호되어 있는 프로퍼티

protected double _excentricity
리턴 double

_excentricitySquared 보호되어 있는 프로퍼티

protected double _excentricitySquared
리턴 double

_latitudeOfOrigin 보호되어 있는 프로퍼티

protected double _latitudeOfOrigin
리턴 double

_pseudoStandardParallel 보호되어 있는 프로퍼티

protected double _pseudoStandardParallel
리턴 double

_scaleFactor 보호되어 있는 프로퍼티

protected double _scaleFactor
리턴 double