ArcGIS Runtime SDK for iOS: AGSPoint.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSPoint.h File Reference

Go to the source code of this file.

Functions

AGS_EXTERN AGSPointAGSPointMake (double x, double y, AGSSpatialReference *__nullable spatialReference)
 
AGS_EXTERN AGSPointAGSPointMake3D (double x, double y, double z, double m, AGSSpatialReference *__nullable spatialReference)
 
AGS_EXTERN AGSPointAGSPointMakeWebMercator (double x, double y)
 
AGS_EXTERN AGSPointAGSPointMakeWGS84 (double latitude, double longitude)
 

Function Documentation

◆ AGSPointMake()

AGS_EXTERN AGSPoint* AGSPointMake ( double  x,
double  y,
AGSSpatialReference *__nullable  spatialReference 
)

◆ AGSPointMake3D()

AGS_EXTERN AGSPoint* AGSPointMake3D ( double  x,
double  y,
double  z,
double  m,
AGSSpatialReference *__nullable  spatialReference 
)

◆ AGSPointMakeWebMercator()

AGS_EXTERN AGSPoint* AGSPointMakeWebMercator ( double  x,
double  y 
)

◆ AGSPointMakeWGS84()

AGS_EXTERN AGSPoint* AGSPointMakeWGS84 ( double  latitude,
double  longitude 
)