Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Geospatial.CheckPointInPolygon Class Reference

CheckPointInPolygon implements CheckPointInPolygon More...

Inheritance diagram for Synapse.ML.Geospatial.CheckPointInPolygon:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Geospatial.CheckPointInPolygon:
Collaboration graph
[legend]

Public Member Functions

 CheckPointInPolygon ()
 Creates a CheckPointInPolygon without any parameters. More...
 
 CheckPointInPolygon (string uid)
 Creates a CheckPointInPolygon with a UID that is used to give the CheckPointInPolygon a unique ID. More...
 
CheckPointInPolygon SetConcurrency (int value)
 Sets value for concurrency More...
 
CheckPointInPolygon SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
CheckPointInPolygon SetErrorCol (string value)
 Sets value for errorCol More...
 
CheckPointInPolygon SetHandler (object value)
 Sets value for handler More...
 
CheckPointInPolygon SetLatitude (double[] value)
 Sets value for latitude More...
 
CheckPointInPolygon SetLatitudeCol (string value)
 Sets value for latitude column More...
 
CheckPointInPolygon SetLongitude (double[] value)
 Sets value for longitude More...
 
CheckPointInPolygon SetLongitudeCol (string value)
 Sets value for longitude column More...
 
CheckPointInPolygon SetOutputCol (string value)
 Sets value for outputCol More...
 
CheckPointInPolygon SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
CheckPointInPolygon SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
CheckPointInPolygon SetTimeout (double value)
 Sets value for timeout More...
 
CheckPointInPolygon SetUrl (string value)
 Sets value for url More...
 
CheckPointInPolygon SetUserDataIdentifier (string value)
 Sets value for userDataIdentifier More...
 
CheckPointInPolygon SetUserDataIdentifierCol (string value)
 Sets value for userDataIdentifier column More...
 
int GetConcurrency ()
 Gets concurrency value More...
 
double GetConcurrentTimeout ()
 Gets concurrentTimeout value More...
 
string GetErrorCol ()
 Gets errorCol value More...
 
object GetHandler ()
 Gets handler value More...
 
double [] GetLatitude ()
 Gets latitude value More...
 
double [] GetLongitude ()
 Gets longitude value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
string GetSubscriptionKey ()
 Gets subscriptionKey value More...
 
double GetTimeout ()
 Gets timeout value More...
 
string GetUrl ()
 Gets url value More...
 
string GetUserDataIdentifier ()
 Gets userDataIdentifier value More...
 
void Save (string path)
 Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More...
 
JavaMLWriter Write ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< CheckPointInPolygonRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

static CheckPointInPolygon Load (string path)
 Loads the CheckPointInPolygon that was previously saved using Save(string). More...
 

Detailed Description

CheckPointInPolygon implements CheckPointInPolygon

Constructor & Destructor Documentation

◆ CheckPointInPolygon() [1/2]

Synapse.ML.Geospatial.CheckPointInPolygon.CheckPointInPolygon ( )
inline

Creates a CheckPointInPolygon without any parameters.

◆ CheckPointInPolygon() [2/2]

Synapse.ML.Geospatial.CheckPointInPolygon.CheckPointInPolygon ( string  uid)
inline

Creates a CheckPointInPolygon with a UID that is used to give the CheckPointInPolygon a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetConcurrency()

int Synapse.ML.Geospatial.CheckPointInPolygon.GetConcurrency ( )

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

double Synapse.ML.Geospatial.CheckPointInPolygon.GetConcurrentTimeout ( )

Gets concurrentTimeout value

Returns
concurrentTimeout: max number seconds to wait on futures if concurrency >= 1

◆ GetErrorCol()

string Synapse.ML.Geospatial.CheckPointInPolygon.GetErrorCol ( )

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

object Synapse.ML.Geospatial.CheckPointInPolygon.GetHandler ( )

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetLatitude()

double [] Synapse.ML.Geospatial.CheckPointInPolygon.GetLatitude ( )

