API Reference > ui-components > TypeConverters > BasePointTypeConverter BasePointTypeConverter Class Point type converter. Extends TypeConverter Extended by Point2dTypeConverter Point3dTypeConverter Implements SortComparer OperatorProcessor Methods Name Description constructPoint(_values: Primitives.Point): ConvertedPrimitives.Point | undefined ProtectedAbstract convertFromString(value: string): undefined | ConvertedPrimitives.Point2d | ConvertedPrimitives.Point3d convertToString(value?: Primitives.Point): string getVectorLength(point: Primitives.Point): number | undefined ProtectedAbstract sortCompare(a: Primitives.Point, b: Primitives.Point, _ignoreCase?: false | true): number Inherited methods Name Inherited from Description convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> TypeConverter convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> TypeConverter isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotNull(value: Primitives.Value): boolean TypeConverter isNull(value: Primitives.Value): boolean TypeConverter Inherited properties Name Type Inherited from Description isBooleanType Accessor ReadOnly boolean TypeConverter isLessGreaterType Accessor ReadOnly boolean TypeConverter isNullableType Accessor ReadOnly boolean TypeConverter isStringType Accessor ReadOnly boolean TypeConverter Defined in ui/components/src/ui-components/converters/PointTypeConverter.ts Line 20 Last Updated: 13 June, 2024