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:Default implementationto: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func convert(point: UIPoint, to other: SpatialReferenceType?) -> UIPoint - 
                  
convert(point:Default implementationfrom: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func convert(point: UIPoint, from other: SpatialReferenceType?) -> UIPoint - 
                  
convert(bounds:Default implementationto: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func convert(bounds: UIRectangle, to other: SpatialReferenceType?) -> UIRectangle - 
                  
convert(bounds:Default implementationfrom: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func convert(bounds: UIRectangle, from other: SpatialReferenceType?) -> UIRectangle