parse


Description:

public int parse (string input) throws ParseError

Parse the string representation of a coordinate

Parameters:

input

the string representation of the coordinate

Returns:

the coordinate

Exceptions:

ParseError.INVALID_INTEGER

not a valid number

ParseError.OUT_OF_RANGE

input outside 32 bit integer


Namespace: Geda3.Coord
Package: Gschem3