class PointGrab::CogniPoint::Area

Included Modules

Extended Modules

Defined in:

point_grab/cogni_point.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def applications : Array(Application) #

[View source]
def applications=(applications : Array(Application)) #

[View source]
def center_x : Float64 #

[View source]
def center_x=(center_x : Float64) #

[View source]
def center_y : Float64 #

[View source]
def center_y=(center_y : Float64) #

[View source]
def device_ids : Array(String) #

[View source]
def device_ids=(device_ids : Array(String)) #

[View source]
def frequency : Int32 #

[View source]
def frequency=(frequency : Int32) #

[View source]
def geo_positions : Array(GeoPosition) | Nil #

Area Polygon Coordinates positions


[View source]
def geo_positions=(geo_positions : Array(GeoPosition) | Nil) #

Area Polygon Coordinates positions


[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def length : Float64 #

[View source]
def length=(length : Float64) #

[View source]
def metric_positions : Array(MetricPositions) #

Area Polygon positions in meters


[View source]
def metric_positions=(metric_positions : Array(MetricPositions)) #

Area Polygon positions in meters


[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def rotation : Int32 #

[View source]
def rotation=(rotation : Int32) #

[View source]
def width : Float64 #

[View source]
def width=(width : Float64) #

[View source]