SpatialReferenceType

public protocol SpatialReferenceType

A protocol that describes a type that has its own local spatial transformation information

  • Undocumented

    Declaration

    Swift

    func absoluteTransform() -> UIMatrix
  • convert(point:to:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func convert(point: UIPoint, to other: SpatialReferenceType?) -> UIPoint
  • convert(point:from:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func convert(point: UIPoint, from other: SpatialReferenceType?) -> UIPoint
  • convert(bounds:to:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func convert(bounds: UIRectangle, to other: SpatialReferenceType?) -> UIRectangle
  • convert(bounds:from:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func convert(bounds: UIRectangle, from other: SpatialReferenceType?) -> UIRectangle