25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSLineOfSight.h>
27 #import <ArcGIS/AGSGeoElement.h>
47 #pragma mark initializers
58 -(instancetype)initWithObserverGeoElement:(
id<
AGSGeoElement>)observerGeoElement targetGeoElement:(
id<
AGSGeoElement>)targetGeoElement;
67 +(instancetype)lineOfSightWithObserverGeoElement:(
id<
AGSGeoElement>)observerGeoElement targetGeoElement:(
id<
AGSGeoElement>)targetGeoElement;
70 #pragma mark properties
Analysis of visibility along a line between two geo-elements.
Definition: AGSGeoElementLineOfSight.h:44
double observerOffsetY
Definition: AGSGeoElementLineOfSight.h:86
double targetOffsetX
Definition: AGSGeoElementLineOfSight.h:102
double targetOffsetY
Definition: AGSGeoElementLineOfSight.h:107
double observerOffsetZ
Definition: AGSGeoElementLineOfSight.h:91
id< AGSGeoElement > targetGeoElement
Definition: AGSGeoElementLineOfSight.h:97
double observerOffsetX
Definition: AGSGeoElementLineOfSight.h:81
double targetOffsetZ
Definition: AGSGeoElementLineOfSight.h:112
id< AGSGeoElement > observerGeoElement
Definition: AGSGeoElementLineOfSight.h:76
Base class for all line-of-sight analysis.
Definition: AGSLineOfSight.h:53
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:43