Method | Description | |
---|---|---|
ConvertToEnum ( string pCoordinateFormatText ) : CoordinateType |
Convert a coordinate format string to enum.
|
|
ConvertToString ( CoordinateType pCoordinateType ) : string |
Converts a coordinate type to a coordinate format string.
|
|
GetCoodinateNotSpecifiedMessage ( CoordinateType pCoordinateType, |
Gets the coordinate validation error message or empty string if correct.
|
|
GetCoodinateOutOfRangeMessage ( CoordinateType pCoordinateType, |
Gets the coodinate out of range message.
|
|
GetCoodinateUnknownFormatMessage ( CoordinateType pCoordinateType, |
||
GetCoordinateLabel ( CoordinateType pCoordinateType, |
Gets the coordinate label.
|
|
GetCoordinateTooltip ( CoordinateType pCoordinateType, |
Gets the coordinate tooltip.
|
Method | Description | |
---|---|---|
GetCoodinateString ( CoordinateType pCoordinateType, |
public static ConvertToEnum ( string pCoordinateFormatText ) : CoordinateType | ||
pCoordinateFormatText | string | The coordinate format text. |
return | CoordinateType |
public static ConvertToString ( CoordinateType pCoordinateType ) : string | ||
pCoordinateType | CoordinateType | Type of the coordinate. |
return | string |
public static GetCoodinateNotSpecifiedMessage ( CoordinateType pCoordinateType, |
||
pCoordinateType | CoordinateType | |
pCoordinateDirection | ||
return | string |
public static GetCoodinateOutOfRangeMessage ( CoordinateType pCoordinateType, |
||
pCoordinateType | CoordinateType | Type of the coordinate. |
pCoordinateDirection | The coordinate direction. | |
pMin | string | The min value. |
pMax | string | The max value. |
return | string |
public static GetCoodinateUnknownFormatMessage ( CoordinateType pCoordinateType, |
||
pCoordinateType | CoordinateType | |
pCoordinateDirection | ||
return | string |
public static GetCoordinateLabel ( CoordinateType pCoordinateType, |
||
pCoordinateType | CoordinateType | |
pCoordinateDirection | ||
return | string |
public static GetCoordinateTooltip ( CoordinateType pCoordinateType, |
||
pCoordinateType | CoordinateType | |
pCoordinateDirection | ||
return | string |