Gets latitude value

Returns
latitude: the latitude of location

◆ GetLongitude()

double [] Synapse.ML.Geospatial.CheckPointInPolygon.GetLongitude ( )

Gets longitude value

Returns
longitude: the longitude of location

◆ GetOutputCol()

string Synapse.ML.Geospatial.CheckPointInPolygon.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

string Synapse.ML.Geospatial.CheckPointInPolygon.GetSubscriptionKey ( )

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetTimeout()

double Synapse.ML.Geospatial.CheckPointInPolygon.GetTimeout ( )

Gets timeout value

Returns
timeout: number of seconds to wait before closing the connection

◆ GetUrl()

string Synapse.ML.Geospatial.CheckPointInPolygon.GetUrl ( )

Gets url value

Returns
url: Url of the service

◆ GetUserDataIdentifier()

string Synapse.ML.Geospatial.CheckPointInPolygon.GetUserDataIdentifier ( )

Gets userDataIdentifier value

Returns
userDataIdentifier: the identifier for the user uploaded data

◆ Load()

static CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.Load ( string  path)
static

Loads the CheckPointInPolygon that was previously saved using Save(string).

Parameters
pathThe path the previous CheckPointInPolygon was saved to
Returns
New CheckPointInPolygon object, loaded from path.

◆ Read()

JavaMLReader<CheckPointInPolygon> Synapse.ML.Geospatial.CheckPointInPolygon.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<CheckPointInPolygon> instance for this ML instance.

◆ Save()

void Synapse.ML.Geospatial.CheckPointInPolygon.Save ( string  path)

Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.

Parameters
pathThe path to save the object to

◆ SetConcurrency()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New CheckPointInPolygon object

◆ SetConcurrentTimeout()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax number seconds to wait on futures if concurrency >= 1
Returns
New CheckPointInPolygon object

◆ SetErrorCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetErrorCol ( string  value)

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New CheckPointInPolygon object

◆ SetHandler()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetHandler ( object  value)

Sets value for handler

Parameters
valueWhich strategy to use when handling requests
Returns
New CheckPointInPolygon object

◆ SetLatitude()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLatitude ( double []  value)

Sets value for latitude

Parameters
valuethe latitude of location
Returns
New CheckPointInPolygon object

◆ SetLatitudeCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLatitudeCol ( string  value)

Sets value for latitude column

Parameters
valuethe latitude of location
Returns
New CheckPointInPolygon object

◆ SetLongitude()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLongitude ( double []  value)

Sets value for longitude

Parameters
valuethe longitude of location
Returns
New CheckPointInPolygon object

◆ SetLongitudeCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLongitudeCol ( string  value)

Sets value for longitude column

Parameters
valuethe longitude of location
Returns
New CheckPointInPolygon object

◆ SetOutputCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New CheckPointInPolygon object

◆ SetSubscriptionKey()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetSubscriptionKey ( string  value)

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New CheckPointInPolygon object

◆ SetSubscriptionKeyCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetSubscriptionKeyCol ( string  value)

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New CheckPointInPolygon object

◆ SetTimeout()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetTimeout ( double  value)

Sets value for timeout

Parameters
valuenumber of seconds to wait before closing the connection
Returns
New CheckPointInPolygon object

◆ SetUrl()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUrl ( string  value)

Sets value for url

Parameters
valueUrl of the service
Returns
New CheckPointInPolygon object

◆ SetUserDataIdentifier()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUserDataIdentifier ( string  value)

Sets value for userDataIdentifier

Parameters
valuethe identifier for the user uploaded data
Returns
New CheckPointInPolygon object

◆ SetUserDataIdentifierCol()

CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUserDataIdentifierCol ( string  value)

Sets value for userDataIdentifier column

Parameters
valuethe identifier for the user uploaded data
Returns
New CheckPointInPolygon object

The documentation for this class was generated from the following file: