Map for WinForms | ComponentOne
C1.FlexMap Namespace / ICoordinateSystem Interface
Properties Methods Events

In This Topic
    ICoordinateSystem Interface Members
    In This Topic

    The following tables list the members exposed by ICoordinateSystem.

    Public Properties
     NameDescription
     PropertyGets the limit bounds that this coordinate system supports.  
    Top
    Public Methods
     NameDescription
     MethodGets the distance, in meters, between two points in the unit of this coordinate system.  
     MethodIndicates whether the meridian lines are curved. (Inherited from C1.FlexMap.IMapProjection)
     MethodIndicates whether the parallel lines are curved. (Inherited from C1.FlexMap.IMapProjection)
     MethodProjects a geographic coordinate to logical coordinate. (Inherited from C1.FlexMap.IMapProjection)
     MethodInverse of IMapProjection.Project. Unprojects a logical coordinate to a geographic coordinate. (Inherited from C1.FlexMap.IMapProjection)
    Top
    Public Events
     NameDescription
     EventOccurs when the property of this coordinate system is changed.  
    Top
    See Also