NMSGeoObjectTideSamples Class Reference

Tide samples the samples are loaded as detailed data of the NMSGeoObjectTide. Contains all the tide height values and icons for a predefined time interval. More...

#import <NMSGeoObjectTide.h>

Inheritance diagram for NMSGeoObjectTideSamples:

Instance Methods

(UIImage *) - iconForSampleAtIndex:
 Returns the icon for a samples. More...
 
(double) - heightForSampleAtIndex:
 Returns the height value in the current depth unit. More...
 
(NSDate *) - dateForSampleAtIndex:
 Returns the sample date. More...
 

Properties

NSUInteger count
 The samples count. More...
 

Detailed Description

Tide samples the samples are loaded as detailed data of the NMSGeoObjectTide. Contains all the tide height values and icons for a predefined time interval.

Definition at line 15 of file NMSGeoObjectTide.h.

Method Documentation

◆ dateForSampleAtIndex:()

- (NSDate*) dateForSampleAtIndex: (NSUInteger)  index

Returns the sample date.

Parameters
indexThe index of the sample
Returns
The date

◆ heightForSampleAtIndex:()

- (double) heightForSampleAtIndex: (NSUInteger)  index

Returns the height value in the current depth unit.

Parameters
indexThe index of the sample
Returns
The height value

◆ iconForSampleAtIndex:()

- (UIImage*) iconForSampleAtIndex: (NSUInteger)  index

Returns the icon for a samples.

Parameters
indexThe index of the sample
Returns
The icon

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

The samples count.

Definition at line 39 of file NMSGeoObjectTide.h.


The documentation for this class was generated from the following file:
  • /Users/jenkins/workspace/mobilesdk-ios/iOS/Deployment/NavionicsMobileSDK.framework/Headers/NMSGeoObjectTide.h