GPKGDgiwgWellKnownText
Objective-C
@interface GPKGDgiwgWellKnownText : NSObject
Swift
class GPKGDgiwgWellKnownText : NSObject
DGIWG (Defence Geospatial Information Working Group) Well-Known Text constants
-
ETRS89-extended / LAEA Europe
Declaration
Objective-C
+ (NSString *)epsg3035;
Swift
class func epsg3035() -> String!
-
WGS 84 / World Mercator
Declaration
Objective-C
+ (NSString *)epsg3395;
Swift
class func epsg3395() -> String!
-
EGM2008 geoid height
Declaration
Objective-C
+ (NSString *)epsg3855;
Swift
class func epsg3855() -> String!
-
WGS 84 / Pseudo-Mercator
Declaration
Objective-C
+ (NSString *)epsg3857;
Swift
class func epsg3857() -> String!
-
NAD83 / Canada Atlas Lambert
Declaration
Objective-C
+ (NSString *)epsg3978;
Swift
class func epsg3978() -> String!
-
WGS 84 Geographic 2D
Declaration
Objective-C
+ (NSString *)epsg4326;
Swift
class func epsg4326() -> String!
-
WGS 84 Geographic 3D
Declaration
Objective-C
+ (NSString *)epsg4979;
Swift
class func epsg4979() -> String!
-
WGS 84 / UPS North (E,N)
Declaration
Objective-C
+ (NSString *)epsg5041;
Swift
class func epsg5041() -> String!
-
WGS 84 / UPS South (E,N)
Declaration
Objective-C
+ (NSString *)epsg5042;
Swift
class func epsg5042() -> String!
-
WGS84 4326 + EGM2008 height 3855
Declaration
Objective-C
+ (NSString *)epsg9518;
Swift
class func epsg9518() -> String!
-
Get the UTM Zone Well-Known Text
Declaration
Objective-C
+ (NSString *)utmZone:(int)epsg;
Swift
class func utmZone(_ epsg: Int32) -> String!
Parameters
epsg
UTM Zone EPSG
Return Value
UTM Zone Well-Known Text
-
+lambertConicConformal1SPWithEPSG:
andName: andCRS: andGeoDatum: andLatitudeOfOrigin: andCentralMeridian: andScaleFactor: andFalseEasting: andFalseNorthing: Get Lambert Conic Conformal 1SP well-known text
Declaration
Objective-C
+ (NSString *)lambertConicConformal1SPWithEPSG:(int)epsg andName:(NSString *)name andCRS:(enum CRSType)crsType andGeoDatum:(enum CRSGeoDatumType)geoDatum andLatitudeOfOrigin:(double)latitudeOfOrigin andCentralMeridian:(double)centralMeridian andScaleFactor:(double)scaleFactor andFalseEasting:(double)falseEasting andFalseNorthing:(double)falseNorthing;
Swift
class func lambertConicConformal1SP(withEPSG epsg: Int32, andName name: String!, andCRS crsType: CRSType, andGeoDatum geoDatum: CRSGeoDatumType, andLatitudeOfOrigin latitudeOfOrigin: Double, andCentralMeridian centralMeridian: Double, andScaleFactor scaleFactor: Double, andFalseEasting falseEasting: Double, andFalseNorthing falseNorthing: Double) -> String!
Parameters
epsg
Lambert Conic Conformal 1SP EPSG
name
CRS name
crsType
CRS type
geoDatum
WGS84, ETRS89, or NAD83
latitudeOfOrigin
latitude of origin
centralMeridian
central meridian
scaleFactor
scale factor
falseEasting
false easting
falseNorthing
false northing
Return Value
well-known text
-
+lambertConicConformal2SPWithEPSG:
andName: andCRS: andGeoDatum: andStandardParallel1: andStandardParallel2: andLatitudeOfOrigin: andCentralMeridian: andFalseEasting: andFalseNorthing: Get Lambert Conic Conformal 2SP well-known text
Declaration
Objective-C
+ (NSString *)lambertConicConformal2SPWithEPSG:(int)epsg andName:(NSString *)name andCRS:(enum CRSType)crsType andGeoDatum:(enum CRSGeoDatumType)geoDatum andStandardParallel1:(double)standardParallel1 andStandardParallel2:(double)standardParallel2 andLatitudeOfOrigin:(double)latitudeOfOrigin andCentralMeridian:(double)centralMeridian andFalseEasting:(double)falseEasting andFalseNorthing:(double)falseNorthing;
Swift
class func lambertConicConformal2SP(withEPSG epsg: Int32, andName name: String!, andCRS crsType: CRSType, andGeoDatum geoDatum: CRSGeoDatumType, andStandardParallel1 standardParallel1: Double, andStandardParallel2 standardParallel2: Double, andLatitudeOfOrigin latitudeOfOrigin: Double, andCentralMeridian centralMeridian: Double, andFalseEasting falseEasting: Double, andFalseNorthing falseNorthing: Double) -> String!
Parameters
epsg
Lambert Conic Conformal 2SP EPSG
name
CRS name
crsType
CRS type
geoDatum
WGS84, ETRS89, or NAD83
standardParallel1
standard parallel 1
standardParallel2
standard parallel 2
latitudeOfOrigin
latitude of origin
centralMeridian
central meridian
falseEasting
false easting
falseNorthing
false northing
Return Value
well-known text
-
Get Lambert Conic Conformal 1SP description
Declaration
Objective-C
+ (NSString *)lambertConicConformal1SPDescription;
Swift
class func lambertConicConformal1SPDescription() -> String!
-
Get Lambert Conic Conformal 2SP description
Declaration
Objective-C
+ (NSString *)lambertConicConformal2SPDescription;
Swift
class func lambertConicConformal2SPDescription() -> String!