Point2dTypeConverter Class
Point2d type converter.
Extends
Methods
Name | Description | |
---|---|---|
constructor(componentConverterName?: string): Point2dTypeConverter | ||
constructPoint(values: Primitives.Point): undefined | ConvertedPrimitives.Point2d Protected | ||
getVectorLength(point: Primitives.Point): undefined | number Protected |
Inherited methods
Name | Inherited from | Description |
---|---|---|
convertFromString(value: string): undefined | ConvertedPrimitives.Point | BasePointTypeConverter | Converts a string to a primitive value |
convertFromStringToPropertyValue(value: string, propertyRecord?: PropertyRecord): Promise<PropertyValue> | BasePointTypeConverter | Converts a string with a property record to a property value |
convertFromStringWithOptions(value: string, _options?: [key: string]: any): undefined | ConvertedPrimitives.Value | Promise<Value | undefined> | BasePointTypeConverter |
convertPropertyToString(propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> | BasePointTypeConverter | Converts a value associated with a property description to a string |
convertToString(value?: Primitives.Point): string | Promise<string> | BasePointTypeConverter | Converts a primitive value to a string |
convertToStringWithOptions(value?: Primitives.Value, _options?: [key: string]: any): string | Promise<string> | BasePointTypeConverter | Default implementation just calls convertToString with no options |
isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | BasePointTypeConverter | Determines if two primitive values are equal |
isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean | BasePointTypeConverter | Determines if two primitive values are not equal |
isNotNull(value: Primitives.Value): boolean | BasePointTypeConverter | Determines if a primitive value is not null or not undefined |
isNull(value: Primitives.Value): boolean | BasePointTypeConverter | Determines if a primitive value is null or undefined |
sortCompare(a: Primitives.Point, b: Primitives.Point, _ignoreCase?: boolean): number | BasePointTypeConverter | Sort function for two primitive values |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
componentConverterName | string | BasePointTypeConverter | |
isBooleanType Accessor ReadOnly | boolean | BasePointTypeConverter | Determines if the converter is for a boolean type |
isLessGreaterType Accessor ReadOnly | boolean | BasePointTypeConverter | Determines if the converter is for a numeric type |
isNullableType Accessor ReadOnly | boolean | BasePointTypeConverter | Determines if the converter is for a nullable type |
isStringType Accessor ReadOnly | boolean | BasePointTypeConverter | Determines if the converter is for a string type |
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.