Library Mobile API Reference for iPhone  MicroStrategy 2019
MWSelectorInfo Class Reference

#import <MultiComponentSelector.h>

Inheritance diagram for MWSelectorInfo:

Instance Methods

(id) - initWithType:image:num:dim1:dim2:
 
(NSString *) - selectorInfo:
 
(void) - setCenterFromCoordinates:numOfPoints:
 
(BOOL) - isPointInSeletorBoundary:
 
(BOOL) - isSelectRectConvertLatitudeBoundary
 

Protected Attributes

float dimension1
 
float dimension2
 

Properties

MultiSelectTypes selectorType
 
NSInteger numOfAnnotations
 
UIImage * selectorImage
 
CLLocationCoordinate2D center
 
CGRect imageRect
 
NSMutableArray * imageBoundary
 
SelectorBoundary selectorBoundary
 
UIColor * overlayColor
 
NSInteger regionKey
 
CLLocationCoordinate2D southWestCoor
 
CLLocationCoordinate2D northEastCoor
 

Method Documentation

◆ initWithType:image:num:dim1:dim2:()

- (id) initWithType: (MultiSelectTypes type
image: (UIImage *)  image
num: (NSInteger)  num
dim1: (float)  dim1
dim2: (float)  dim2 

◆ isPointInSeletorBoundary:()

- (BOOL) isPointInSeletorBoundary: (CLLocationCoordinate2D)  point

◆ isSelectRectConvertLatitudeBoundary()

- (BOOL) isSelectRectConvertLatitudeBoundary

◆ selectorInfo:()

- (NSString*) selectorInfo: (NSString *)  annotationDescriptor

◆ setCenterFromCoordinates:numOfPoints:()

- (void) setCenterFromCoordinates: (CLLocationCoordinate2D *)  coordinates
numOfPoints: (NSInteger)  pointNum 

Member Data Documentation

◆ dimension1

- (float) dimension1
protected

◆ dimension2

- (float) dimension2
protected

Property Documentation

◆ center

- (CLLocationCoordinate2D) center
readwritenonatomicassign

◆ imageBoundary

- (NSMutableArray *) imageBoundary
readwritenonatomicstrong

◆ imageRect

- (CGRect) imageRect
readwritenonatomicassign

◆ northEastCoor

- (CLLocationCoordinate2D) northEastCoor
readwritenonatomicassign

◆ numOfAnnotations

- (NSInteger) numOfAnnotations
readwritenonatomicassign

◆ overlayColor

- (UIColor*) overlayColor
readwritenonatomicstrong

◆ regionKey

- (NSInteger) regionKey
readwritenonatomicassign

◆ selectorBoundary

- (SelectorBoundary) selectorBoundary
readwriteatomic

◆ selectorImage

- (UIImage *) selectorImage
readwritenonatomicstrong

◆ selectorType

- (MultiSelectTypes) selectorType
readwritenonatomicassign

◆ southWestCoor

- (CLLocationCoordinate2D) southWestCoor
readwritenonatomicassign