setId

fun setId(value: String)(source)

Sets the Feature identifier using a string value.

Parameters

value

The string identifier value.


fun setId(value: Long)(source)

Sets the Feature identifier using a long value.

Parameters

value

The long integer identifier value.


fun setId(value: Double)(source)

Sets the Feature identifier using a double value.

Parameters

value

The double identifier value.